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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
napari/napari | numpy | 6,869 | [test-bot] pip install --pre is failing | The --pre Test workflow failed on 2024-04-24 12:07 UTC
The most recent failing test was on ubuntu-latest py3.12 pyqt6
with commit: 9fcf63e69ac61b5dff0259c8618f828cc5169a9c
Full run: https://github.com/napari/napari/actions/runs/8816233366
(This post will be updated if another test fails, as long as this issue remain... | closed | 2024-04-24T12:07:42Z | 2024-04-24T19:42:24Z | https://github.com/napari/napari/issues/6869 | [
"bug"
] | github-actions[bot] | 0 |
robusta-dev/robusta | automation | 1,681 | Sometimes `workload` is `undefined` in Notification Grouping | **Describe the bug**
Here is slack sink configuration:
```
- slack_sink:
name: main_slack_sink
slack_channel: alerts-xxxx
api_key: "{{ env.MAIN_SLACK_SINK }}"
grouping:
group_by:
- workload
- severity
interval: 86400
notification_mode:
summary:
... | open | 2025-01-07T11:50:35Z | 2025-01-08T05:07:26Z | https://github.com/robusta-dev/robusta/issues/1681 | [] | SergiiBieliaievskyi | 3 |
lanpa/tensorboardX | numpy | 420 | How to draw two curves in a graph? | Thanks. | closed | 2019-05-10T08:43:42Z | 2019-05-10T08:47:42Z | https://github.com/lanpa/tensorboardX/issues/420 | [] | lartpang | 1 |
numpy/numpy | numpy | 28,199 | Type casting behavior with enum.IntFlag changed between 2.0 and 2.1 | Consider the following example of an 8 bit `IntFlag` and using it together with a `np.int8` or an array of dtype `np.int8`:
```python
from enum import IntFlag, auto
import numpy as np
class PixelStatus(IntFlag):
BIT0 = auto()
BIT1 = auto()
BIT2 = auto()
BIT3 = auto()
BIT4 = auto()
BIT5 = auto... | closed | 2025-01-20T17:32:57Z | 2025-01-20T20:09:20Z | https://github.com/numpy/numpy/issues/28199 | [] | maxnoe | 2 |
mwaskom/seaborn | data-science | 3,162 | defaults to grid(False) for dotplots using seaborn objects so.Dot | Trying to plot with the seaborn objects.
Using so.Dot()
the following line when commented out reintroduce the grid options.
https://github.com/mwaskom/seaborn/blob/master/seaborn/_core/plot.py#L1659 | closed | 2022-11-27T21:11:43Z | 2023-03-27T20:18:54Z | https://github.com/mwaskom/seaborn/issues/3162 | [] | Xparx | 4 |
chainer/chainer | numpy | 7,704 | Flaky test: `chainer_tests/functions_tests/loss_tests/test_contrastive.py::TestContrastive` | https://jenkins.preferred.jp/job/chainer/job/chainer_pr/1513/TEST=CHAINERX_chainer-py3,label=mn1-p100/console | closed | 2019-07-04T12:18:12Z | 2019-08-15T18:45:03Z | https://github.com/chainer/chainer/issues/7704 | [
"cat:test",
"prio:high",
"pr-ongoing"
] | niboshi | 2 |
graphql-python/graphene-django | graphql | 705 | ☂️Graphene-Django v3 | This issue is to track v3 of Graphene-Django which will contain some breaking changes.
WIP branch: [`v3`](https://github.com/graphql-python/graphene-django/tree/v3) ([compare](https://github.com/graphql-python/graphene-django/compare/master...v3))
## Breaking changes
* [x] Upgrade to Graphene v3 (which also up... | closed | 2019-07-09T14:12:00Z | 2022-09-26T12:08:46Z | https://github.com/graphql-python/graphene-django/issues/705 | [] | jkimbo | 96 |
roboflow/supervision | deep-learning | 846 | Supervision using Yolov7 | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
Hi,
Is it possible to run supervision using Yolov7 ? If so how?
Thanks.
### Additional
_No response_ | closed | 2024-02-02T19:27:16Z | 2024-02-03T11:51:04Z | https://github.com/roboflow/supervision/issues/846 | [
"question"
] | JSNN170 | 3 |
Asabeneh/30-Days-Of-Python | pandas | 533 | 2024 便宜机场推荐:便宜的翻墙机场合集 | 以下是8个便宜且值得推荐的翻墙机场:
**最值得推荐老牌便宜机场:[喵酥云](https://www.miaosu.xyz)
运营于2019年, 运营团队比较可靠,月付:9元/200g ,全中转节点,在国内5g大入口加持下,速度和稳定也算是机场第一梯队,值得推荐**
1. 疾风云机场[1]: 成立于2024年的老牌机场旗下新开的专线性价比机场,提供V2Ray、SSR、Trojan节点,主打优质低价。月付9.9元起,支持支付宝和微信支付。
2. OUO 机场: 成立于2023年的小众中转机场,采用Shadowsocks协议,有定制客户端支持Windows、Mac和Android。月付10元起,100GB流量。
3.... | closed | 2024-06-28T09:30:04Z | 2024-08-28T01:14:31Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/533 | [] | ji11220 | 1 |
exaloop/codon | numpy | 177 | error: name 'bytearray' is not defined | I seems Codon does not understand bytes/bytearray/ByteString.
I tried to type with ByteString (from typing module) but is just makes thing worst.
What is the good way to write programs that manipulate bytes ? | closed | 2023-01-14T14:59:03Z | 2024-11-10T19:39:09Z | https://github.com/exaloop/codon/issues/177 | [
"stdlib"
] | setop | 13 |
jupyter/nbgrader | jupyter | 1,165 | Which extensions should I enable? | The following is a list of extensions that can be enabled:
- nbextensions
- create_assignment/main --section=notebook
- formgrader/main --section=notebook
- formgrader/main --section=tree
- assignment_list/main --section=tree
- jupyter-js-widgets/extension --section=notebook
- serverextension
... | closed | 2019-07-22T21:30:42Z | 2019-08-21T19:13:57Z | https://github.com/jupyter/nbgrader/issues/1165 | [
"question"
] | mkzia | 2 |
aimhubio/aim | data-visualization | 2,441 | Authentication layer | According to https://github.com/aimhubio/aim/issues/1970, there is no auth layer in `aim`.
We are thinking of using it internally, and we want to use an external auth proxy (GCP IAP Proxy in our case). While login to the dashboard using a browser will be easy, I don't know how to inject an OAuth token when using the... | open | 2022-12-22T13:01:28Z | 2023-03-28T06:46:38Z | https://github.com/aimhubio/aim/issues/2441 | [
"type / enhancement"
] | hadim | 8 |
jina-ai/clip-as-service | pytorch | 148 | Prediction | How to make predictions with the pre trained model using bert as service | closed | 2018-12-19T12:16:15Z | 2018-12-25T14:12:48Z | https://github.com/jina-ai/clip-as-service/issues/148 | [] | chandrupc | 1 |
keras-team/keras | machine-learning | 20,397 | Need to reenable coverage test on CI | I had to disable coverage testing here: https://github.com/keras-team/keras/blob/master/.github/workflows/actions.yml#L87-L101
because it was causing a failure on the torch backend CI. The failure was related to coverage file merging.
This does not appear to have been caused by a specific commit. None of our depend... | closed | 2024-10-23T03:37:42Z | 2024-10-23T14:47:30Z | https://github.com/keras-team/keras/issues/20397 | [] | fchollet | 0 |
feature-engine/feature_engine | scikit-learn | 566 | [ENH] Possibility to fit base_selector with one feature for automated pipelines. | https://github.com/feature-engine/feature_engine/blob/f94cfaf2bec343b71c73a33b0c5d4e30eb7e7177/feature_engine/selection/base_selector.py#L121-L126
When using [SuperVectorizer (dirty_cat)](https://dirty-cat.github.io/stable/generated/dirty_cat.SuperVectorizer.html) to develop an AutoML solution, I have bumped into a ... | closed | 2022-11-23T10:17:26Z | 2022-12-07T10:24:37Z | https://github.com/feature-engine/feature_engine/issues/566 | [] | MatheusHam | 5 |
jonaswinkler/paperless-ng | django | 1,458 | [BUG] PDF processing/archiving changes good text to unicode garbage | <!---
=> Before opening an issue, please check the documentation and see if it helps you resolve your issue: https://paperless-ng.readthedocs.io/en/latest/troubleshooting.html
=> Please also make sure that you followed the installation instructions.
=> Please search the issues and look for similar issues before open... | open | 2021-11-30T00:16:50Z | 2021-11-30T00:16:50Z | https://github.com/jonaswinkler/paperless-ng/issues/1458 | [] | dblitt | 0 |
LAION-AI/Open-Assistant | machine-learning | 3,140 | `Author` label is positioned very poorly | To be honest, I didn't even notice it for a very long time. I have pretty large screen and conversation tree for me looks like this:

As you can see, the distance between the message and `Author` labe... | closed | 2023-05-12T20:52:30Z | 2023-05-12T23:03:41Z | https://github.com/LAION-AI/Open-Assistant/issues/3140 | [
"website",
"UI/UX"
] | DoctorKrolic | 1 |
OFA-Sys/Chinese-CLIP | computer-vision | 238 | 请教下多机多卡的配置应该如何配置 | open | 2023-12-26T02:37:00Z | 2023-12-26T02:37:00Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/238 | [] | chengjianjie | 0 | |
koxudaxi/datamodel-code-generator | pydantic | 1,925 | JSON Schema: oneOf with const | **Describe the bug**
Does not generate an enumeration for oneOf + cost. For example, autocomplete in Jetbrains IDE works fine for this case.
**To Reproduce**
1. create a schema
2. generate
3. get an incorrect result generation
Example schema:
```yaml
# definition
nodeJsModeEnum:
title: NodeJS mo... | open | 2024-04-17T18:33:12Z | 2024-09-26T11:42:26Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1925 | [
"enhancement"
] | roquie | 1 |
vanna-ai/vanna | data-visualization | 786 | 希望能支持硅基流动 | 希望能支持硅基流动 | closed | 2025-02-28T03:54:38Z | 2025-03-04T21:15:22Z | https://github.com/vanna-ai/vanna/issues/786 | [] | mingmars | 0 |
opengeos/leafmap | streamlit | 754 | extruding point data from geojson using leafmap.deck fails | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- leafmap version: 0.32.1
- Python version: 3.10.12
- Operating System: Linux (ubuntu 22.04)
### Description
Trying to reproduce the pydeck code below using leafmap.deck, which uses 3d extrusion to represent n... | closed | 2024-06-12T21:06:36Z | 2024-06-13T14:50:10Z | https://github.com/opengeos/leafmap/issues/754 | [
"bug"
] | cboettig | 1 |
fbdesignpro/sweetviz | data-visualization | 171 | Unable to run report with pandas 2.1.2 | Hi,
I've managed to install and import the latest version of sweetviz(sweetviz-2.3.1-py3-none-any.whl). However, when trying to run the report I'm getting the following error:
AttributeError: 'DataFrame' object has no attribute 'iteritems'
I was able to do a temporary work around by doing "pd.DataFrame.iteritems ... | open | 2024-03-11T14:46:28Z | 2024-09-10T02:16:24Z | https://github.com/fbdesignpro/sweetviz/issues/171 | [] | CHALKEB | 1 |
marcomusy/vedo | numpy | 995 | button clicks are triggered twice | Hi Marco,
Hope everything is great with you.
By the way the new update looks great.
Thank you very much for all the work under this library. I cant even tell how it is helping me.
With this new update I came to a bug I guess. The button click is triggered twice when there is a callback for mouse click. If I cha... | open | 2023-12-21T06:08:31Z | 2023-12-21T15:15:13Z | https://github.com/marcomusy/vedo/issues/995 | [
"bug"
] | smoothumut | 2 |
pallets-eco/flask-wtf | flask | 483 | Allow CSRF to be entirely disabled | Thanks to SameSite-by-default cookies, CSRF protection is pretty much redundant these days. However, if I strip out the call to CSRFProtect.init_app, Flask-WTF still generates and inserts a `csrf_token` field into forms, even if `WTF_CSRF_ENABLED` is set to False.
Would you accept a PR to make it so that a project t... | open | 2021-11-04T01:59:15Z | 2023-07-25T20:22:29Z | https://github.com/pallets-eco/flask-wtf/issues/483 | [
"enhancement",
"csrf"
] | marksteward | 0 |
pydantic/pydantic | pydantic | 10,637 | Upgrade to `uv` instead of `pdm` | See references: https://github.com/astral-sh/uv
Also: https://github.com/pydantic/logfire/pull/480 | closed | 2024-10-16T20:24:39Z | 2024-11-08T16:18:33Z | https://github.com/pydantic/pydantic/issues/10637 | [
"help wanted",
"good first issue"
] | sydney-runkle | 6 |
microsoft/nni | data-science | 5,723 | Unsupported Layer nn.TransformerEncoderLayer | **Describe the bug**:
**Environment**:
- NNI version: 3.0
- Training service (local|remote|pai|aml|etc): local
- Python version: 3.10
- PyTorch version: 1.13
- Cpu or cuda version: Cuda/Cpu
**Reproduce the problem**
- How to reproduce: It seems like the class[`TransformerEncoderLayer`](https://pytorch... | open | 2023-12-12T21:56:24Z | 2023-12-12T21:57:13Z | https://github.com/microsoft/nni/issues/5723 | [] | saeedashrraf | 0 |
marshmallow-code/marshmallow-sqlalchemy | sqlalchemy | 115 | Loading or validating nested objects fails when their ids are dump_only or hidden | My declarative database model looks like this:
```
class X(db.Model):
id = db.Column(db.String(128), primary_key=True)
yref = db.relationship('Y', backref='x', uselist=False, lazy='joined')
def __init__(self, myid):
self.id = myid
class Y(db.Model):
id = db.Column(db.String(128),... | closed | 2017-07-09T05:45:16Z | 2025-01-12T05:04:20Z | https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/115 | [] | kshade | 2 |
AirtestProject/Airtest | automation | 290 | ios10,start_app报错,在IDE里能正常连接手机实时显示手机界面,运行报错 | File "/Users/wjjn3033/dev/idestable/airtest/airtest/core/api.py", line 146, in start_app
File "/Applications/AirtestIDE.app/Contents/MacOS/airtest/core/ios/ios.py", line 264, in start_app
self.driver.session(package)
File "/Users/wjjn3033/dev/idestable/venv_ide_qt511/lib/python3.6/site-packages/wda/__init_... | open | 2019-03-04T06:29:09Z | 2019-07-01T11:28:44Z | https://github.com/AirtestProject/Airtest/issues/290 | [] | StevenXUzw | 2 |
iperov/DeepFaceLab | machine-learning | 5,562 | RTX 5000 GPUs supported? | Hi, I recently installed this on linux and it runs fine, but I don't seem to get GPU support, its crunching on CPU only. Is there anything I can do to get my RTX5000s to work for this, or is this not supported? I tried to find some info but could not find anything about this | open | 2022-09-15T12:07:01Z | 2023-06-08T23:00:48Z | https://github.com/iperov/DeepFaceLab/issues/5562 | [] | 132nd-Entropy | 1 |
scikit-learn/scikit-learn | machine-learning | 30,909 | Improve `pos_label` switching for metrics | Supercedes #26758
Switching `pos_label` for metrics, involves some manipulation for `predict_proba` (switch column you pass) and `decision_function` (for binary, multiply by -1) as you must pass the values for the positive class.
In discussions in #26758 we thought of two options:
* Add an example demonstrating wh... | open | 2025-02-27T06:45:33Z | 2025-02-28T11:08:02Z | https://github.com/scikit-learn/scikit-learn/issues/30909 | [
"RFC"
] | lucyleeow | 5 |
TracecatHQ/tracecat | pydantic | 56 | Batched S3 gzipped JSON reader | **Is your feature request related to a problem? Please describe.**
gzipped JSON files are still widely used to store security logs. For example:
- AWS CloudTrail logs in S3
- Okta System Logs
- GitHub streaming logs
**Describe the solution you'd like**
A function that takes a S3 prefix and returns a list of dicts (bot... | closed | 2024-04-17T21:12:54Z | 2024-04-20T15:00:49Z | https://github.com/TracecatHQ/tracecat/issues/56 | [
"enhancement"
] | topher-lo | 0 |
TencentARC/GFPGAN | deep-learning | 391 | Why is the effect of processing photos locally not as good as online? | Why is the effect of processing photos locally not as good as online?
<img width="559" alt="image" src="https://github.com/TencentARC/GFPGAN/assets/18223385/689dea45-74f8-4cb2-ac7c-c04ae66eae44">
online:
https://replicate.com/xinntao/gfpgan/
<img width="257" alt="image" src="https://github.com/TencentARC/GFPGAN/ass... | closed | 2023-06-10T16:25:16Z | 2023-06-13T04:36:26Z | https://github.com/TencentARC/GFPGAN/issues/391 | [] | hktalent | 7 |
PokeAPI/pokeapi | graphql | 1,179 | [BUG] Parameters should be case insensitive | Steps to Reproduce:
1. Submit a request with capitals. eg. https://pokeapi.co/api/v2/pokemon/Iron-Crown
2. Receive no reply (404)
Requests with capitals should still work. Very easy fix just to lowercase parameters.
| open | 2024-12-25T22:18:00Z | 2025-01-26T16:40:39Z | https://github.com/PokeAPI/pokeapi/issues/1179 | [] | pedwards95 | 3 |
PokemonGoF/PokemonGo-Bot | automation | 6,329 | I | I found a great File Transfer to share apps, music and files easily and fast! Download it on Google Play:
https://play.google.com/store/apps/details?id=share.file.transfer | open | 2025-01-27T07:09:27Z | 2025-01-27T07:09:27Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/6329 | [] | Kingdredakid5 | 0 |
huggingface/datasets | deep-learning | 6,614 | `datasets/downloads` cleanup tool | ### Feature request
Splitting off https://github.com/huggingface/huggingface_hub/issues/1997 - currently `huggingface-cli delete-cache` doesn't take care of cleaning `datasets` temp files
e.g. I discovered having millions of files under `datasets/downloads` cache, I had to do:
```
sudo find /data/huggingface/... | open | 2024-01-24T18:52:10Z | 2024-01-24T18:55:09Z | https://github.com/huggingface/datasets/issues/6614 | [
"enhancement"
] | stas00 | 0 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 138 | 为什么增量预训练后的模型的tokenizer比微调后少一个pad呢 | 预训练的时候,数据不是也需要pad吗。用的是哪个pad呢。 | closed | 2023-04-12T10:30:14Z | 2023-04-18T06:54:56Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/138 | [] | Porraio | 2 |
quantumlib/Cirq | api | 7,086 | Suggest eliminating labels pr/lgtm-with-nit and pr/needs-rebase | **Description of the issue**
The PR labels `pr/lgtm-with-nit` and `pr/needs-rebase` have hardly been used. The first was used 3 times 5 years ago; the latter was used once, 3 years ago. Purely as an attempt to reduce the number of labels in the project, I propose we eliminate these two.
<div align="center">
<img widt... | closed | 2025-02-24T00:05:23Z | 2025-03-19T18:20:25Z | https://github.com/quantumlib/Cirq/issues/7086 | [
"kind/health",
"triage/accepted"
] | mhucka | 1 |
sunscrapers/djoser | rest-api | 437 | Make init fails | https://github.com/sunscrapers/djoser/blob/80769a342d10c39ef9c39423d12b53fd72bb7c97/Pipfile#L37-L42
What do these lines mean? | closed | 2019-11-06T21:07:06Z | 2020-01-27T09:34:55Z | https://github.com/sunscrapers/djoser/issues/437 | [
"bug"
] | ozeranskii | 5 |
RobertCraigie/prisma-client-py | asyncio | 705 | Add fail-safe for downloading binaries. | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Whenever I wish to run the prisma command after installation, it will download binaries. Whenever I CTRL+C the task through the download process. It will cause me to not be able to download the binaries ... | closed | 2023-02-23T03:38:46Z | 2023-06-29T11:28:25Z | https://github.com/RobertCraigie/prisma-client-py/issues/705 | [
"bug/1-repro-available",
"kind/bug",
"level/intermediate",
"priority/medium",
"topic: binaries"
] | L-mbda | 7 |
Yorko/mlcourse.ai | plotly | 743 | AI learning | closed | 2023-04-23T07:20:16Z | 2023-05-03T09:07:35Z | https://github.com/Yorko/mlcourse.ai/issues/743 | [
"invalid"
] | manishikuma | 0 | |
microsoft/qlib | deep-learning | 1,143 | DoubleEnsemble doesn't Honor sub_weights When Computing Loss Values | Hello, I notice in `fit()`, `loss_values` is computed based on the average prediction of trained sub-models (i.e. `pred_ensemble`):
https://github.com/microsoft/qlib/blob/a87b02619aee4aff9c5aba23a66e614106050d75/qlib/contrib/model/double_ensemble.py#L90-L91
However, in `predict()`, the final output is the weighted... | closed | 2022-06-21T20:50:52Z | 2022-10-21T15:05:43Z | https://github.com/microsoft/qlib/issues/1143 | [
"stale"
] | bridgream | 3 |
pytest-dev/pytest-qt | pytest | 206 | Issues when runnning tests with Xvfb | Hi,
I am trying to run some tests with pytest-qt using Travis and to simulate at my workstation the same issue I am using pytest-xvfb.
The following test works when running at my computer without the Xvfb but something very similar fails at Travis and also at my computer when using Xvfb.
```python
from PyQt5.... | closed | 2018-04-27T01:15:31Z | 2021-06-03T13:56:28Z | https://github.com/pytest-dev/pytest-qt/issues/206 | [
"question :question:"
] | hhslepicka | 7 |
PokeAPI/pokeapi | api | 983 | Official Artwork is in kebab case | <!--
Thanks for contributing to the PokéAPI project. To make sure we're effective, please check the following:
- Make sure your issue hasn't already been submitted on the issues tab. (It has search functionality!)
- If your issue is one of outdated API data, please note that we get our data from [veekun](https://g... | open | 2023-12-27T15:17:00Z | 2024-01-26T14:29:11Z | https://github.com/PokeAPI/pokeapi/issues/983 | [] | alexwittwer | 4 |
healthchecks/healthchecks | django | 101 | Improve "Ping expected but not received" messages in Log pages | The log pages are limited to show no more than 10 consecutive "Ping expected but not received" messages. Otherwise, in some cases, the log pages could get excessively large. For example, when the period is 1 minute, and the check has been down for a month, that would be 43'200 log entries.
To make the log page les... | closed | 2016-12-01T13:21:14Z | 2017-06-29T11:44:34Z | https://github.com/healthchecks/healthchecks/issues/101 | [] | cuu508 | 1 |
chezou/tabula-py | pandas | 40 | AttributeError: 'module' object has no attribute 'read_pdf' | # Summary of your issue
When importing the read_pdf method from tabula-py using
`from tabula import read_pdf`
as the example demonstrated
It shows the following error message
`AttributeError: 'module' object has no attribute 'read_pdf'`
# Environment
anaconda python 2.1.12 + tabula 0.9.0
Write and check your ... | closed | 2017-06-11T03:26:25Z | 2017-07-18T10:34:43Z | https://github.com/chezou/tabula-py/issues/40 | [] | zlqs1985 | 4 |
google-research/bert | nlp | 455 | module 'tensorflow.python.platform.flags' has no attribute 'mark_flag_as_required' | when running the run_squad.py train example from the 'doc' (main .md file):
Traceback (most recent call last):
File "../run_squad.py", line 1280, in <module>
flags.mark_flag_as_required("vocab_file")
AttributeError: module 'tensorflow.python.platform.flags' has no attribute 'mark_flag_as_required'
Ubun... | closed | 2019-02-25T18:02:56Z | 2019-10-28T08:35:54Z | https://github.com/google-research/bert/issues/455 | [] | WilliamTambellini | 2 |
gradio-app/gradio | deep-learning | 10,012 | Can't upload any file from iPhone | ### Describe the bug
I have to upload a file as input of my ML pipeline. I use the gr.File component and it goes well from desktop, but completely doesn't work from iPhone. I can't upload any type of file from the latter, they are greyed out independent from the browser I use (I tested Safari and Chrome).
### Have yo... | closed | 2024-11-21T17:45:24Z | 2024-12-05T18:04:57Z | https://github.com/gradio-app/gradio/issues/10012 | [
"bug"
] | virtualmartire | 1 |
ansible/ansible | python | 84,732 | copy module does not preserve file ownership | ### Summary
I just encountered the issue described in https://github.com/ansible/ansible/pull/81592, which was closed indicating it's a doc bug that has been fixed. However, looking at the latest docs (https://docs.ansible.com/ansible/latest/collections/ansible/builtin/copy_module.html), and under "owner," is says:
... | open | 2025-02-19T18:36:05Z | 2025-03-04T15:06:54Z | https://github.com/ansible/ansible/issues/84732 | [
"module",
"needs_verified",
"affects_2.15"
] | rwagnergit | 1 |
alteryx/featuretools | scikit-learn | 2,521 | Refactor `can_stack_primitive_on_inputs` helper function | - Refactoring `can_stack_primitive_on_inputs` would help make `DeepFeatureSynthesis` more readable | closed | 2023-03-15T00:58:00Z | 2023-08-02T20:01:05Z | https://github.com/alteryx/featuretools/issues/2521 | [
"refactor"
] | sbadithe | 0 |
tfranzel/drf-spectacular | rest-api | 1,123 | Sporatic uncaught exception: AssertionError: Schema generation REQUIRES a view instance. (Hint: you accessed `schema` from the view class rather than an instance.) | **Describe the bug**
I have a /openapi endpoint, and occasionally the API fails with this exception. This happens a few times a day, but most of the time the spec generates successfully.
```
Traceback (most recent call last):
File "/home/app/.cache/pypoetry/virtualenvs/recovery-platform-BwZRr09X-py3.11/lib/pyth... | open | 2023-12-07T02:20:48Z | 2025-02-06T16:16:08Z | https://github.com/tfranzel/drf-spectacular/issues/1123 | [] | bradydean | 9 |
microsoft/qlib | deep-learning | 1,781 | How to train futures market data? | open | 2024-04-29T15:48:06Z | 2024-04-29T15:48:06Z | https://github.com/microsoft/qlib/issues/1781 | [
"question"
] | samghwww | 0 | |
keras-rl/keras-rl | tensorflow | 8 | Add Python 3 compatibility | Just changed a print function-call and use range instead of xrange to make keras-rl run on both python 2.7 and 3.5 for me. See pull requests https://github.com/matthiasplappert/keras-rl/pull/4, https://github.com/matthiasplappert/keras-rl/pull/5, https://github.com/matthiasplappert/keras-rl/pull/6, https://github.com/m... | closed | 2016-08-02T19:16:35Z | 2016-08-03T14:34:26Z | https://github.com/keras-rl/keras-rl/issues/8 | [] | jorahn | 1 |
davidsandberg/facenet | tensorflow | 621 | Retrain the checkpoint | How do retrain this [checkpoint](https://drive.google.com/file/d/0B5MzpY9kBtDVZ2RpVDYwWmxoSUk/edit) for better accuracy with asian faces? | open | 2018-01-18T14:28:16Z | 2018-05-04T08:56:45Z | https://github.com/davidsandberg/facenet/issues/621 | [] | Zumbalamambo | 3 |
sktime/pytorch-forecasting | pandas | 834 | Understanding TFT output in raw prediction mode | Hi,
First, I really appreciate your work on this wonderful package.
I am working with TFT model and trying to predict with raw mode on one sample (dataframe which represent 1 sample - e.g: 15 rows - 15 steps), like this:
```
new_raw_predictions, new_x = best_tft.predict(df[:15], mode="raw", return_x=True)
```
T... | closed | 2022-01-18T17:37:33Z | 2022-01-18T18:05:50Z | https://github.com/sktime/pytorch-forecasting/issues/834 | [] | ngokhoa96 | 1 |
521xueweihan/HelloGitHub | python | 2,211 | 【工具自荐】一款将链接转化为精美分享图的小工具 | ## 项目推荐
- 项目地址:https://github.com/one-tab-group/bookmark.style
- 类别:Vue
- 项目描述:
最近将一直自用的一款将任意链接转换生成分享图的工具 [bookmark.style](https://bookmark.style/) 发布到了 [ProductHunt](https://www.producthunt.com/posts/bookmark-style)
- 推荐理由:bookmark.style 适用于开发者、创作者、公众号写手,它可以美化你的链接,让你的链接“开口说话”
- 截图:
 raise `AttributeError: 'Maybe' object has no attribute 'call'`.
```
python_version = "3.8"
django = "~=3.0"
factory-boy = "~=3.2.0"
pytest = "~=5.4.3"
pytest-factoryboy = "~=2.1.0"
pytest... | open | 2021-05-13T12:05:29Z | 2021-06-24T15:41:47Z | https://github.com/TvoroG/pytest-lazy-fixture/issues/52 | [] | radekwlsk | 3 |
wkentaro/labelme | deep-learning | 868 | what is the way of using image-level flags | Hi, I could don't find any example regarding "flags" usage. Is there any related example like labelme2voc for flags. What is the best way to use flags for training? Thanks. | closed | 2021-05-17T02:57:37Z | 2021-06-10T09:27:00Z | https://github.com/wkentaro/labelme/issues/868 | [] | neouyghur | 4 |
aio-libs/aiomysql | asyncio | 362 | two cursors in two async with but cursors id equ | On Ubuntu 18.04.1 LTS, python 3.6.5 aiomysql 0.0.19
Hello
I use pool to test, the example is like:
```
async def test():
async with pool.acquire() as conn:
async with conn.cursor() as cur:
print ('id(cur)=', id(cur))
row = await cur.execute("select device_id from r_sms_upload_... | closed | 2018-12-05T09:20:04Z | 2018-12-27T08:12:45Z | https://github.com/aio-libs/aiomysql/issues/362 | [
"bug"
] | shop271 | 2 |
dropbox/PyHive | sqlalchemy | 111 | requests.exceptions.ConnectionError: ('Connection aborted.', BadStatusLine(' status 80',)) | python connection hive
I using sqlalchemy connection hive
> from sqlalchemy import *
from sqlalchemy.engine import create_engine
from sqlalchemy.schema import *
engine = create_engine('presto://localhost:10000/hive/default')
logs = Table('my_awesome_data', MetaData(bind=engine), autoload=True)
print select([fu... | closed | 2017-04-30T14:38:39Z | 2017-05-01T07:39:07Z | https://github.com/dropbox/PyHive/issues/111 | [] | basebase | 1 |
litestar-org/litestar | asyncio | 4,002 | Bug: Setting the title of an Enum (+ msgspec Struct) does not work (in terms of OpenAPI gen) | ### Description
Setting the title of an Enum with `Body()` or `msgspec.Meta` like so will still not allow it be shown in the autogenerated OpenAPI spec **even if you try setting __schema_name__** does not work:
```
class UniversalClassificationScoringMethod(StrEnum):
AUTO = "auto"
CHUNK_MAX = "chunk_max"
C... | open | 2025-02-14T10:29:57Z | 2025-02-14T10:29:57Z | https://github.com/litestar-org/litestar/issues/4002 | [
"Bug :bug:"
] | umarbutler | 0 |
JaidedAI/EasyOCR | machine-learning | 865 | [Craft Error] Training costume model error | Thank you for providing the CRAFT training code.
When I am training the costume model, it is always giving the error message:
```
Error : operands could not be broadcast together with shapes (200,200) (69,0)
On generating affinity map, strange box came out. (width: 0, height: 69)
Error : operands could not be bro... | open | 2022-09-30T06:01:50Z | 2023-07-26T09:23:15Z | https://github.com/JaidedAI/EasyOCR/issues/865 | [] | ALIYoussef | 7 |
s3rius/FastAPI-template | fastapi | 111 | Possible Bug - `get_db_session` reference included in `{{cookiecutter.project_name}}web.gql.context.py`when using Tortoise ORM | Awesome project! Really love what you've done here!
I ran into what I think is a bug with the project generation logic. I think it's a simple fix / issue, so I'd be happy to contribute a PR, but wanted to run this by you first.
In the context.py file of the gql package, there's an import for `from {{cookiecutter... | closed | 2022-07-23T20:55:37Z | 2022-08-08T05:00:32Z | https://github.com/s3rius/FastAPI-template/issues/111 | [] | JSv4 | 5 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 995 | No enough memory synthesizer preprocess audio | /home/fit/.local/lib/python3.6/site-packages/numba/core/errors.py:154: UserWarning: Insufficiently recent colorama version found. Numba requires colorama >= 0.3.9
warnings.warn(msg)
Arguments:
datasets_root: tts
out_dir: tts/SV2TTS/synthesizer
n_processes: 8
skip_existing: False
... | open | 2022-01-28T02:39:08Z | 2022-01-28T02:39:08Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/995 | [] | doansangg | 0 |
strawberry-graphql/strawberry | fastapi | 3,613 | Hook for new results in subscription (and also on defer/stream) | From #3554
 | open | 2024-09-02T17:57:36Z | 2025-03-20T15:56:51Z | https://github.com/strawberry-graphql/strawberry/issues/3613 | [
"feature-request"
] | patrick91 | 0 |
plotly/jupyter-dash | dash | 55 | Standard demo with Binder fails | open | 2021-02-27T09:48:35Z | 2021-02-27T09:48:35Z | https://github.com/plotly/jupyter-dash/issues/55 | [] | spratzt | 0 | |
nonebot/nonebot2 | fastapi | 3,287 | Plugin: BotTap | ### PyPI 项目名
nonebot-plugin-bot-tap
### 插件 import 包名
nonebot_plugin_bot_tap
### 标签
[{"label":"Bot","color":"#57a4ce"},{"label":"管理","color":"#57ce66"}]
### 插件配置项
```dotenv
BOT_TAP_TOKEN="abc123456"
```
### 插件测试
- [ ] 如需重新运行插件测试,请勾选左侧勾选框 | closed | 2025-01-27T16:53:50Z | 2025-01-30T12:34:14Z | https://github.com/nonebot/nonebot2/issues/3287 | [
"Plugin",
"Publish"
] | XTxiaoting14332 | 3 |
plotly/plotly.py | plotly | 4,772 | ecdf with normed histogram | I really like the plotly.express.ecdf and have been using it a lot in my daily work.
When I show ecdf plots in meetings, I usually show it with `marginal='histogram'`, since this is easier understandable for the non-data-scientists in the room.
However, since the amount of data varies I would like to have a normaliz... | open | 2024-09-30T08:18:08Z | 2024-10-02T17:09:48Z | https://github.com/plotly/plotly.py/issues/4772 | [
"feature",
"P3"
] | luifire | 1 |
HumanSignal/labelImg | deep-learning | 164 | No module libs.lib | When I try to run labelImg (MacOS High Sierra / python 2.7 / pip) there is an error "No module libs.lib". Does anyone know how to solve this? | closed | 2017-09-25T23:05:22Z | 2017-09-27T09:58:46Z | https://github.com/HumanSignal/labelImg/issues/164 | [] | thanasissdr | 5 |
deepfakes/faceswap | deep-learning | 445 | Cannot extract video to image use by GUI v3.0 | Exception in Tkinter callback
Traceback (most recent call last):
File "C:\ProgramData\Miniconda3\lib\tkinter\__init__.py", line 1702, in __call__
return self.func(*args)
File "E:\Faceswap\faceswap-master\lib\gui\wrapper.py", line 62, in action_command
self.task.terminate()
File "E:\Faceswap\faceswap... | closed | 2018-06-24T12:04:44Z | 2018-11-04T17:00:18Z | https://github.com/deepfakes/faceswap/issues/445 | [] | g0147 | 3 |
tox-dev/tox | automation | 3,060 | SyntaxError trying to invoke a Python 2 environment | ## Issue
Attempting to run `tox -e py27` fails to find Python 2.7 with `SyntaxError` in `py_info.py`.
## Environment
Provide at least:
- OS: Ubuntu 22.04 ([jaraco/multipy-tox](https://hub.docker.com/r/jaraco/multipy-tox)).
<details open>
<summary>Output of <code>pip list</code> of the host Python, where... | closed | 2023-07-09T18:53:55Z | 2023-07-09T18:58:22Z | https://github.com/tox-dev/tox/issues/3060 | [] | jaraco | 1 |
adbar/trafilatura | web-scraping | 577 | Update XML-TEI reference data | The file `trafilatura/data/tei-schema-pickle.lzma` could be updated to the latest version of the TEI schema. | closed | 2024-04-29T15:45:59Z | 2024-07-24T17:24:22Z | https://github.com/adbar/trafilatura/issues/577 | [
"maintenance"
] | adbar | 0 |
hbldh/bleak | asyncio | 464 | Send signed byte array with Bleak | Is it possible to send a signed byte array with Bleak? | closed | 2021-02-25T17:06:05Z | 2021-02-25T17:07:41Z | https://github.com/hbldh/bleak/issues/464 | [] | bastianpedersen | 0 |
ResidentMario/geoplot | matplotlib | 142 | Improve default marker scaling in pointplot | The `scale` parameter in `geoplot` takes a scale and applies it to a marker. In the case of `sankey` (`linewidth`) and `cartogram` (`xfact` scaling) the manner and effect of the scaling is obvious. With `pointplot`, which uses `ax.scatter`, it is less so.
The `ax.scatter` function used by `pointplot` manages the siz... | open | 2019-07-05T15:29:16Z | 2019-07-05T20:34:40Z | https://github.com/ResidentMario/geoplot/issues/142 | [
"enhancement"
] | ResidentMario | 0 |
tatsu-lab/stanford_alpaca | deep-learning | 138 | Data License | Can we consider reverting the data license to include commercial use? Lots of models are being released using the alpaca dataset (e.g. https://www.databricks.com/blog/2023/03/24/hello-dolly-democratizing-magic-chatgpt-open-models.html). | open | 2023-03-24T15:51:43Z | 2023-04-08T08:51:19Z | https://github.com/tatsu-lab/stanford_alpaca/issues/138 | [] | mjsteele12 | 1 |
robusta-dev/robusta | automation | 1,657 | <install> statefulset , FailedScheduling | It it not easy to install `robusta` for me, when I install robusta using helm, they can not start
alertmanager-robusta-kube-prometheus-st-alertmanager-0 0/2 Pending 0 18s
prometheus-robusta-kube-prometheus-st-prometheus-0 0/2 Pending 0 8s
... | open | 2024-12-10T08:56:14Z | 2024-12-14T10:09:39Z | https://github.com/robusta-dev/robusta/issues/1657 | [] | wiluen | 19 |
SCIR-HI/Huatuo-Llama-Med-Chinese | nlp | 70 | 是否扩充了llama的分词器 | closed | 2023-07-07T01:48:45Z | 2023-08-07T08:18:38Z | https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/issues/70 | [] | zemu121 | 3 | |
ahmedfgad/GeneticAlgorithmPython | numpy | 201 | Parallelise adaptive mutation population fitness computations when `parallel_processing` is enabled | I was checking my CPU usage while running a GA instance with adaptive mutation and noticed it's actually off most of the time. The fitness function I use takes several seconds to compute for every solution, so the lack of parallel processing on this type of mutation really hurts the overall time per generation.
I ha... | open | 2023-05-27T21:57:17Z | 2023-11-08T23:39:15Z | https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/201 | [
"enhancement"
] | Ririshi | 3 |
deepfakes/faceswap | machine-learning | 585 | Link for training data couldn't be open. | Training Data
A pre-trained model is not required, but you can download the following pre-trained Cage/Trump training model:
Whole project with training images and trained model (~300MB): https://anonfile.com/p7w3m0d5be/face-swap.zip or click here to download
Some tips:
Reusing existing models will train much... | closed | 2019-01-11T02:03:15Z | 2019-01-11T08:56:08Z | https://github.com/deepfakes/faceswap/issues/585 | [] | kayleeliyx | 1 |
ageitgey/face_recognition | machine-learning | 676 | X_img_path | What X_img_path and how do we make it?
| closed | 2018-11-17T03:22:49Z | 2018-11-18T01:00:01Z | https://github.com/ageitgey/face_recognition/issues/676 | [] | nhangox22 | 0 |
onnx/onnx | scikit-learn | 6,489 | [Feature request] Add Support for Exporting DCNv4 to ONNX for Complex Adaptive Networks | ### System information
1.16
### What is the problem that this feature solves?
I would like to suggest adding support for exporting DCNv4 to ONNX, as it would be highly beneficial for handling more complex and adaptive network architectures.
### Alternatives considered
_No response_
### Describe the feature
I n... | open | 2024-10-24T09:20:43Z | 2024-10-24T09:22:17Z | https://github.com/onnx/onnx/issues/6489 | [
"topic: enhancement"
] | jacques0266 | 0 |
donnemartin/system-design-primer | python | 1,009 | System Design for Dummies links are broken | The links were updated to wayback machine (https://github.com/donnemartin/system-design-primer/pull/750) after the original domain was expired. Now, it's not accessible through wayback machine either.
Readme link: https://github.com/donnemartin/system-design-primer?tab=readme-ov-file#step-2-review-the-scalability-ar... | open | 2024-10-21T18:44:09Z | 2024-12-02T01:13:13Z | https://github.com/donnemartin/system-design-primer/issues/1009 | [
"needs-review"
] | ykeremy | 0 |
microsoft/unilm | nlp | 1,201 | Unknown model while fine tuning BEIT3 | **Describe**
I am currently try to run the fine tuning script give of BEIT3 for VQA task.
I am passing the the argument for model as - beit_base_patch16_224
However it throws the error.
- in create_model raise RuntimeError('Unknown model (%s)' % model_name)(beit_base_patch16_224)
I checked in the timm.list_mod... | closed | 2023-07-14T10:54:50Z | 2023-07-14T11:05:58Z | https://github.com/microsoft/unilm/issues/1201 | [] | rahcode7 | 0 |
pyg-team/pytorch_geometric | deep-learning | 9,940 | GATConv ignores "edge_attr" without error message | ### 🛠 Proposed Refactor
### Description
The current version of `GATConv` and `GATv2Conv` handle the `edge_attr` parameter inconsistently in the **edge_update** function. When users forget to set `edge_dim` in the constructor but pass `edge_attr` in the forward function, `GATv2Conv` will raise an error, whereas `GA... | open | 2025-01-14T04:53:44Z | 2025-01-14T04:53:44Z | https://github.com/pyg-team/pytorch_geometric/issues/9940 | [
"refactor"
] | FrancisOWO | 0 |
alteryx/featuretools | scikit-learn | 1,869 | Add IsFederalHoliday transform primitive | closed | 2022-01-27T19:50:30Z | 2022-02-17T20:17:13Z | https://github.com/alteryx/featuretools/issues/1869 | [] | gsheni | 2 | |
pytest-dev/pytest-xdist | pytest | 413 | With different python versions rsync can hangs on | At the end of my investigation of this issue I have realized it happens because of my fault.
So I know pytest/xdist works correctly here.
My expectation would be that pytest could send a Warning message (or a notification) about the possible fix of this issue.
Without going into the details the fix is to use same ... | open | 2019-02-06T09:03:28Z | 2019-02-06T09:03:28Z | https://github.com/pytest-dev/pytest-xdist/issues/413 | [] | mitzkia | 0 |
chaoss/augur | data-visualization | 2,656 | Libyears metric API | The canonical definition is here: https://chaoss.community/?p=3976 | open | 2023-11-30T18:08:09Z | 2024-09-14T16:02:46Z | https://github.com/chaoss/augur/issues/2656 | [
"API",
"first-timers-only"
] | sgoggins | 7 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 42 | 合并权重并量化后,生成速度非常慢 | 你们也是这么慢吗?我用gpt4all还好,合并中文lora权重,并量化后,生成非常慢,是有什么没注意吗? | closed | 2023-04-03T10:06:08Z | 2023-04-10T01:01:16Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/42 | [] | Trangle | 2 |
apachecn/ailearning | nlp | 183 | pdf 下载下来打不开 | 提示“格式错误:不是一个PDF文件或文件已损坏” | closed | 2017-10-25T02:20:20Z | 2017-10-25T02:57:20Z | https://github.com/apachecn/ailearning/issues/183 | [] | flymenn | 1 |
ghtmtt/DataPlotly | plotly | 221 | Errors during QGIS 3.12.2 install with apt on Ubuntu 20.04 | Yesterday I upgraded my Ubuntu 19.10 desktop to 20.04. During that, my QGIS repository was turned off and when I re-enabled it and redid the install of 3.12.2 I noticed the following error messages during the install:
`Setting up python3-plotly (4.4.1+dfsg-1) ...
/usr/lib/python3/dist-packages/_plotly_utils/utils.py... | closed | 2020-04-29T22:01:58Z | 2020-05-03T10:06:06Z | https://github.com/ghtmtt/DataPlotly/issues/221 | [] | monetschemist | 6 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,033 | cc | closed | 2020-05-19T20:50:10Z | 2020-05-25T10:21:07Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1033 | [] | kalai2033 | 0 | |
marshmallow-code/flask-marshmallow | sqlalchemy | 5 | Support file fields | It would be awesome if flask-marshmallow supported file upload fields along with a file size validator to go with it. I think this is within the scope of flask-marshmallow.
| closed | 2014-11-21T23:09:55Z | 2025-01-21T18:28:37Z | https://github.com/marshmallow-code/flask-marshmallow/issues/5 | [
"help wanted"
] | svenstaro | 8 |
marshmallow-code/marshmallow-sqlalchemy | sqlalchemy | 118 | how to serieslize ForeignKey default? | I have a model with below field:
```
corpus_id = Column(Integer, ForeignKey('corpus.id', ondelete='CASCADE'))
corpus = relationship('Corpus', backref=backref('documents', order_by=id, cascade='all, delete-orphan'), foreign_keys=corpus_id)
```
After serieslization, it became
```
{
"corpus": 1,
... | closed | 2017-09-12T05:54:52Z | 2018-12-04T18:13:47Z | https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/118 | [] | eromoe | 4 |
piskvorky/gensim | data-science | 2,924 | Add compute for value perplexity as an evaluation metrics for LDA and LDAseqmodel | I have been trying to compute for value perplexity, topic diversity and topic quality in lda and ldaseq but I can't seem to find any method that has it | open | 2020-08-27T22:24:01Z | 2020-08-27T22:24:01Z | https://github.com/piskvorky/gensim/issues/2924 | [] | Emekaborisama | 0 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 324 | Getting Langchain Output Paser Exception (Invalid JSON output) | **Describe the bug**
I am using SmartScraper graph to scrape data from a website. It is giving me Invalid JSON output error.
**To Reproduce**
This is my graph_config, for the rest of code I am following the tutorial. I using latest release fo ScrapeGraphAI.
The website source: https://www.sortlist.com/
prompt: ... | closed | 2024-06-01T15:46:22Z | 2024-06-04T16:21:48Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/324 | [] | nashugame | 7 |
reloadware/reloadium | pandas | 74 | Pycharm plugin 0.9.0 not support for Python 3.10.6 On M2 | **Describe the bug**
When I run the orange button, occurs error:
It seems like your platform or Python version are not supported yet.
Windows, Linux, macOS and Python 64 bit >= 3.7 (>= 3.9 for M1) <= 3.10 are currently supported.
**Desktop (please complete the following information):**
- OS: MacOS
- OS vers... | closed | 2022-11-29T06:56:26Z | 2022-11-29T23:09:58Z | https://github.com/reloadware/reloadium/issues/74 | [] | endimirion | 1 |
scikit-learn/scikit-learn | data-science | 30,457 | Add checking if tree criterion/splitter are classes | ### Describe the workflow you want to enable
In the process of creating custom splitters, criterions & models that inherit from the respective _scikit-learn_ classes, a very convenient (albeit currently impossible) solution is to add the splitter & criterion classes as parameters to the model constructor. The curren... | open | 2024-12-10T19:27:31Z | 2024-12-16T10:40:32Z | https://github.com/scikit-learn/scikit-learn/issues/30457 | [
"New Feature",
"Needs Info"
] | gilramot | 1 |
CTFd/CTFd | flask | 2,168 | Fix SAFE_MODE | SAFE_MODE isn't working from config.ini apparently at the moment. | closed | 2022-08-23T15:19:00Z | 2022-08-23T19:24:53Z | https://github.com/CTFd/CTFd/issues/2168 | [
"easy"
] | ColdHeat | 0 |
mouredev/Hello-Python | fastapi | 62 | Jefe | Profesor | open | 2024-05-30T17:14:23Z | 2024-05-30T17:14:23Z | https://github.com/mouredev/Hello-Python/issues/62 | [] | IaAndres | 0 |
dmlc/gluon-nlp | numpy | 1,533 | Upgrade the version of WikiExtractor used in nlp_data | ## Description
Currently, `nlp_data` is using wikiextractor with version 0.1 but the latest version is https://pypi.org/project/wikiextractor/3.0.4/. It will be good to try to upgrade to the latest version.
@DOUDOU0314 If you have time, would you take a look?
| open | 2021-03-01T03:16:46Z | 2022-07-23T18:15:15Z | https://github.com/dmlc/gluon-nlp/issues/1533 | [
"enhancement"
] | sxjscience | 2 |
tfranzel/drf-spectacular | rest-api | 1,105 | Pydantic extension blueprint produces empty schema for models | **Describe the bug**
I've followed #1006 and tried using [the extension blueprint for Pydantic 2](https://drf-spectacular.readthedocs.io/en/latest/blueprints.html#pydantic) to generate a schema for some pydantic models we use (as both request and response objects).
But the resultant object definitions in swagger a... | closed | 2023-11-13T14:53:13Z | 2023-11-13T19:14:27Z | https://github.com/tfranzel/drf-spectacular/issues/1105 | [] | devanubis | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.