repo_name stringlengths 9 75 | topic stringclasses 30
values | issue_number int64 1 203k | title stringlengths 1 976 | body stringlengths 0 254k | state stringclasses 2
values | created_at stringlengths 20 20 | updated_at stringlengths 20 20 | url stringlengths 38 105 | labels listlengths 0 9 | user_login stringlengths 1 39 | comments_count int64 0 452 |
|---|---|---|---|---|---|---|---|---|---|---|---|
SALib/SALib | numpy | 178 | delta indices not summing up to unity | Hey,
I am using the delta analysis for calculating sensetivity indices for s model with 21-30 Parameters. The delta values sum up to 1.2 - 4. As far as I understood the paper of Borgonovo 2007 they should sum up to 1, since the conditional denseties are normalized by the unconditional density. However, could it be ... | closed | 2017-12-07T07:21:13Z | 2019-11-07T22:50:25Z | https://github.com/SALib/SALib/issues/178 | [
"question_interpretation"
] | witteire | 6 |
scikit-hep/awkward | numpy | 3,236 | [CPU/GPU] prod kernel on an empty list of a complex type gives a wrong result | ### Version of Awkward Array
master branch (2.6.7)
### Description and code to reproduce
```python
def test_block_boundary_prod_complex13():
rng = np.random.default_rng(seed=42)
array = rng.integers(50, size=1000)
complex_array = np.vectorize(complex)(
array[0 : len(array) : 2], array[1 : le... | open | 2024-09-12T13:05:31Z | 2024-09-12T13:07:30Z | https://github.com/scikit-hep/awkward/issues/3236 | [
"bug (unverified)"
] | ianna | 0 |
biolab/orange3 | numpy | 6,461 | Data Sets doesn't remember non-English selection | According to @BlazZupan, if one chooses a Slovenian dataset (in English version of Orange?) and saves the workflow, this data set is not selected after reloading the workflow.
I suspect the problem occurs because the language combo is not a setting and is always reset to English for English Orange (and to Slovenian ... | closed | 2023-06-02T12:50:51Z | 2023-06-16T08:02:49Z | https://github.com/biolab/orange3/issues/6461 | [
"bug"
] | janezd | 0 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 239 | Why precision_at_1 for a not trained model from MNIST example is 0.95 | For [TripletMarginLossMNIST example]( https://github.com/KevinMusgrave/pytorch-metric-learning/blob/master/examples/notebooks/TripletMarginLossMNIST.ipynb ) if measured before the training was started 'precision_at_1' is 0.953. Why is it so high? The model was not trained or pretrained on any dateset.
```
from... | closed | 2020-11-27T13:34:48Z | 2020-11-27T16:20:48Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/239 | [] | bransGl | 2 |
ultralytics/ultralytics | deep-learning | 19,104 | vid_stride when input is frame_list | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
When input is list of images (have been read with cv2.imread and put in a li... | open | 2025-02-06T15:37:41Z | 2025-02-06T15:43:45Z | https://github.com/ultralytics/ultralytics/issues/19104 | [
"question",
"detect"
] | ansaricard | 2 |
aio-libs-abandoned/aioredis-py | asyncio | 778 | ConnectionResetError: [Errno 104] Connection reset by peer | Hi, everybody!
I use torando+aioredis, and recently i met this issue, below is traceback
my environ: aioredis==1.2.0 tornado==5.1.1
I use this method `aioredis.create_redis_pool(**args)` to create pool
can anybody show me help? thx a lot.
`Traceback (most recent call last):
File "/us... | open | 2020-07-16T08:54:31Z | 2022-07-07T17:43:45Z | https://github.com/aio-libs-abandoned/aioredis-py/issues/778 | [
"bug"
] | zzlpeter | 58 |
Lightning-AI/pytorch-lightning | pytorch | 20,620 | test: `flaky test_results.py::test_result_reduce_ddp` terminated with signal SIGABRT | ### Bug description
The test **`tests/tests_pytorch/core/test_results.py::test_result_reduce_ddp`** fails intermittently, similar to the test addressed in [#20537](https://github.com/Lightning-AI/pytorch-lightning/pull/20537), with the error:
> `torch.multiprocessing.spawn.ProcessExitedException: process 0 terminat... | closed | 2025-03-05T18:22:12Z | 2025-03-10T13:20:06Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20620 | [
"bug",
"needs triage",
"ver: 2.5.x"
] | kaiyaok2 | 0 |
ijl/orjson | numpy | 362 | Add support for __slots__ classes | Hi 👋
I'd like to ask if it would be possible to add support for [__slots__](https://docs.python.org/3/reference/datamodel.html#slots) python classes?
Currently trying to serialize one yields a `Type is not JSON serializable`
```python
class MySlotsClass:
__slots__ = ("a",)
def __init__(self, a):
se... | closed | 2023-03-16T13:34:18Z | 2023-03-20T23:03:58Z | https://github.com/ijl/orjson/issues/362 | [] | grzegorzme | 1 |
AirtestProject/Airtest | automation | 598 | windows系统在celery队列里执行 在终端看到命令都会执行两次 最后停止不动 请问这可能是什么原因呢 | [2019-11-08 16:37:50,870: INFO/MainProcess] Connected to redis://localhost:6379//
[2019-11-08 16:37:51,883: INFO/MainProcess] mingle: searching for neighbors
[2019-11-08 16:37:56,934: INFO/MainProcess] mingle: all alone
[2019-11-08 16:37:57,962: INFO/MainProcess] pidbox: Connected to redis://localhost:6379//.
[2019... | closed | 2019-11-08T08:38:37Z | 2019-11-11T01:37:28Z | https://github.com/AirtestProject/Airtest/issues/598 | [] | hejiaqiang1980 | 1 |
Lightning-AI/pytorch-lightning | pytorch | 19,994 | Logging with Fabric using steps | ### Description & Motivation
Logging using Fabric does not consider any steps during training, unlike when using the Lightning Trainer. A LightningModule calling self.log simply passes the logged dictionary and nothing else to the Fabric logging code when using Fabric but when using the Trainer it is handled by groupi... | open | 2024-06-18T22:56:50Z | 2024-06-19T19:52:08Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19994 | [
"feature",
"needs triage"
] | liambsmith | 2 |
fastapi/sqlmodel | sqlalchemy | 1,242 | how to config the pydantic JSON fields | ### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content


| closed | 2024-12-12T02:00:36Z | 2025-02-28T01:37:07Z | https://github.com/fastapi/sqlmodel/issues/1242 | [] | cjdxhjj | 10 |
QuivrHQ/quivr | api | 2,790 | Parse celery config from env | Use pydantic settings to parse `.env` celery config | closed | 2024-07-01T13:51:57Z | 2024-10-04T16:06:18Z | https://github.com/QuivrHQ/quivr/issues/2790 | [
"Stale",
"area: backend"
] | linear[bot] | 2 |
yunjey/pytorch-tutorial | deep-learning | 90 | language model detach(states) | why shouldn't states be updated after every training step?I can't understand this line--"states = detach(states)" and what on earth does this step do? I am new to PyTorch and I am very grateful if anyone can help me.
```
# Some part of the code was referenced from below.
# https://github.com/pytorch/examples/tree/... | closed | 2017-12-24T13:11:10Z | 2020-10-09T18:53:01Z | https://github.com/yunjey/pytorch-tutorial/issues/90 | [] | qazwsx74269 | 2 |
ivy-llc/ivy | pytorch | 28,525 | Fix Frontend Failing Test: numpy - math.paddle.diff | To-do List: https://github.com/unifyai/ivy/issues/27497 | closed | 2024-03-09T20:56:31Z | 2024-04-02T09:25:05Z | https://github.com/ivy-llc/ivy/issues/28525 | [
"Sub Task"
] | ZJay07 | 0 |
vitalik/django-ninja | pydantic | 1,418 | Accept JSON as a payload field | Here I have this code that I want to get from user with PATCH method.
the issue is I always got "missing" error for this type of fields.
```python
class AnswerSchema(Schema):
key: str
value: str
class UserDisease(Schema):
question: str
answers: List[AnswerSchema]
class UserMedicalInSchema(Schema):
... | closed | 2025-03-08T11:50:03Z | 2025-03-10T15:39:21Z | https://github.com/vitalik/django-ninja/issues/1418 | [] | smjt2000 | 3 |
huggingface/datasets | nlp | 6,534 | How to configure multiple folders in the same zip package | How should I write "config" in readme when all the data, such as train test, is in a zip file
train floder and test floder in data.zip | open | 2023-12-26T03:56:20Z | 2023-12-26T06:31:16Z | https://github.com/huggingface/datasets/issues/6534 | [] | d710055071 | 1 |
keras-team/keras | python | 20,376 | AttributeError: 'Functional' object has no attribute 'get_state_tree' | using keras 3.4.1 in a colab. a simple model can be queried for `trainable_variables` and `non_trainable_variables`
but `get_state_tree()` fails on `Functional` objects?
( `.compile` or `.build` don't make a difference )
```
import os
os.environ['KERAS_BACKEND'] = 'jax'
import keras
keras.__version__
``... | closed | 2024-10-18T04:33:50Z | 2024-10-18T11:47:44Z | https://github.com/keras-team/keras/issues/20376 | [
"stat:awaiting response from contributor",
"type:Bug"
] | matpalm | 4 |
marimo-team/marimo | data-visualization | 3,893 | Datatypes showing up again in mo.ui.table | ### Describe the bug
After 0.11.6 there is a regression where datatypes are shown, even if you pass a list of dicts. This was apparently fixed in https://github.com/marimo-team/marimo/pull/2907, but is back again.
### Environment
{
"marimo": "0.11.6",
"OS": "Windows",
"OS Version": "11",
"Processor": "Intel6... | closed | 2025-02-24T14:42:18Z | 2025-02-24T20:48:38Z | https://github.com/marimo-team/marimo/issues/3893 | [
"bug"
] | mrdobalina2k | 1 |
Lightning-AI/pytorch-lightning | machine-learning | 20,250 | LearningRateMonitor broken on MPS backend with Apple silicon | ### Bug description
When the optimizer contains any data of type `float64`, then adding a `LearningRateMonitor` causes a Value Error on MPS backends with apple silicon. See the self-contained and minimal example in "How to reproduce the bug" below.
The error is:
```
File "/Users/malteebnerlightly/Documents/... | open | 2024-09-06T08:40:53Z | 2025-03-21T11:35:19Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20250 | [
"bug",
"needs triage",
"ver: 2.4.x"
] | MalteEbner | 1 |
SYSTRAN/faster-whisper | deep-learning | 432 | When using faster-whisper, how to automatically split sentences | This is my code:
```python
segments, info = model.transcribe(videos_directory_path + "/" + file, beam_size=5, without_timestamps=True)
with open(srt_directory_path + "/" + filename_without_extension + ".csv", "w") as output_file:
for index, segment in enumerate(segments, start=1):
output_fi... | closed | 2023-08-20T05:19:07Z | 2023-08-21T10:45:14Z | https://github.com/SYSTRAN/faster-whisper/issues/432 | [] | OlalalalaO | 2 |
hyperspy/hyperspy | data-visualization | 3,382 | Culling Annoying Warnings | I figured I'd make a thread of annoying warnings that people want to "change or adjust" and we can think about better ways of handling them.
I'll start with:
https://github.com/hyperspy/hyperspy/blob/b742845d7f606bc4086f5bec4bc0ca84b8e4104d/hyperspy/signal.py#L5320C1-L5323C18
Which is quite annoying espcially ... | open | 2024-06-03T13:39:24Z | 2024-06-03T13:39:24Z | https://github.com/hyperspy/hyperspy/issues/3382 | [] | CSSFrancis | 0 |
ultralytics/yolov5 | deep-learning | 13,021 | No module named 'models' | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
this is code :
import cv2
import math
import torch
import pygame
from models.experim... | closed | 2024-05-17T13:54:55Z | 2024-10-20T19:46:10Z | https://github.com/ultralytics/yolov5/issues/13021 | [
"question",
"Stale"
] | zyad630 | 3 |
ExpDev07/coronavirus-tracker-api | rest-api | 318 | Server error | Hello, I was doing some tests on the page https://coronavirus-tracker-api.herokuapp.com/ but sometimes a service is not available message appears or an application error, I would like to know if it is because they are doing maintenance to the server, also in some endpoints an api failure error message also appears
| closed | 2020-06-18T19:21:12Z | 2020-06-25T12:28:10Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/318 | [
"bug",
"down"
] | TheApphiver | 0 |
encode/httpx | asyncio | 3,195 | 502 Error When Using Global Proxy | I'm encountering a 502 Bad Gateway error when using httpx to make requests to my local server, but the same requests succeed when using the requests library. Below are the details of the commands I ran and the outputs I received:
>>> import requests
>>> import httpx
>>> httpx.get("http://localhost:6333/collections... | closed | 2024-05-11T05:29:10Z | 2024-05-11T08:09:20Z | https://github.com/encode/httpx/issues/3195 | [] | imdoge | 0 |
laurentS/slowapi | fastapi | 106 | Is it possible to bump limitis package version up to 2.1? | https://limits.readthedocs.io/en/stable/storage.html#async-storage
It'll allow us to use async redis | closed | 2022-08-11T11:49:33Z | 2022-11-08T12:07:28Z | https://github.com/laurentS/slowapi/issues/106 | [] | 10ourto | 1 |
zama-ai/concrete-ml | scikit-learn | 550 | how | ## Feature request
A clear and concise description of the feature proposal.
## Motivation
Please outline the motivation for the proposal.
| closed | 2024-03-21T09:07:17Z | 2024-03-21T09:08:51Z | https://github.com/zama-ai/concrete-ml/issues/550 | [] | 1ofvc | 0 |
slackapi/python-slack-sdk | asyncio | 1,319 | chat.postMessage -not_authed? | Hi - I am starting to create an application for my company to send slack messages to specific users via their email. To start, I'm just doing testing around chat.postMessage. However, when I try to run it as per the example on https://api.slack.com/methods/chat.postMessage, I get a not_auth error. I'm still fairly new ... | closed | 2023-01-20T17:32:23Z | 2023-01-20T18:07:37Z | https://github.com/slackapi/python-slack-sdk/issues/1319 | [
"question",
"untriaged"
] | Brian-Wilcove | 4 |
huggingface/transformers | python | 36,911 | Pipeline cannot guess which processor to use with Gemma 3 | ### System Info
Inside a Kaggle kernel:
```
{'platform': 'Linux',
'platform-release': '6.6.56+',
'platform-version': '#1 SMP PREEMPT_DYNAMIC Sun Nov 10 10:07:59 UTC 2024',
'architecture': 'x86_64',
'hostname': 'e3804eb7eb6c',
'ip-address': '172.19.2.2',
'mac-address': '02:42:ac:13:02:02',
'processor': 'x86_64'... | closed | 2025-03-23T09:48:37Z | 2025-03-23T11:29:53Z | https://github.com/huggingface/transformers/issues/36911 | [
"bug"
] | thomasmeissnercrm | 1 |
FactoryBoy/factory_boy | django | 900 | SubFactory with a None value by default | #### The problem
Occasionally I want to have a SubFactory (or a RelatedFactory) whose value is set to None unless explicitly stated. That is, I would want to `FooFactory().bar` to be None but still be able to use `FooFactory(bar__name='test)` or `FooFactory(bar=BarFactory())`.
```
class BarFactory(DjangoModelFac... | closed | 2022-01-03T13:57:05Z | 2022-01-04T07:03:35Z | https://github.com/FactoryBoy/factory_boy/issues/900 | [
"Q&A"
] | aleehedl | 2 |
ijl/orjson | numpy | 304 | Support for datetime.timedelta | I tried to serialize dataclass that had a `timedelta` in it. Unfortunately it is not serializable unlike `datetime`objects which kinda comes hand in hand with `datetime`.
```
TypeError: Type is not JSON serializable: datetime.timedelta
``` | closed | 2022-09-27T15:32:54Z | 2022-10-04T19:32:59Z | https://github.com/ijl/orjson/issues/304 | [] | TommyDuc | 1 |
kennethreitz/responder | flask | 326 | Uvicorn 0.5 | Uvicorn 0.5 has been released.
* Auto-reloading will now take effect, without having to use `uvicorn` from the console.
* Multi-worker support is here.
I'd suggest the following:
* Switch `debug=True` to `reload=True` in `uvicorn.run(...)`
* Pin uvicorn to `0.5.*`
* If you want to enable multiworker support... | closed | 2019-03-04T13:58:26Z | 2024-03-31T00:57:26Z | https://github.com/kennethreitz/responder/issues/326 | [
"bug"
] | tomchristie | 5 |
pytorch/vision | computer-vision | 8,874 | Some v2 transforms silently ignore numpy arrays. | ### 🐛 Describe the bug
```python
import torch
import PIL.Image
import numpy as np
import torchvision as tv
import torchvision.transforms.v2
img_npy = np.zeros((8, 8, 3), dtype=np.uint8)
img_pil = PIL.Image.fromarray(img_npy)
img_tch = torch.zeros((3, 8, 8), dtype=torch.uint8)
def check_resize(tr, img):
try:
... | closed | 2025-01-22T15:59:04Z | 2025-02-19T16:45:50Z | https://github.com/pytorch/vision/issues/8874 | [] | ruro | 5 |
chaoss/augur | data-visualization | 2,892 | GitLab Messages for Reviews Error | Getting this error in `dev` for GitLab reviews:
```bash
Traceback (most recent call last):
File "/home/ubuntu/github/virtualenvs/hosted/lib/python3.11/site-packages/celery/app/trace.py", line 451, in trace_task
R = retval = fun(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/github/vi... | closed | 2024-08-12T21:45:02Z | 2025-03-05T01:49:20Z | https://github.com/chaoss/augur/issues/2892 | [
"bug",
"server"
] | sgoggins | 2 |
tensorpack/tensorpack | tensorflow | 1,148 | python-prctl platform specifier is useless when installing from a wheel | When installing `tensorpack[all]` on Mac `python-prctl` is expected to be skipped using a platform specifier. Unfortunately this works only when installing from a source package, not from a wheel. The reason is that the platform is evaluated in [setup.py](https://github.com/tensorpack/tensorpack/blob/master/setup.py#L6... | closed | 2019-04-16T10:18:49Z | 2019-04-16T14:19:27Z | https://github.com/tensorpack/tensorpack/issues/1148 | [
"enhancement"
] | bzamecnik | 7 |
microsoft/qlib | machine-learning | 1,691 | Tsne 画图 | help me!
我想知道DDG-DA论文里面的figure2具体是怎么画出来的呀,然后用的是什么数据呢?
```[tasklist]
### Tasks
```
| open | 2023-11-09T12:56:06Z | 2023-11-09T12:56:55Z | https://github.com/microsoft/qlib/issues/1691 | [
"question"
] | lianlin666 | 0 |
youfou/wxpy | api | 218 | 登录之后回调login_callback获取bot相关信息 | login_callback中想获取bot的头像以及昵称信息,
目前似乎只能从qr_callback中获取uuid以及status和二维码。
| open | 2017-10-25T02:58:24Z | 2017-10-26T02:28:29Z | https://github.com/youfou/wxpy/issues/218 | [] | yanpengzhe | 2 |
iperov/DeepFaceLab | machine-learning | 578 | The old Optimizer 2 mode gave the best balance between batch size and speed. Is there any chance we can have it on DFL 2.0? | THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS
POST ONLY ISSUES RELATED TO BUGS OR CODE
## Expected behavior
*Describe, in some detail, what you are trying to do and what the output is that you expect from the program.*
## Actual behavior
*Describe, in some detail, what the program does instead. Be sure to inc... | open | 2020-01-26T04:17:20Z | 2023-06-08T20:31:50Z | https://github.com/iperov/DeepFaceLab/issues/578 | [] | pesado1 | 1 |
ultralytics/ultralytics | deep-learning | 19,518 | Metrics all 0 after TensorRT INT8 export for mode val, only INT8 ONNX performs well | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
I succesfully exported my FP32 YOLOv8 OBB (s) model to FP16 and INT8. For FP... | open | 2025-03-04T17:11:26Z | 2025-03-14T01:33:53Z | https://github.com/ultralytics/ultralytics/issues/19518 | [
"question",
"OBB",
"exports"
] | Petros626 | 19 |
ydataai/ydata-profiling | jupyter | 1,135 | pandas-profiling does not support latest version of matplotlib | ### Missing functionality
Support for latest version of matplotlib, version 3.6.x
### Proposed feature
Update dependencies to support latest version of matplotlib
### Alternatives considered
_No response_
### Additional context
_No response_ | closed | 2022-11-02T15:58:16Z | 2023-08-08T19:27:27Z | https://github.com/ydataai/ydata-profiling/issues/1135 | [
"feature request 💬"
] | tleonhardt | 3 |
blacklanternsecurity/bbot | automation | 1,712 | Convert is_login_page() to excavate YARA rule | closed | 2024-08-27T21:11:29Z | 2024-10-14T02:55:35Z | https://github.com/blacklanternsecurity/bbot/issues/1712 | [
"enhancement",
"low priority"
] | TheTechromancer | 1 | |
deepfakes/faceswap | deep-learning | 979 | Unable to merge alignment files | ## Expected behavior
Merging two alignment files will generate one file containing alignments from both files.
## Actual behavior
Merge fails every time returning:
`self.final_alignments.file = filename
AttributeError: can't set attribute`
## Steps to reproduce
Running the merge command through the GUI. Sele... | closed | 2020-03-05T17:49:49Z | 2020-03-05T17:51:53Z | https://github.com/deepfakes/faceswap/issues/979 | [] | michaeldeprospo | 1 |
autokey/autokey | automation | 588 | Selecting Match phrase case to typed abbreviation also selects its opposite, Ignore case of typed abbreviation | ## Classification:
Bug
## Reproducibility:
Always
AutoKey version:
0.95.10
Both
If the problem is known to be present in more than one version, please list all of those.
Installed via: debs from GitHub
Linux Distribution: kubuntu 18.04 and others
## Summary
Selecting Match phrase case t... | open | 2021-07-29T08:18:16Z | 2023-05-21T18:44:23Z | https://github.com/autokey/autokey/issues/588 | [
"bug",
"autokey-qt",
"autokey-gtk",
"help-wanted",
"user interface",
"easy fix",
"good first issue"
] | josephj11 | 30 |
mljar/mljar-supervised | scikit-learn | 491 | Custom validation/test set - turn off cross-validation (CV) | As title suggests. How do I do it please? | closed | 2021-11-25T11:05:06Z | 2023-05-01T13:34:18Z | https://github.com/mljar/mljar-supervised/issues/491 | [] | cibic89 | 3 |
kizniche/Mycodo | automation | 1,092 | Internal server error after upgrading from version 8.11.0 to 8.12.6 | ### Describe the problem/bug
Mycodo produces an internal server error on version `8.12.6` (after succesfully upgrading from `8.11.0`) with the following log:
```
Fout 500 - Interne Server Fout
Something bad happened but it's probably not your fault. Letting the developers know about these issues is crucial to s... | closed | 2021-09-22T18:26:05Z | 2021-10-28T18:26:00Z | https://github.com/kizniche/Mycodo/issues/1092 | [] | sjoerdschouten | 5 |
darrenburns/posting | rest-api | 174 | Global header setting | Setting headers in a global scope for all the request of a collection.
That would be useful when working with an api that requires authentication.
It will make it much easier to manage the headers passed. | open | 2025-02-01T03:55:28Z | 2025-02-17T17:49:29Z | https://github.com/darrenburns/posting/issues/174 | [] | snikoletopoulos | 2 |
flairNLP/flair | pytorch | 2,886 | Error resuming training of a NER model | I want to resume training a NER model as shown in the tutorials, loading the model checkpoint but running it with :
`trainer.resume(trained_model,
base_path=path + '-resume',
max_epochs=25,
)`
It simply shows me the metrics of the loaded model and does not perform a... | closed | 2022-08-04T22:50:43Z | 2023-01-07T13:48:20Z | https://github.com/flairNLP/flair/issues/2886 | [
"bug",
"wontfix"
] | fmafelipe | 5 |
flasgger/flasgger | flask | 181 | yaml syntax broken | Hello
I have an issue now that is
https://gist.github.com/anonymous/904c4628fc3f9d23870a915cf0111610
because we have some files like
https://zerobin.net/?e3390f9a981a3ccd#mAvv8zX8ItzuQPs6qxIqXVPDc03d4yspKeQ1mQTeYms=
and our flasgger version is
flasgger==0.8.0
previously
flasgger==0.6.3
It was working f... | closed | 2018-02-19T09:24:56Z | 2018-08-07T14:20:20Z | https://github.com/flasgger/flasgger/issues/181 | [
"bug"
] | eregnier | 7 |
qubvel-org/segmentation_models.pytorch | computer-vision | 842 | Segmentation fault (core dumped) Probelm | 
I have some problem runnung:
trainer.fit(
model,
train_dataloaders=train_dataloader,
val_dataloaders=valid_dataloader,
)
| closed | 2023-12-12T09:26:31Z | 2024-02-18T01:49:34Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/842 | [
"Stale"
] | sean86428 | 2 |
jupyter-incubator/sparkmagic | jupyter | 56 | Kill all sessions for a given Livy endpoint | When a user adds a new session, the user might find out that leaked/unused Livy sessions are taking resources up and might want to kill some of them.
| closed | 2015-12-04T23:18:49Z | 2015-12-18T22:07:37Z | https://github.com/jupyter-incubator/sparkmagic/issues/56 | [
"kind:enhancement"
] | aggFTW | 3 |
voila-dashboards/voila | jupyter | 772 | Call a python function from an HTML widget | I have created an HTML widget with multiple elements, I want to be able to call a python function from the onclick event of one of them using javascript. If I run the widgets from the jupyter I am able to do something like
```
onclick="IPython.notebook.kernel.execute(`my_function({some_parameter})`)"
```
That way ... | closed | 2020-11-28T10:20:43Z | 2020-12-21T10:41:59Z | https://github.com/voila-dashboards/voila/issues/772 | [] | pabloppp | 5 |
sammchardy/python-binance | api | 1,208 | Spot batch orders | I'm familiar with futures_place_batch_order() on futures, but is there a way to set batch orders on Spot? Can't find any information on it | closed | 2022-06-26T16:05:14Z | 2022-07-01T01:07:39Z | https://github.com/sammchardy/python-binance/issues/1208 | [] | Karlheinzniebuhr | 1 |
netbox-community/netbox | django | 18,198 | Can not create a Duplicate IP-Range with ENFORCE_GLOBAL_UNIQUE set to false | ### Deployment Type
Self-hosted
### Triage priority
N/A
### NetBox Version
V4.1.7
### Python Version
3.12
### Steps to Reproduce
Configuration parameter ENFORCE_GLOBAL_UNIQUE set to false
1. Click on IPAM -> IP Ranges
2. Click on Add
3. Add an IP range (Leave VRF empty)
4. Add the same IP range again (Le... | closed | 2024-12-10T19:12:45Z | 2025-03-12T03:08:47Z | https://github.com/netbox-community/netbox/issues/18198 | [] | antonvdl | 2 |
dynaconf/dynaconf | django | 407 | [bug] Only one CombinedValidator is registered - subsequent are silently ignored | **Describe the bug**
If validators are added through `settings.validators.register()`, only first CombinedValidator is registered - subsequent are silently skipped.
**Analysis**
The root cause is `Validator.__eq__()` method. `ValidatorList.register()` will go through provided validators and add them, but only if t... | closed | 2020-09-11T15:50:54Z | 2020-09-16T15:31:31Z | https://github.com/dynaconf/dynaconf/issues/407 | [
"bug"
] | mirekdlugosz | 1 |
AntonOsika/gpt-engineer | python | 311 | how i make it work on fish shell | # Issue Template
╰─λ source venv/bin/activate
venv/bin/activate (line 41): Unsupported use of '='. In fish, please use 'set VIRTUAL_ENV "/home/alex/Desktop/GPT-Plus/gpt-engineer/venv"'.
VIRTUAL_ENV="/home/alex/Desktop/GPT-Plus/gpt-engineer/venv"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
from so... | closed | 2023-06-22T01:49:30Z | 2023-06-29T08:45:34Z | https://github.com/AntonOsika/gpt-engineer/issues/311 | [] | ALEX5402 | 2 |
JaidedAI/EasyOCR | deep-learning | 748 | Using both opencv-python and opencv-python-headless | Hi!
I already have the first package of `opencv-python` and using it for my project. But when i download `EasyOCR` it also download `opencv-python-headless` which cause conflict with the first package:
```bash
cv2.imshow('Original Image', img)
cv2.error: OpenCV(4.5.4) /tmp/pip-req-build-9vck9bv0/opencv/modules/hi... | open | 2022-06-06T14:25:27Z | 2022-06-07T12:36:38Z | https://github.com/JaidedAI/EasyOCR/issues/748 | [] | s39674 | 0 |
babysor/MockingBird | deep-learning | 467 | 奇怪的注意力模型和较低的Loss是什么情况?以及训练vocoder时失败 | **注意力模型居然不是斜的,是直的,而且位于顶部,但是Loss值降低到了0.19。**
**wavrnn不能训练,也没有报错,hifigan显存不够。**
**1k**


| closed | 2024-06-04T09:45:16Z | 2024-08-24T05:30:20Z | https://github.com/onnx/onnx/issues/6162 | [
"question"
] | iamweiweishi | 3 |
koxudaxi/fastapi-code-generator | fastapi | 207 | Add support for tags | It would be great to have support for tags. I volunteer to implement this, I just don't want to start implementing it before https://github.com/koxudaxi/fastapi-code-generator/pull/203 is merged to avoid merge conflicts.
FastAPI docs: https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags | closed | 2021-10-22T13:28:58Z | 2023-01-18T12:28:25Z | https://github.com/koxudaxi/fastapi-code-generator/issues/207 | [] | rominf | 3 |
pytorch/pytorch | deep-learning | 149,586 | UserWarning: Dynamo does not know how to trace the builtin `None.pybind11_object.__new__.` | ### 🐛 Describe the bug
I'm filing an issue since this is a Python built-in (granted the error message implies that it is not since it references PyBind11, but I'm opening an issue anyway since it is caused by using returning/using `None` in a compiled function).
### Versions
2.7.0a0+gitebd087e
cc @chauhang @pengui... | open | 2025-03-20T00:32:49Z | 2025-03-21T19:28:30Z | https://github.com/pytorch/pytorch/issues/149586 | [
"triaged",
"oncall: pt2",
"module: dynamo",
"module: higher order operators",
"module: compiled autograd",
"module: pt2-dispatcher",
"module: flex attention"
] | cora-codes | 11 |
mithi/hexapod-robot-simulator | dash | 117 | pip install problem (on windows) | requirements.txt requests markupsafe 1.1.1 but werkzeug 2.2.3 requires MarkupSafe 2.1.1 or above | open | 2023-08-01T14:23:21Z | 2023-12-04T11:06:51Z | https://github.com/mithi/hexapod-robot-simulator/issues/117 | [] | bestbinaryboi | 2 |
d2l-ai/d2l-en | pytorch | 2,632 | Equation error in calculus.md | In section [2.4.3 2.4.3. Partial Derivatives and Gradients](https://d2l.ai/chapter_preliminaries/calculus.html#partial-derivatives-and-gradients), the equation seems to be wrong,
<img width="477" alt="Image" src="https://github.com/user-attachments/assets/5fb2a401-164c-4ec2-b657-a368380103d6" />
It should be
<img ... | open | 2025-01-17T14:50:03Z | 2025-01-17T14:50:22Z | https://github.com/d2l-ai/d2l-en/issues/2632 | [] | wsehjk | 0 |
xinntao/Real-ESRGAN | pytorch | 606 | 怎么自定义输出图片的分辨率? | open | 2023-04-12T12:42:37Z | 2023-04-12T12:42:37Z | https://github.com/xinntao/Real-ESRGAN/issues/606 | [] | TQG1997 | 0 | |
nvbn/thefuck | python | 1,502 | fish issue on termux with psutil | Error running `eval $(TF_SHELL=fish thefuck --alias)` on fish shell in termux. Also have psutil err when running normally. The fix was to run the eval command using TF_SHELL=fish but that doesn't seem to work here. I'm using https://github.com/DL909/thefuck/ because this repo is just dead and has err due to imp.
Runni... | open | 2025-03-07T14:26:46Z | 2025-03-07T14:26:46Z | https://github.com/nvbn/thefuck/issues/1502 | [] | EnderNon | 0 |
STVIR/pysot | computer-vision | 81 | model size different | I want to train pysot based on mobilenetV2.
The siamrpn_mobilev2_l234_dwxcorr model that downloaded in ModelZoo was 44.9MB in Ubuntu16 system.
But when I train a new model using config in "experiments/siamrpn_mobilev2_l234_dwxcorr/config.yaml", the model size was 75.6MB.
So is this normal? | closed | 2019-06-28T16:45:21Z | 2019-06-29T00:43:09Z | https://github.com/STVIR/pysot/issues/81 | [] | MaxLin86 | 1 |
aminalaee/sqladmin | fastapi | 714 | Support the Aiohttp framework | ### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
Hi there,
I think this project is really cool and it can use some [aiohttp](https://docs.aiohttp.org/en/stable/) support.
### Describe the solution you would like.
_No respon... | closed | 2024-02-19T00:41:09Z | 2024-03-14T10:22:26Z | https://github.com/aminalaee/sqladmin/issues/714 | [] | anorprogrammer | 2 |
robotframework/robotframework | automation | 5,376 | Process: Kill process if Robot's timeout occurs when waiting for process to end | Issue #5345 reported that Robot's timeouts weren't able to stop `Run Process` or `Wait For Process` keywords. That was fixed so that these keywords can be stopped, but processes that keywords were waiting for were left running. Leaving process on background especially is likely not a good idea, especially because they ... | closed | 2025-03-21T09:32:26Z | 2025-03-21T09:42:11Z | https://github.com/robotframework/robotframework/issues/5376 | [
"priority: medium",
"effort: small"
] | pekkaklarck | 0 |
cvat-ai/cvat | computer-vision | 8,213 | LambdaFunction does not map attrs of skeleton sublabels | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
1. Create skeleton
2. Add confidence attr to individual points
3. Have nuclio function return a skeleton with key... | closed | 2024-07-23T20:00:51Z | 2024-08-08T08:39:14Z | https://github.com/cvat-ai/cvat/issues/8213 | [
"bug"
] | josiahls | 1 |
InstaPy/InstaPy | automation | 6,579 | TypeError: 'module' object is not callable | py bot.py
Traceback (most recent call last):
File "C:\Users\****\OneDrive\Desktop\bot.py", line 3, in <module>
session = instapy (username="****", password="********")
TypeError: 'module' object is not callable
not sure what is not working help wanted | open | 2022-04-10T01:50:58Z | 2022-04-10T01:50:58Z | https://github.com/InstaPy/InstaPy/issues/6579 | [] | rzrv | 0 |
autokey/autokey | automation | 834 | Review and update pip-requirements.txt | ### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland?
Xorg
### Has this issue already been reported?
- [X] I have searched through the existing issues.
### Is this a question rather than an issue?
- [X] This is not a question.
### What type of issue is thi... | open | 2023-04-06T20:40:59Z | 2023-05-06T17:22:58Z | https://github.com/autokey/autokey/issues/834 | [
"installation/configuration"
] | Elliria | 2 |
CTFd/CTFd | flask | 2,193 | CTFd Function Question. | hello sir. I would like to ask a second question.
---
To run CTFd, I'm trying to run it with docker on a VM with 8 cores and 16RAM.
I'd like to modify the options to improve CTFd performance, but the guide doesn't seem to exist.
Can you give me a guide to improving the performance?
If I'm wrong, can you gi... | closed | 2022-09-29T01:28:11Z | 2022-10-09T00:26:31Z | https://github.com/CTFd/CTFd/issues/2193 | [] | dhje0ng | 0 |
mlflow/mlflow | machine-learning | 14,807 | [BUG] Description editor doesnt support dark mode | ### MLflow version
2.20.4.dev0
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: mac
- **Python version**: 3.9
- **yarn version, if running the dev UI**: 1.22
### Describe the problem
<img width="660" alt="Image" src="https://github.com/user-attachments/assets/384e2c05-a989-451... | closed | 2025-03-03T10:56:24Z | 2025-03-04T06:49:00Z | https://github.com/mlflow/mlflow/issues/14807 | [
"bug",
"area/uiux"
] | Gumichocopengin8 | 2 |
pydantic/logfire | pydantic | 651 | logfire with distributed package like CLI | ### Question
Hello, I would like to use logfire to collect logs from a distributed pip package that acts as a CLI.
The issue is that for now the only easy method I see to log into my logfire project would be to share the write_token to everyone through the pip package. Is there a way you would recommend to go diff... | closed | 2024-12-06T08:02:24Z | 2024-12-16T13:51:07Z | https://github.com/pydantic/logfire/issues/651 | [
"Question"
] | grll | 2 |
pandas-dev/pandas | pandas | 60,343 | BUG (string): contruction of Series / Index fails from dict keys when "str" dtype is specified explicitly | When not specifying a dtype (inferring the type), construction of `Index` or `Series` from dict keys goes fine:
```python
>>> pd.options.future.infer_string = True
>>> d = {"a": 1, "b": 2}
>>> pd.Index(d.keys())
Index(['a', 'b'], dtype='str')
```
But if you explicitly specify the dtype, then it fails:
```py... | closed | 2024-11-17T08:31:05Z | 2025-01-26T11:29:27Z | https://github.com/pandas-dev/pandas/issues/60343 | [
"Bug",
"Strings",
"Constructors"
] | jorisvandenbossche | 9 |
ymcui/Chinese-BERT-wwm | nlp | 76 | 对RoBERTa-wwm-ext-large模型的疑问 | 您好!在使用RoBERTa-wwm-ext-large模型的时候,我发现似乎缺少了MLM层的参数(预测句子中某个字几乎是乱的)。
请问确实是缺少了这层参数吗?能否发布添加了这层参数的RoBERTa-wwm-ext-large模型呢? | closed | 2019-11-19T08:03:26Z | 2020-12-29T08:11:56Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/76 | [] | AnShengqiang | 5 |
davidteather/TikTok-Api | api | 360 | ERROR: No matching distribution found for playwright (from TikTokApi) | **Describe the error**
My English is not good, you can see blow.
**The buggy code**
pip install TikTokApi --upgrade
**Error Trace (if any)**
```
Collecting TikTokApi
Using cached TikTokApi-3.7.9.tar.gz (55 kB)
Requirement already satisfied, skipping upgrade: requests in ./anaconda3/envs/aispider/lib... | closed | 2020-11-16T08:11:36Z | 2020-11-17T05:42:50Z | https://github.com/davidteather/TikTok-Api/issues/360 | [
"installation_help"
] | mengguiyouziyi | 8 |
holoviz/panel | jupyter | 7,333 | Tabulator selection with `pd.MultiIndex` is not working in Panel 1.5.1 | Worked in Panel 1.5, Without doing a `git bisect` likely it is https://github.com/holoviz/panel/pull/7304
Two examples:
``` python
import panel as pn
import pandas as pd
pn.extension("tabulator")
index = pd.MultiIndex.from_tuples([(i, j) for i in range(10) for j in range(10)], names=["A", "B"])
df = pd.D... | closed | 2024-09-27T15:13:19Z | 2024-09-30T10:34:50Z | https://github.com/holoviz/panel/issues/7333 | [
"component: tabulator"
] | hoxbro | 0 |
ivy-llc/ivy | tensorflow | 27,991 | Fix Frontend Failing Test: paddle - tensor.paddle.Tensor.any | To-do List: https://github.com/unifyai/ivy/issues/27500 | closed | 2024-01-22T16:50:43Z | 2024-01-23T15:29:19Z | https://github.com/ivy-llc/ivy/issues/27991 | [
"Sub Task"
] | Sai-Suraj-27 | 0 |
pytest-dev/pytest-xdist | pytest | 230 | loadscope and flake8 don't work together with one node | I'm not sure if this is a loadscope bug or a problem with the implementation of `pytest-flake8` but when I try to run `--flake8 --dist=loadscope -n 1` everything hangs:
```
$ pytest -v --dist=loadscope -n 1 --flake8 --fulltrace tests/test_register.py
============================= test session starts ==============... | open | 2017-09-03T15:59:06Z | 2017-09-03T16:28:02Z | https://github.com/pytest-dev/pytest-xdist/issues/230 | [
"bug"
] | timj | 0 |
KaiyangZhou/deep-person-reid | computer-vision | 111 | Need to download datasets ? | Hello,
Have a simple question on how to use the pretrained versions on a given dataset or my own one.
I got the weights "se_resnet50_fc512_market_xent.pth.tar"
And run :
python train_imgreid_xent.py -t market1501
-s market1501
--height 256
--width 128
--test-batch-size 100
--evaluate
-a se_resnet50_fc5... | closed | 2019-02-07T11:26:55Z | 2019-02-12T19:57:05Z | https://github.com/KaiyangZhou/deep-person-reid/issues/111 | [] | cbouyssi | 6 |
jmcnamara/XlsxWriter | pandas | 573 | In-memory workbooks are not compressed on close() | Using XlsxWriter with the `in_memory` option results in files which are not properly compressed.
The issue is caused by XlsxWriter constructing its own `ZipInfo` objects and using `ZipFile.writestr()` to write them without specifying the compression type. It's not documented, but from the Python `zipfile` module's s... | closed | 2018-10-18T15:41:21Z | 2018-10-20T14:14:04Z | https://github.com/jmcnamara/XlsxWriter/issues/573 | [
"bug"
] | theag3nt | 3 |
nonebot/nonebot2 | fastapi | 3,238 | Plugin: nonebot_plugin_dingzhen | ### PyPI 项目名
nonebot_plugin_dingzhen
### 插件 import 包名
nonebot_plugin_dingzhen
### 标签
[{"label":"丁真","color":"#ff337b"},{"label":"语音合成","color":"#1942ff"},{"label":"QQ","color":"#07ede9"}]
### 插件配置项
```dotenv
```
### 插件测试
- [ ] 如需重新运行插件测试,请勾选左侧勾选框 | closed | 2025-01-05T05:36:36Z | 2025-01-05T06:12:47Z | https://github.com/nonebot/nonebot2/issues/3238 | [
"Plugin",
"Publish"
] | Pochinki98 | 1 |
huggingface/peft | pytorch | 1,504 | Feature Request: Integrate Lora+/different learning rates for adapter matrices A and B | ### Feature request
[LoRA+: Efficient Low Rank Adaptation of Large Models](https://arxiv.org/abs/2402.12354) builds on LoRA " by setting different learning rates for the LoRA adapter matrices A and B with a well-chosen ratio", which they argue provides performance improvements, speedups, and no increase in computati... | closed | 2024-02-22T17:49:57Z | 2024-07-29T10:51:50Z | https://github.com/huggingface/peft/issues/1504 | [] | cleong110 | 22 |
deepfakes/faceswap | deep-learning | 853 | ValueError: Error initializing Aligner | **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Download Releases from https://github.com/deepfakes/faceswap/releases/download/v1.0.0/faceswap_setup_x64.exe
2. Install
3. Open FaceSwap and click Extract
4. Get this error
*... | closed | 2019-08-31T14:43:42Z | 2019-12-02T00:54:44Z | https://github.com/deepfakes/faceswap/issues/853 | [] | peppapighs | 8 |
Kanaries/pygwalker | plotly | 644 | Support for pygwalker in Reflex | Reflex (https://reflex.dev) is the up and coming Python framework for web apps with 20k stars on Github. Would love to see an integration so we can use pygwalker in Reflex apps.
| open | 2024-10-15T17:28:38Z | 2024-10-20T14:22:10Z | https://github.com/Kanaries/pygwalker/issues/644 | [
"enhancement"
] | tgberkeley | 0 |
Significant-Gravitas/AutoGPT | python | 9,025 | Marketplace - agent page - update font of description header |
### Describe your issue.
<img width="598" alt="Screenshot 2024-12-17 at 18 53 43" src="https://github.com/user-attachments/assets/32fe7be0-ef3e-400b-a750-372381a8d177" />
Please update font to the "p-ui-medium" style in the typography sheet
Update font to the following:
font-family: Geist;
font-size: 16px;
... | closed | 2024-12-17T10:54:58Z | 2024-12-20T13:46:28Z | https://github.com/Significant-Gravitas/AutoGPT/issues/9025 | [
"good first issue",
"UI",
"platform/frontend"
] | ograce1421 | 0 |
holoviz/panel | jupyter | 7,506 | AttributeError: 'Button' object has no attribute 'deepcopy' - when running Component Gallery > Widgets > Button in Panel 1.5.4 documentation | #### ALL software version info
The error does appear in the Panel documentation, when tryin to run the code examples in https://panel.holoviz.org/reference/widgets/Button.html via "Run cell" button. At this time the most recent version of Panel is 1.5.4.
<details>
<summary>Software Version Info</summary>
```plai... | open | 2024-11-19T22:33:45Z | 2024-11-19T22:33:45Z | https://github.com/holoviz/panel/issues/7506 | [] | jnareb | 0 |
sqlalchemy/alembic | sqlalchemy | 1,151 | Comparing computed fields throws warn | I'm not sure if this is a bug or a mistake caused by me, but I wanted to share it here because I couldn't find a proper solution.
I have a computed `tsvector` field in my database as you can see in the section of the migration file and model I shared below.
```python
def upgrade():
op.create_table(
... | closed | 2023-01-10T16:51:37Z | 2024-07-18T12:22:39Z | https://github.com/sqlalchemy/alembic/issues/1151 | [
"bug",
"autogenerate - defaults",
"autogenerate - detection",
"postgresql",
"cant reproduce"
] | hevalhazalkurt | 4 |
gunthercox/ChatterBot | machine-learning | 2,080 | Failed to install ChatterBot (v1.1.0) through PyCharm. | Trying to install ChatterBot (v1.1.0) through PyCharm (Community Edition 2019.3.3 x64) and installed Python version is -- v3.8.6
**D:\Python_project>python --version
Python 3.8.6**
The installing is failing and getting error as --
Collecting ChatterBot==1.1.0
Using cached ChatterBot-1.1.0-py2.py3-none-any.... | closed | 2020-12-05T18:47:45Z | 2025-02-17T19:23:19Z | https://github.com/gunthercox/ChatterBot/issues/2080 | [] | krishnendudas1979 | 4 |
Lightning-AI/LitServe | api | 426 | Allow users to define a custom health check logic | <!--
⚠️ BEFORE SUBMITTING, READ:
We're excited for your request! However, here are things we are not interested in:
- Decorators.
- Doing the same thing in multiple ways.
- Adding more layers of abstraction... tree-depth should be 1 at most.
- Features that over-engineer or complicate the code internals.
- L... | closed | 2025-02-12T15:59:06Z | 2025-02-19T12:26:03Z | https://github.com/Lightning-AI/LitServe/issues/426 | [
"enhancement"
] | aniketmaurya | 1 |
iMerica/dj-rest-auth | rest-api | 411 | Subclass of RegisterSerializer not saving email when overriding class variable like email = serializers.EmailField(required=False) | open | 2022-06-08T09:48:29Z | 2022-06-08T09:48:29Z | https://github.com/iMerica/dj-rest-auth/issues/411 | [] | mateoKutnjak | 0 | |
unit8co/darts | data-science | 2,186 | [BUG] multi_models=FALSE not working for XGBOOST | **Describe the bug**
Predict covariates does not work for XGBOOST/ CATBOOST/LIGHTGBM
**To Reproduce**
Attached is the excel file that has sample data - I did spend time going through darts.utils.timeseries_generation t generate dummy data - was not very successful - so attaching the sample excel file and code sni... | closed | 2024-01-23T00:33:06Z | 2024-02-22T14:41:49Z | https://github.com/unit8co/darts/issues/2186 | [
"question"
] | suswamin | 1 |
ansible/awx | automation | 15,088 | Build of 24.2.0 image failed | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software provide... | closed | 2024-04-09T19:56:03Z | 2024-04-10T16:34:12Z | https://github.com/ansible/awx/issues/15088 | [
"type:bug",
"component:awx_collection",
"needs_triage",
"community"
] | Nachichuri | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.