text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Dragging a data file to canvas should retain file history in the File widget Body: **What's wrong?** A nice feature of Orange is a shortcut to open data files by dragging the file to the Orange canvas. This places a File widget on a canvas, and sets the name of the file accordingly. The only problem with this...
1medium
Title: [BUG]description for query paramters can not show in swagger ui Body: Hi, when I add a description for a schema used in query, it can not show in swagger ui but can show in Redoc ```py @HELLO.route('/', methods=['GET']) @api.validate(query=HelloForm) def hello(): """ hello 注释 :return: """...
1medium
Title: [RFC] Method or property listing all defined environments Body: **Is your feature request related to a problem? Please describe.** I'm trying to build a argparse argument that has a list of the available environments as choices to the argument. But I don't see any way to get this at the moment. **Describe ...
1medium
Title: a universal feature importance analysis Body: I wanted to conduct feature importance analysis, but found that many models did not provide feature importance analysis methods except iforest and xgbod .
1medium
Title: empty ${DESECSTACK_API_PSL_RESOLVER} breaks POSTing domains Body: Setting `${DESECSTACK_API_PSL_RESOLVER}` to empty (or not setting it at all) in `.env` will result in a 30s delay when posting to `api/v1/domains` endpoint, then raise a timeout exception, which results in a 500 error. Call stack: api_1 ...
1medium
Title: Add support for additional options when connecting to a database. Body: **Is your feature request related to a problem? Please describe.** Unable to pass parameters to databases via `connect_to_<database>` (ie: `psycopg2`->`postgres` `connection_timeout`) **Describe the solution you'd like** Add support for...
1medium
Title: show page numbers for pagination Body: Thanks for your interest in Plotly's Dash DataTable component!! Note that GitHub issues in this repo are reserved for bug reports and feature requests. Implementation questions should be discussed in our [Dash Community Forum](https://community.plot.ly/c/dash). Befo...
1medium
Title: Migrate proplot repo to be housed under another open-source development group? Body: I'm wondering if the `proplot` repo here could be moved to another organization, e.g. https://github.com/matplotlib or https://github.com/pangeo-data or elsewhere that it would fit. This wonderful package now has > 1,000 star...
1medium
Title: max number of tasks per dask worker Body: <!-- Please do a quick search of existing issues to make sure that this has not been asked before. --> I am using `SGECluster` to submit thousands of tasks to dask workers. I want to request a feature to specify max number of tasks per worker to improve cluster usage. ...
1medium
Title: Circular dependancy of settings and graphql_jwt Body: graphql_jwt requires settings secret key. But because of circular depencancy secretkey is not set. If graphql_jwt is imported after secretkey in settings.py everything works fine.
1medium
Title: `NotImplementedError` for elastic transformation with probability p < 1 Body: ### Describe the bug With the newest kornia release (0.6.11), the random elastic transformation fails if it is not applied to every image in the batch. The problem is that the `apply_non_transform_mask()` method in `_Augmentation...
1medium
Title: Setting a list of one or two `float` values to `kernel_size` argument of `GaussianBlur()` gets an indirect error message Body: ### 🐛 Describe the bug Setting a list of one or two `float` values to `kernel_size` argument of `GaussianBlur()` gets the indirect error message as shown below: ```python from torchvi...
1medium
Title: Missing Docker image for version 0.13.0 Body: Hi, I just wanted to upgrade to the new Shynet version which was released a couple of days ago. On the Docker Hub, this version is missing. The only tag that was updated it the `edge` one, but `latest` is still the version from 2 years ago. I am not sure what the `e...
0easy
Title: There is shift in X and Y direction of 1 pixel while downloading data using geemap.download_ee_image() Body: <!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information Please run the following code on your computer and share the output with us so that we can better d...
1medium
Title: Question: How to get collected tests by worker Body: I use `loadgroup`, `-n=8` and add mark `xdist_group("groupname")`. Can I just collect tests by workers? I want to see how pytest-xdist distribute tests by group.
1medium
Title: Planning OA v1.0 Body: This is a call for all OA collaborators to participate in planning the work of the next 8-12 weeks with the goal to release Open-Assistant v1.0. Mission: Deliver a great open-source assistant model together with stand-alone installable inference infrastructure. Release date (tentative...
1medium
Title: Missing Argument "IMAGE_TO_CHECK" Body: * face_recognition version: * Python version: 3.4 * Operating System: WINDOWS 10 ### Description Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen. IMPORTANT: If your issue is related to a specific ...
1medium
Title: FileInput default to higher websocket_max_message_size? Body: Currently, the default is 20 MBs, but this is pretty small for most use cases. If it exceeds the 20 MBs, it silently disconnects the websocket (at least in notebook; when serving, it does show `2024-06-14 11:39:36,766 WebSocket connection closed: c...
0easy
Title: Deprecate functions ? Body: Central point to discuss functions to deprecate, if any? - [x] `process_text` - `transform_columns` covers this very well - [x] `impute` vs `fill_empty` - `impute` has the advantage of extra statistics functions (mean, mode, ...) - [x] `rename_columns` - use pandas `rename` - [...
1medium
Title: [INFO] Python bindings for libwebrtc and C++ library with signaling server Body: Hi, I would like to let you know that we have implemented Python bindings for libwebrtc in the opentera-webrtc project on GitHub. We have also implemented a C++ client library, a Javascript library and a compatible signaling serv...
3misc
Title: problem installing chatterbot Body: Hi Everyone I need your help guys ,I'm having a problem when installing Chatterbot. I'm getting this error: 7\murmurhash": running install running build running build_py creating build creating build\lib.win32-3.7 creating build\l...
1medium
Title: fix `lint` error in `adaptive_max_pool3d` Body:
1medium
Title: excluding xseg obsctruction requires inclusion even if face is detected ? Body: Just wanted to mark obsctructions so training would ignore them, faces are detected properly so why should i mark the face again manyuallyu, this is very counterproductive, can you guys change it so it wont just discard automatically...
2hard
Title: How to setup local dev environment and run the tests? Body: As I have not seen any details about it (beyond the cloning of the repo) in the README I put together a short blog posts on [Development environment for the Python requests package](https://dev.to/szabgab/development-environment-for-the-python-requests-...
1medium
Title: Support for sparse arrays with the Arrow Sparse Tensor format? Body: ### Feature request AI in biology is becoming a big thing. One thing that would be a huge benefit to the field that Huggingface Datasets doesn't currently have is native support for **sparse arrays**. Arrow has support for sparse tensors. ...
1medium
Title: pushState based routing Body: Currently, it seems that `pushState` based client side routing is not supported. For example, NextJS is using this to allow fast client-side navigation. Like other solutions such as plausible, shynet should be tracking these pages changes and treat them like a page view.
1medium
Title: Issue with writing lists to Excel Body: #### OS (e.g. Windows 10) #### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7) I have a data frame 'df' in Python with the following structure and similar data : <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-micros...
1medium
Title: App with custom data models doesn't import the app package Body: Version 2.5.2 Noticed that when trying to upgrade using a migration that adds a custom data type (something that subclasses `TypeDecorator`) the migration script that gets created correctly generates the data model (e.g. `sa.Column('mytype', app...
1medium
Title: [docs] clarify that Blueprint.before_request is not for all requests Body: # Summary [The documentation for `Blueprint.before_request`](https://flask.palletsprojects.com/en/2.2.x/api/?highlight=before_request#flask.Blueprint.before_request) says: > Register a function to run before each request. This is...
0easy
Title: Use Local Ollama Instance Instead of Docker-Compose Instance Body: Hi, I have already hosted Ollama on my local machine and would like to use that instance instead of the one created through the Docker Compose setup. Could you please guide me on how I can configure the system to point to my local Ollama in...
1medium
Title: Torch.where is not correctly supported Body: ## Summary I think there is an issue with the support of "torch.where" within "compile_torch_model". Torch.where is expecting a bool tensor for the "condition" parameter, while "compile_torch_model" is expecting a float tensor (maybe related to the discrepancy bet...
2hard
Title: Allow task action arguments to be dictionaries in addition to tuples Body: Currently, task action arguments are expected to be tuples. This is problematic when wanting to only set a single argument, especially in a longer list. Keyword arguments should also be supported via parameters being passed as dictiona...
1medium
Title: NCCL backend fails during multi-node, multi-GPU training Body: ### Bug description I set up a training on a Slurm cluster, specifying 2 nodes with 4 GPUs each. During initialization, I observed the [Unexpected behavior (times out) of all_gather_into_tensor with subgroups](https://github.com/pytorch/pytorch/issu...
2hard
Title: Async implementation Body: Are there any plans of implementing an async interface?
1medium
Title: Configure theme (e.g. primary color?) Body: Hi folks, Loving jupyter-book (migrating here from quarto) but I am struggling to customize the theme, e.g. by setting the primary color. I've tried various ways I've seen suggested for doing this: - [custom css variables](https://sphinx-design.readthedocs.io/en...
1medium
Title: logging not captured with pytest 3.3 and xdist Body: Consider this file: ```python import logging logger = logging.getLogger(__name__) def test(): logger.warn('Some warning') ``` When executing `pytest foo.py -n2`, the warning is printed to the console: ``` ============================= test se...
1medium
Title: Way to get the vertical scroll bar percentage Body: ## Expected Behavior Expect to get vertical scroll bar percentage ## Actual Behavior Able to scroll down Unable to get verticalscrollbar percentage So that we can determine scroll bar is 100% scrolled down ## Steps to Reproduce the Problem 1. 2....
1medium
Title: relay: returning an strawberry object with node: strawberry.relay.Node = strawberry.relay.node() breaks Body: <!-- Provide a general summary of the bug in the title above. --> After the latest strawberry / strawberry django updates, the code ```` python @strawberry.type class SecretgraphObject: node...
1medium
Title: Add a checkbox group widget Body: ### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary Add a new command to make it easy to create a group of checkboxes: ...
1medium
Title: Autoreload for subpackages Body: When you have an application with the following structure: `my_application/app` (multipage solara app, directory with `__init__.py` which has `Page` component `my_application/components` (module with solara components used in solara app) Then when running as `solara run m...
1medium
Title: Improvements on diversity metrics Body: I am thinking that it looks a bit as if we suggest random as a valid algorithm. I may rewrite a bit to emphasize the trade off i.e. one doesn't want maximum diversity when doing recommendations. _Originally posted by @anargyri in https://github.com/microsoft/recommender...
1medium
Title: BackupAndRestore callback sometimes can't load checkpoint Body: When training interrupts, sometimes model can't restore weights back with BackupAndRestore callback. ```python Traceback (most recent call last): File "/home/alex/jupyter/lab/model_fba.py", line 150, in <module> model.fit(train_dataset, ca...
1medium
Title: Allow searching for images Body: At the moment the `similar` clause only allows searching for text. It would be useful to extend this to images also. @davidmezzetti on Slack suggested using something like `similar(image:///PATH)`. As a workaround for anyone else wanting to search by images, I did notice yo...
1medium
Title: feature suggestion: Slider should have value printed next to it Body: the Slider should have an option to display the current value like ipywidgets sliders.
1medium
Title: Setup failed for 'panasonic_viera': Unable to import component: No module named 'Crypto.Cipher._mode_ctr' Body: ### The problem Setup failed for 'panasonic_viera': Unable to import component: No module named 'Crypto.Cipher._mode_ctr' Logger: homeassistant.setup Source: setup.py:340 First occurred: 15:18:55 (1 o...
1medium
Title: Latex math displays incorrectly in topic-4 Body: [First arcticle](https://mlcourse.ai/book/topic04/topic4_linear_models_part1_mse_likelihood_bias_variance.html) in the topic4 does not show some math. Math under toggle button with "Small CheatSheet on matrix derivatives" looks like this: <img width="732" alt="im...
1medium
Title: Gradio.File throws "Invalid file type" error for files with long names (200+ characters) Body: ### Describe the bug `gradio.exceptions.Error: "Invalid file type. Please upload a file that is one of these formats: ['.***']"` When using the `gradio.File` component, files with names that exceed 200 characters (...
1medium
Title: [Ray serve] StopAsyncIteration error thrown by ray when the client cancels the request Body: ### What happened + What you expected to happen **Our Request flow:** Client calls our ingress app (which is a ray serve app wrapped in a FastAPI ingress) which then calls another serve app using `handle.remote` **Bu...
1medium
Title: enhancement Body: it's actually so non-informative, can you add progressview, e. g. 999/9999 ![cmd_3kB2fgKRLd](https://github.com/xinntao/Real-ESRGAN/assets/53448546/a4079f06-0df5-4b6e-8f48-cd3a6a3111c1)
1medium
Title: intercepting & blocking certain requests Body: I'm currently trying to speed up the load of a certain webpage. I thought of scanning the process with my browser, identifying the requests that take the most to load, and then using UC to intercept & block those requests. My code is somewhat similar to this: ``...
1medium
Title: I heard that the AMP model can change the face shape, but I found no effect after training the AMP model. Do you have any training skills? Thank you Body: I heard that the AMP model can change the face shape, but I found no effect after training the AMP model. Do you have any training skills? Thank you
1medium
Title: Is there a way to grab the results and store in Variable or print in console Body: I wanted to see if its possible in order to grab the results from the graphs and store them in a variable i can use to perform other tasks for example i want to get the prices and total btc that is in the orderbook that a whale ha...
1medium
Title: Add support for the "_x_count" meta-field to the Gremlin compiler backend Body: The Gremlin backend does not currently support the `_x_count` meta-field, per #158.
1medium
Title: Strange results for gradient tape : Getting positive gradients for negative response Body: ### TensorFlow version 2.11.0 ### Custom code Yes ### OS platform and distribution Windows ### Python version 3.7.16 Hello, I'm working with some gradient based interpretability method ([based on...
1medium
Title: posts_count bigger than 19 results in only 19 scraped posts Body: Hi, When I want to scrape the last 100 posts on a Facebook page: ``` facebook_ai = Facebook_scraper("facebookai",100,"chrome") json_data = facebook_ai.scrap_to_json() print(json_data) ``` Only 19 posts are scraped. I tried with other page...
1medium
Title: Remove dataset dependency Body: We should remove the dataset dependency entirely. It's been a source of problem and pain for awhile and it really just seems like we should roll our own solution.
2hard
Title: 按照#37的修改,还是一直出现杂音 Body: 按步骤准备好环境启动工具箱后,一切默认,上传目录下的temp.wav。点击 Sythesize and vcode后,第一次报跟 #37 一样的错,直接忽略,再次点击 Sythesize and vcode后,又没报错了,这时生成的是杂音。已经按照 #37 的改法修改了`synthesizer/utils/symbols.py`这个文件,要怎么修复?
1medium
Title: [BUG] Unable to use multilevel='raw_values' parameter in error metric when benchmarking. Body: **Describe the bug** <!-- A clear and concise description of what the bug is. --> When benchmarking, you have to specify the error metric(s) to use. Setting `multilevel='raw_values'` in the metric object results in err...
1medium
Title: 怎么样才能使用Vue Devtools Body: Devtools inspection is not available because it's in production mode or explicitly disabled by the author. 在哪能修改呢
1medium
Title: Can't record scalars when the training is going Body: Hi all, I met a problem with tensorboardX in my computer. When the code is as follows: ```python train_sr_loss = train(training_data_loader, optimizer, model, scheduler, l1_criterion, epoch, args) writer.add_scalar("scalar/Train_sr_loss", train_sr_loss.ite...
1medium
Title: Tabulator sometimes renders with invisible rows Body: #### ALL software version info panel==1.4.4 #### Description of expected behavior and the observed behavior Tabulator looks like this: <img width="1340" alt="image" src="https://github.com/holoviz/panel/assets/156992217/d209cf71-a61d-424d-af9b-d4a2bd2c8...
2hard
Title: Different receivers for different languages Body: ### Proposal If a tenant is available in multiple language, there should be the possibility to select specific receivers for every language. As an example for worldwide companies with branches in different nations. ### Motivation and context Righ now receivers...
1medium
Title: error in generating violin chart Body: Shape of Data Set (119390, 32). and when generating violin chart give an error: `Traceback` (most recent call last): File "/mnt/d/Download/sweet_viz_auto_viz_final_change/ankita_today/advance_metrics-ankita/advance_metrics-ankita/app/advanced_metric.py", line 233, in dee...
1medium
Title: How does YOLO make use of the 3rd dimension (point visibility) for keypoints (pose) dataset ? How does that affect results ? Body: ### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics...
3misc
Title: Performance issues in training_api/research/ (by P3) Body: Hello! I've found a performance issue in your program: - `tf.Session` being defined repeatedly leads to incremental overhead. You can make your program more efficient by fixing this bug. Here is [the Stack Overflow post](https://stackoverflow.com/q...
1medium
Title: 不同 python 版本,不同 akshare 版本获取数据速度差别很大!有哪些原因呢? Body: ## 问题描述: 分别用 docker 镜像和再本地 `pip install` 安装的 akshare,两种方式获取数据的速度,差别很大。 ## 详细信息: 根据项目 `readme.md` 下载的 docker image 中的 akshare 版本为 `1.7.35`,python 版本为 `3.8.14`。 而本地 python 版本为:3.10.12,akshare 为最新版本:1.14.97。 经过实际测试,在运行以下代码时: ```pyhton stock_zh_a_hist_df ...
2hard
Title: The ble HID services cannot be enumerated Body: * bleak version: 0.18.1 * Python version: 3.96 * Operating System: win10 21H2 * BlueZ version (`bluetoothctl -v`) in case of Linux: ### Description The ble HID services cannot be enumerated ### What I Did using get_services.py example ``` & C:/U...
2hard
Title: Can't get a basic Schema to work Body: I'm trying to get the most basic of schema to work, i.e: ``` from ninja import Router, Schema class SimpleSchemaOut(Schema): name: str @router.get('/simple') def simple(request, response=SimpleSchemaOut): return {"name": "Foo"} ``` With this in plac...
1medium
Title: Topics_over_time() labels represent different topics at different points in time Body: Hello @MaartenGr, I've been loving this package so far! It's been extremely useful. I have an inquiry regarding unexpected behavior in output from topics_over_time(). I've included code and output below but I will briefly ...
2hard
Title: [BUG] Same matching for tags: one tag is assigned one not Body: ### Description I stumbled across a phenomenon I can not explain nor debug in much detail. It came to my attention when adding several documents which should all match a bank account. Unfortunately none did. I started to dig into this issue and I e...
1medium
Title: Create a pydict Faker with value_types ... Body: I'm trying to create a `pydict` faker with only string values to populate a JSONField. So fare I've tried the following methods without look: extra = factory.Faker('pydict', nb_elements=10, value_types=['str']) -> TypeError: pydict() got an unexpected...
0easy
Title: [Bug]: 'no module 'xformers'. Processing without' on fresh installation of v1.9.0 Body: ### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] Th...
1medium
Title: Figure in the plot is not showing in heatmap in 0.12.2,but everything works right in 0.9.0 Body: Today I am running this code,but in the plot no figures are showing except for the first row. ![Dingtalk_20240520161823](https://github.com/mwaskom/seaborn/assets/11989383/13ab9a66-4848-4ec1-8332-b441da7e04bc) ...
1medium
Title: Flux inference error on ascend npu Body: ### Describe the bug It fails to run the demo flux inference code. reporting errors: > RuntimeError: call aclnnRepeatInterleaveIntWithDim failed, detail:EZ1001: [PID: 23975] 2025-01-02-11:00:00.313.502 self not implemented for DT_DOUBLE, should be in dtype support list ...
2hard
Title: How to link static file? Body: I already run collectstatic but no luck. ![image](https://user-images.githubusercontent.com/4160246/75622765-8a524d80-5bd6-11ea-8a13-829c7ac7c88b.png)
1medium
Title: input argument for for relay mutation overwrites built-in input function Body: In the example https://docs.graphene-python.org/en/latest/relay/mutations/ ``` class IntroduceShip(relay.ClientIDMutation): class Input: ship_name = graphene.String(required=True) faction_id = graphene.Str...
0easy
Title: Create the list of object as response model, but being restplus complained not iterable Body: Hi, I want to get response of list of object, like this [{"name":"aaa", "id": 3}, {"name":"bbb", "id": 4}] CREATIVE_ASSET_MODEL = {"name" : String(), "id": Integer()} The model is ASSETS_RESPONSE_MODEL...
1medium
Title: need to map the cvat to local machine ip Body: ### 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 _No response_ ### Expected Behavior _No response_ ### Possible Sol...
1medium
Title: [BUG] Can't Install from Cached source and wheel in Container Body: **Describe the bug** I am trying to install Bottleneck as a dependency in a container using a manually created pip cache. **To Reproduce** To assist in reproducing the bug, please include the following: 1. Command/code being executed ``` ...
2hard
Title: How can I get the Similarity between two Sentence? Body: I got the same issue that the "cosine similarity of two sentence vectors is unreasonably high (e.g. always > 0.8)". And the author said: "Since cosine distance is a linear space where all dimensions are weighted equally." So, does anybody have some sol...
1medium
Title: Allow overriding `accuracy` metric Body: Right now accuracy (used in non-regression fits) is hard coded to be: ``` python predict = predict_proba.argmax(axis=1) accuracy = T.mean(T.eq(predict, y_batch)) ```
1medium
Title: jointplot with kind="hex" fails with datetime64[ns] Body: Minimal example: ```python import seaborn as sns import numpy as np dates = np.array(["2023-01-01", "2023-01-02", "2023-01-03"], dtype="datetime64[ns]") sns.jointplot(x=dates, y=[1, 2, 3], kind="hex") ``` Error: ``` Traceback (most recent call la...
1medium
Title: [FR] Make filter or status for consumed parts. Body: ### Please verify that this feature request has NOT been suggested before. - [x] I checked and didn't find a similar feature request ### Problem statement Serialized parts, what been consumed by build order cant be easy filtered out. Example: I have part...
1medium
Title: Pad with pad mode 'wrap' does not duplicates boxes Body: Is there a way to use Pad (For example `iaa.PadToSquare`) with pad mode `wrap` or `reflect` that will duplicate also the boxes. for example: ``` image = imageio.imread('example.jpg') bbs = BoundingBoxesOnImage([ BoundingBox(x1=300, y1= 100, x2...
1medium
Title: Google Generative AI responds very late. Body: ### The problem Google Generative AI responds very late. Sometimes it takes up to 1 hour. I wonder why this delay occurs? ### What version of Home Assistant Core has the issue? 2025.3.3 ### What was the last working version of Home Assistant Core? _No response_...
1medium
Title: Allow nicer urls for charts, instead of (or alongside) UUID Body: This is a potentially hazardous change, as the idea of a guid is to prevent collisions in the name. Some potential ways to achieve this: namespaced charts (e.g. SOMEUSER, or SOMEGROUP) that ties into the existing auth mechanism, or is an arbitr...
2hard
Title: Automatic Operator Conversion Enhancement Body: **What would you like to be added**: automatic operator conversion in compression.pytorch.speedup **Why is this needed**: nni needs to call these functions to understand the model. problems when doing it manually: 1. The arguments can only be fetched a...
2hard
Title: C:\Users\mukta\anaconda3\lib\site-packages\IPython\core\formatters.py:918: UserWarning: Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display. Body: **Describe the bug** C:\Users\mukta\anaconda3\lib\site-packages\IPython\core\formatters.py:918: UserWarning: Unexpected err...
1medium
Title: [BUG] The latest Django-ninja (0.22.1) doesn't support the latest Django-ninja (0.18.8) Body: The latest Django-ninja (0.22.1) doesn't support the latest Django-ninja (0.18.8) in connection with Poetry. - Python version: 3.11.3 - Django version: 4.2 - Django-Ninja version: 0.22.1 -------------------...
1medium
Title: Adding F2 to evaluation metrics Body: ## Description Please add F2 as an evaluation metric. It is very useful when modeling with an emphasis on recall. Even better than F2 would perhaps be fbeta, which allows you to specify the degree to which recall is more important. ## References https://scikit-learn.org...
1medium
Title: Flask SQLAlchemy Integration - Documentation Suggestion Body: Firstly, thank you for the great extension!! I've ran into an error that I'm sure others will have ran into, it may be worth updating the docs with a warning about it. Our structure was as follows: - Each model has it's own module - Each mod...
1medium
Title: CUDA not available - defaulting to CPU. Note: This module is much faster with a GPU. Body: I enter the command `easyocr -l ru en -f pic.png --detail = 1 --gpu = true` and then I get the message `CUDA not available - defaulting to CPU. Note: This module is much faster with a GPU. `, and then, in the task manager,...
1medium
Title: when I use is checked to get the listbox state ,porpmpt error Body: listbox = dlg.ListBox print(listbox.items()) item = listbox.get_item(field) if item.is_checked() == True: print("T") else: print("F") it show error File "C:\Users\zou-...
1medium
Title: Strange embedding from FastText Body: I am struggled understanding word embeddings of FastText. According to the white paper [Enriching Word Vectors with Subword Information](https://arxiv.org/pdf/1607.04606.pdf), embeddings of a word is the mean (or sum) of embeddings of its subwords. I failed to verify this...
2hard
Title: when leave current page, the event .then() or .success() not execute Body: ### Describe the bug When I launch the Gradio app, I click a button on the page, and then leave the page. I notice that only the test1 method is executed in the console, and the methods following .then() do not execute. They will only co...
1medium
Title: Autogenerate does not respect the `version_table` used together with `version_table_schema` Body: Alembic: 1.0.10 SQLAlchemy: 1.3.4 Python: 3.7.3 Postgres server: 10.4 --- My goal is to: 1. have all application tables in a custom named schema `auth` 2. have migrations table in the same schema and rename...
2hard
Title: pm.record function Body: Hi, I just updated my papermill package to 1.2.1 and found out that the record function no longer works. It just gave me an error message "AttributeError: module 'papermill' has no attribute 'record'". Is there a replacement function for record? I need it to run multiple jupyter note...
1medium
Title: 抖音web版获取直播间商品接口,我复制网页请求接口的cookie进去,还是报错400 Body: 抖音web版获取直播间商品接口,我复制网页请求接口的cookie进去,还是报错400
1medium
Title: 'ThalnetModule' object does not have attribute 'logger' Body: Line 131 of models/thalnet_module.py generates the error when input does not fall within expected bounds.
1medium
Title: [telemetry] Importing Ray Tune in an actor reports Ray Train usage Body: See this test case: https://github.com/ray-project/ray/pull/51161/files#diff-d1dc38a41dc1f9ba3c2aa2d9451217729a6f245ff3af29e4308ffe461213de0aR22
1medium