text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: Write a blog post on a machine learning project highlighting Yellowbrick. (GSoC-2019)
Body: Write a blogpost using a data set of your choice highlighting Yellowbrick. Please begin by reviewing our QuickStart guide (http://www.scikit-yb.org/en/latest/quickstart.html), complete the walkthrough (http://www.scikit-... | 0easy |
Title: [BUG] OutlierRemover is in wrong submodule.
Body: `OutlierRemover` should not be in meta. It should be in `preprocessing`.

| 0easy |
Title: [Feature Request] expand/collapse of nodes
Body: Hi,
It would be nice to have the capability to expand/collapse nodes similar to https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse.
Thanks. | 0easy |
Title: Sensor "list_values" method limited to 100 keystore values
Body: ## SUMMARY
The ST2 common "list_
### STACKSTORM VERSION
st2 3.2.0, on Python 3.6.8
##### OS, environment, install method
Post what OS you are running this on, along with any other relevant information/
Centos8 - one-liner install
... | 0easy |
Title: DOC: Document merge_cells="columns" in to_excel
Body: https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.to_excel.html
The `merge_cells` argument can also take `"columns"` due to #35384. This should be added to the docstring. | 0easy |
Title: Add a concise app layout suggestion to the docs
Body: This could be extracted from the tutorial and would provide a nice reference to people who do not want to go through the entire tutorial.
NOTE: Keep this in sync with #1051 | 0easy |
Title: ConversationFilter missing new optional field exclude_external_shared_channels
Body: `slack_sdk.models.blocks.block_elements.ConversationFilter` is missing the new optional field `exclude_external_shared_channels`
Source:
https://github.com/slackapi/python-slack-sdk/blob/3337a47199e3eb829cca8c9e653ab6a3111d6... | 0easy |
Title: Release Frequency metric API
Body: The canonical definition is here: https://chaoss.community/?p=4765 | 0easy |
Title: fix tests, replace boston example dataset with california housing
Body: please check tests in Github Actions, looks like some example datasets are no longer available in scikit-learn and we are still use them in tests | 0easy |
Title: Add `__repr__` to test Result
Body: At the time of this writing, [`falcon.testing.Result`](https://falcon.readthedocs.io/en/stable/api/testing.html#falcon.testing.Result) has no custom `__repr__`:
```python
>>> import falcon
>>> import falcon.testing
>>> app = falcon.App()
>>> client = falcon.testing.TestCl... | 0easy |
Title: [RFC] Include data type in cli.list
Body: If I do
```
export DYNACONF_DAY="@int 28"
```
Now I can list the values
```
dynaconf on ๎ master [$] via ๐ v3.7.0(dynaconf)
โฏ dynaconf list
Working in development environment
USERNAME: 'RiverFount'
DAY: 28
```
But the list is missing the... | 0easy |
Title: [FEA] UMAP umap_learn integration metaissue
Body: **Is your feature request related to a problem? Please describe.**
Using umap_learn with graphistry should be more visible and easier!
See: https://github.com/graphistry/pygraphistry/blob/master/demos/demos_databases_apis/umap_learn/umap_learn.ipynb
**De... | 0easy |
Title: copying code in console snippets ignores line break
Body: when clicking on console snippets:

https://docs.ploomber.io/en/docs/use-cases/research.html
The contents are copied to the clipboard, bu... | 0easy |
Title: update igel init to ask user for input
Body:
### Description
At the moment, the user can use `igel init <args>` to start with a draft/standard yaml file. It would be awesome if the user can create this on the fly, meaning the user can start by typing `igel init` and the script will ask the user for inputs.
... | 0easy |
Title: BackdoorServer doesn't work anymore with AF_UNIX listeners
Body: * gevent version: 20.12.1 from pypi
* Python version: 2.7.18 from the official Fedora repos.
* Operating System: Fedora 5.8.10-200.fc32.x86_64
### Description:
`gevent.backdoor.BackdoorServer()` doesn't work when given an `AF_UNIX` listene... | 0easy |
Title: Enhancement(Infra): Docs preview link in first message
Body: ### Summary
Instead of searching through a sea of commits, comments, and bots posting in the pull request thread preferably we would just edit the message in place with a link and a new section.
### Basic Example
See: https://github.com/python/devg... | 0easy |
Title: ๆๆฏไธชๅๅญฆ่
๏ผๆณ่ฏทๆไธไธบไปไนSiamRPN่ฎบๆไธญ็section3.1ไธญ็ฌฌไธไธชๆจกๆๅฎ้ช๏ผshift็ญไบ0๏ผๆถๅญๅจๅพๅคง็center bias๏ผshfitๆฏไปไน๏ผ่ฝ่งฃ้ไธๅฏนไธๅผ ๅพๅshiftๆๅณ็ไปไนๅ๏ผ
Body: ๆๆฏไธชๅๅญฆ่
๏ผๆณ่ฏทๆไธไธบไปไนsection3.1ไธญ็ฌฌไธไธชๆจกๆๅฎ้ช๏ผshift็ญไบ0๏ผๆถๅญๅจๅพๅคง็center bias๏ผshfitๆฏไปไน๏ผ่ฝ่งฃ้ไธๅฏนไธๅผ ๅพๅshiftๆๅณ็ไปไนๅ๏ผ | 0easy |
Title: --no Option for Aim Init, Do not Clear Existing Repo if it Exists
Body: Happy to write a PR for this if we agree it helps.
## ๐ Feature
An "-n" or "--no" option for `aim init`, so that it only creates a new repo if one does not already exist.
### Motivation
While running Aim in Kubernetes, I need to... | 0easy |
Title: Custom labels in dynamic modeling and topic per class
Body: ### Have you searched existing issues? ๐
- [X] I have searched and found no existing issues
### Desribe the bug
Hi,
Iโve come across a small issue thatโs left me a bit puzzled. Iโm not entirely sure if itโs a bug, but it does seem confusin... | 0easy |
Title: Change Naming conventions (suggestions)
Body: For each page we have a sort of block like this
```python
GRAPH_NAME = "graph-kinematics"
ID_MESSAGE_SECTION = "message-kinematics"
ID_PARAMETERS_SECTION = "parameters-kinematics"
sidebar = shared.make_standard_sidebar(
ID_MESSAGE_SECTION, ID_PARAMETER... | 0easy |
Title: Admin: Filter events by model AND id
Body: In the Events section. | 0easy |
Title: Basic Regex-based temporal type detection
Body: Currently, we detect something as temporal data type if its column name is one of these ` ["month", "year", "day", "date", "time"]`, if it is a `pd.Timestamp` object or if it is a string that is convertible to a datetime. This means that if a number seems like a ye... | 0easy |
Title: Topic 2.2: For new versions, add sns.set() to apply styles throughout notebook
Body: 
In the [article](https://mlcourse.ai/notebooks/blob/master/ju... | 0easy |
Title: [BUG] Cannot import mars when pyarrow not installed
Body: <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
Cannot import mars when pyarrow not installed.
**To Reproduce**
To help ... | 0easy |
Title: [Bug]: ่ฟ่กtools/analyze_data.pyๆฅ้๏ผๅบ็ฐ KeyError: 'text'
Body: ### Before Reporting ๆฅๅไนๅ
- [X] I have pulled the latest code of main branch to run again and the bug still existed. ๆๅทฒ็ปๆๅไบไธปๅๆฏไธๆๆฐ็ไปฃ็ ๏ผ้ๆฐ่ฟ่กไนๅ๏ผ้ฎ้ขไปไธ่ฝ่งฃๅณใ
- [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully an... | 0easy |
Title: add option to save generated code into file
Body: I'm sorry if I missed this functionality, but `CLI` version hasn't it for sure (I saw the related code only in `generate_code_examples.py`). I guess it will be very useful to eliminate copy-paste phase, especially for large models.
Of course, piping is a solut... | 0easy |
Title: Hide console.log fetch notebooks
Body: | 0easy |
Title: Add callbacks to queries
Body: It would be nice if there was a new clause which can be added to queries called `callback`.
For example:
```python
def callback_handler(success, value):
if success:
print(f'The query was successful and returned {value}')
else:
print("The query fai... | 0easy |
Title: Weaviate: Add support for more db types
Body: **Is your feature request related to a problem? Please describe.**
I want to define a document where the fields that can mapped to any db types in docarray v2
**Describe the solution you'd like**
Be able to define documents with fields like coordinates, dateti... | 0easy |
Title: Improve `dev/build.py`
Body: ### Summary
We only need to restore the files modified by this script:
```diff
diff --git a/dev/build.py b/dev/build.py
index 2133aebcb..7cbb51273 100644
--- a/dev/build.py
+++ b/dev/build.py
@@ -26,7 +26,14 @@ def restore_changes():
try:
yield
finally:
- ... | 0easy |
Title: Add LDA example to illustrate some usage of `flax_module`/`haiku_module`
Body: After #1016 and #989, it would be nice to port [ProdLDA](http://pyro.ai/examples/prodlda.html#ProdLDA:-Latent-Dirichlet-Allocation-with-Product-of-Experts) example in Pyro to illustrate some usage of JAX nn frameworks `flax`/`haiku` i... | 0easy |
Title: [BUG] test durations
Body: Looks like pandas now truly supports durations, so should test them wrt:
* https://github.com/graphistry/pygraphistry/pull/172
* https://github.com/pandas-dev/pandas/issues/36204#event-3888603095 | 0easy |
Title: Add option to not shuffle rows
Body: When dealing with time series data it is important to not shuffle rows when performing cross-validation. Would be good to have that as an option. | 0easy |
Title: Autoencoder learning rate
Body: For the autoencoder in pyod, how do I adjust the learning rate? | 0easy |
Title: pnpm install ๆ็คบ้่ฏฏ
Body: ๅจ้จ็ฝฒ็ๆถๅ็ฌฌไธๆญฅpip install ๆฒกๆๆฅ้๏ผ็ฌฌไบๆญฅ nom install -g ่ฟ้ไผ ๆ็คบๆฅ้๏ผๅ่งฃ่ฟๆกๅฝไปค๏ผๅฎ้
ๆฏๆๅไธๅฅ pnpm install ๆฅ้๏ผๆ็คบ this project is configured by yarn | 0easy |
Title: Handle lists and arrays as `x`, `y` in `density_scatter` and siblings
Body: This simple example
```py
import numpy as np
from pymatviz import density_scatter
arr = np.arange(5)
lst = list(range(5))
ax = density_scatter(x=arr, y=arr)
ax = density_scatter(x=lst, y=lst)
```
embarrassingly raise... | 0easy |
Title: Feature Request: change variables in the interaction field with arrow keys
Body: ### Missing functionality
Currently, to change the variable,
one has to use the mouse.
But a convenient way to change the variable would be with the arrow keys.
### Proposed feature
Change variable with arrow keys in the intera... | 0easy |
Title: Upgrade block search functionality
Body: Currently search only checks block name and it must contain search phrase exactly; for example searching for "AI Sum" won't include "AI Text Summarizer" but it should.
Search should be more forgiving, ideas:
1. Use string similarity algorithm instead of checking exactly... | 0easy |
Title: add logging to aid with debugging missing data
Body: If a user defines a field which is not present in the source import file, then this gets silently ignored, and nothing is imported.
For example:
```python
banana = fields.Field(
attribute='banana',
widget=CustomForeignKeyWidget(Banana, field="... | 0easy |
Title: print_ctrl_ids with unicode
Body: I am using python 3.6.4 and pywinauto 0.6.5 with Google Earth Pro 7.3.2.5491. All are in 64-bit code versions. There are some recently updates in Google Earth Pro which caused print_ctrl_ids generating unicodes (such as '\u200b') and errors when writing to a file (but not on t... | 0easy |
Title: [BUG] sort_values failed after using dropna
Body: <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
when I try to use sort_values(ignore_index=True) after dropna, it raises TypeError:
... | 0easy |
Title: [DOCS] Tigergraph
Body: * Update example to reflect https://gist.github.com/lmeyerov/ee88f089cc85b4ddda3f671a433a4476
* Wait until Tigergraphs `attributes` REST API result regression is understood
* Update main `readme.md`, including typo `Tigegraph`
cc @HerkTG
| 0easy |
Title: [feat] Without public home page, a 404 error is raised
Body: <!-- Important!
Only use this form if you suspect that you have discovered an issue in django CMS.
Do not use this form for reporting security issues - please use security@django-cms.org for those.
For help with django CMS, please use our user... | 0easy |
Title: Use isort
Body: **WARNING:** This change should _not_ be implemented before https://github.com/scrapy/scrapy/pull/5734 is merged, because there is a high chance of conflicts.
We should use [isort](https://pycqa.github.io/isort/) to address import sorting and grouping:
- Fix it for all existing code.
- Autom... | 0easy |
Title: Documentation Inconsistency: `num_loader_workers` Parameter
Body: The documentation for deep learning models in Darts is outdated regarding the `num_loader_workers` parameter.
### Current Documentation
[This page](https://github.com/unit8co/darts/blob/master/docs/userguide/torch_forecasting_models.md#tune-nu... | 0easy |
Title: 404 Status Code not Docummented
Body: ### Discussed in https://github.com/awtkns/fastapi-crudrouter/discussions/102
<div type='discussions-op-text'>
<sup>Originally posted by **sondrelg** September 16, 2021</sup>
Hi!
I was just testing out [schemathesis](https://github.com/schemathesis/schemathesis) on... | 0easy |
Title: De-duplicate APIBench eval data (?)
Body: The evaluation data for APIBench is duplicated between `data/apibench/*_eval.json` and `eval/eval-data/questions/`. I think the only difference is formatting. Maybe we should just keep the `eval/eval-data/responses` and have `data/apibench` for only data used to train th... | 0easy |
Title: [Feature] Add QWQโs Benchmark Code for Inference Performance Evaluation
Body: ### Checklist
- [x] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed.
- [x] 2. Please use English, other... | 0easy |
Title: Add RNN/LSTM support
Body: ### Description
We want to add support for RNNs. I will let this issue open for people who want to contribute to this project.
My suggestion would be just to write RNN (or any other RNN-like model) in the algorithm field in order to use an RNN model. Here is an example to illustra... | 0easy |
Title: [ENH]: Show parameter names in error message for mismatched array sizes in bar()
Body: ### Problem
I lost way too much time figuring out why some plotting code stopped working when I switched from vertical to horizontal bars. I eventually traced the problem down to this minimal repro that produces a very unhelp... | 0easy |
Title: sqlalchemy_utils types
Body: ### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
Need to complete the rest of sqlalchemy_utils types like ColorType, JSONType, PasswordType, ...
### Describe the solution you would like.
_No... | 0easy |
Title: Type error when validating list of unhashable items a set with a `TypeAdapter`
Body: ### Initial Checks
- [x] I confirm that I'm using Pydantic V2
### Description
When validating a list of unhashable items as a set using a `TypeAdapter`, pydantic raises a `TypeError` as opposed to a `ValidationError`.
### Ex... | 0easy |
Title: ENH: better detection of categorical columns in plot and explore
Body: In general better supporting pandas extension dtypes such as `string` might be nice, as for example also for boolean data you now have `boolean` dtype (and specifically for that, using a helper like `pd.api.types.is_bool_dtype` could be usefu... | 0easy |
Title: Support Kubernetes v1.28 - v1.31
Body: ### What you would like to be added?
Similar to Training Operator, we should support Kubernetes v1.28 - v1.31 for Katib: https://github.com/kubeflow/training-operator/issues/2291
By following these PRs, we can see what changes are required for Katib:
- https://github... | 0easy |
Title: Passing --imagenet-val (or --imagenet-v2) without --val crashes unnecessarily
Body: In the current repository, you can evaluate a pretrained model by running
```
python src/training/main.py \
--val-data="/path/to/validation_data.csv" \
--resume /path/to/checkpoints/epoch_K.pt
```
However, if y... | 0easy |
Title: Make connected conversations persistent
Body: Make things like code chat, internet chat, index chat persistent across restarts like the pickled /gpt converse conversations | 0easy |
Title: Support class-based views
Body: I wrote some of the code to do this in a branch https://github.com/python-security/pyt/compare/class_based_views, but since I'm working on other things and this feature seems cool and important I'm making this issue ๐
Let me know if you would like any help in implementing. | 0easy |
Title: Bulk upload workflows from UI
Body: ## Rationale
- We only support uploading one workflow as YAML / JSON at a time in the UI.
- Playbooks are coming back but they span multiple workflows and child workflows.
## What I want
Support bulk file uploads.
<img width="937" alt="Image" src="https://github.com/user-att... | 0easy |
Title: provide a copy button for code examples in the readme/docs
Body:
### Description
It would be nice if there is a copy button in the docs and readme examples to make it easier for users to try the examples and play with the code. This should be easy to implement, maybe using a sphinx library. The docs are in ... | 0easy |
Title: Add a top-level config parameter to disable telemetry.
Body: Currently, we automatically track usage of MP to help understand how people are using it.
There is currently no way to turn this off. Users may want to disable telemetry for privacy reasons.
We should add a top-level global config parameter for ... | 0easy |
Title: Explicitly mention PythonItemExporter output changes in 2.11
Body: We removed the binary mode of `PythonItemExporter` in 2.11 but it was the default one, so we should have mentioned a backwards incompatible change which is "`PythonItemExporter` used the binary output by defauilt but it no longer does" in the "Ba... | 0easy |
Title: Drop support for Python3.8
Body: Python 3.8 is [soon](https://devguide.python.org/versions/) coming to end-of-life. We should officially drop support for this version and run pyupgrade to make sure we are using all the new bells and whistles of v3.9 and above! | 0easy |
Title: Gemini 2.0 is out, let's support it
Body: https://blog.google/products/gemini/google-gemini-ai-collection-2024/
Should be relatively simple to test if it works. No idea how much work it'll require to support it, but hopefully none. | 0easy |
Title: Issue: text_classification_json dataset class does not do what it says it does
Body: Unfortunately, I can't find any examples of what it "does" do, but it appears to take a file that is NOT in json format, but has a complete json representation on every single line of the file, with two keys: "text" and "label... | 0easy |
Title: [BUG] mypi typecheck error
Body: **Describe the bug**
ci on py3.9 on main:
```
+ mypy --version
mypy 0.[9](https://github.com/graphistry/pygraphistry/actions/runs/3185568420/jobs/5195293562#step:7:10)82 (compiled: yes)
+ mypy --config-file mypy.ini graphistry
graphistry/util.py:62: error: Argument 1 to... | 0easy |
Title: Add option to disable snapshot diffing
Body: **Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
I have multiple massive (~10k lines) snapshots and if any of them fail it takes a considerabl... | 0easy |
Title: Rate-limited when using SlackAPIFileOperator with channel name
Body: ### Apache Airflow version
main (development)
### If "Other Airflow 2 version" selected, which one?
2.10.4
### What happened?
Reopening https://github.com/apache/airflow/issues/44923
Per [Slack API rate limits](https://api.slack.com/apis/... | 0easy |
Title: Pymongo ssl parameter
Body: #### Arctic Version
1.43.0
#### Arctic Store
VersionStore
#### Platform and version
Python 3.5.2
#### Description of problem and/or code sample that reproduces the issue
In pymongo, we have the option to set ssl = True while connect to Mongo Cluster that requi... | 0easy |
Title: Add formulas to input fields
Body: **Is your feature request related to a problem? Please describe.**
I would like to support Excel-like formulas to perform complex piecemeal transformations directly within the input field.
**Describe the solution you'd like**
* Standard feature. A nice to have would be a s... | 0easy |
Title: dropping input columns in CombineWithReferenceFeature
Body: In CombineWithReferenceFeature, would you consider adding a boolean parameter indicating whether the variables_to_combine and reference_variables columns should be dropped?
drop_inputs=True/False | 0easy |
Title: Remove LogoutButton
Body: Since dcc.LogoutButton is no longer recommended, it should be removed.
The docs page will be redirected to html.Button.
https://github.com/plotly/ddk-dash-docs/issues/2603
This is a great "first issue" for anyone looking to contribute, and I'm happy to help you get started! If no... | 0easy |
Title: Need to be able to add headers when calling authorize_redirect()
Body: **Is your feature request related to a problem? Please describe.**
I am using your library with the Flask client for an OAuth 2.0 flow.
The resource I am using your library with is behind a security gateway that is expecting auth in the... | 0easy |
Title: st2client could not be installed when setuptools>=50.0.0
Body: ## SUMMARY
Provide a quick summary of your bug report.
### STACKSTORM VERSION
not relevant
##### OS, environment, install method
not relevant
## Steps to reproduce the problem
1. run python image -> `docker run --rm -it --entryp... | 0easy |
Title: Test factory_boy against nightly Python builds
Body: #### The problem
``factory_boy`` should be tested against the latest Python development.
#### Extra notes
There might be some issues with configuring Travis-CI with python nightly.
#### Checklist:
- [ ] Add the target to ``tox.ini``
- [x] Add that ... | 0easy |
Title: Toml and maybe even yaml support
Body: 
Google suggestions makes me think toml parsing support would be very popular, we might as well also do yaml, it shouldn't be much more work.
... | 0easy |
Title: Flavored text for #236 Tyrogue
Body: The flavored text at index 0 for Tyrogue has the word energy written as "en ergy". Please correct the typo.
Fix: "en ergy" -> "energy" | 0easy |
Title: [Feature request] Add apply_to_images to RandomToneCurve
Body: | 0easy |
Title: Replacing black with ruff in CI/CD precommit hook
Body: Idea from https://github.com/nltk/nltk/pull/3274#issuecomment-2214050551 | 0easy |
Title: Unclear error message when combine_by_coords doesn't find an index
Body: ### What is your issue?
The error you get from inside `xr.combine_by_coords` when a 1D dimension coordinate is not backed by an index uses outdated verbiage. That's because it predates the indexes refactor, and this fail case wasn't anti... | 0easy |
Title: `max_length` and `valid_inputs` Support for `rio.TextInput`
Body: ### Description
Enhance the `rio.TextInput` component by adding support for two new features: `max_length` and `valid_inputs`. These features will provide greater control over the input data by restricting the length of the text and the valid cha... | 0easy |
Title: Add Example codeblock to the docstrings of important functions
Body: Especially the methods in the `cleanlab.dataset` module could benefit from their docstrings containing a simple codeblock example of how to use the method. If adding codeblock examples, make sure to build the docs locally to verify your additi... | 0easy |
Title: ๅธๆๅขๅ ้ๅฏน้่ๆฐๆฎๅค็ๆ่
้ฎ่ฝPII็ธๅ
ณไฟกๆฏ็็ฎๅญ
Body: ### Search before continuing ๅ
ๆ็ดข๏ผๅ็ปง็ปญ
- [x] I have searched the Data-Juicer issues and found no similar feature requests. ๆๅทฒ็ปๆ็ดขไบ Data-Juicer ็ issue ๅ่กจไฝๆฏๆฒกๆๅ็ฐ็ฑปไผผ็ๅ่ฝ้ๆฑใ
### Description ๆ่ฟฐ
ๅธๆ่ฟ่กๆฐ็ฎๅญ็็ ๅใ
ๆญ้
ai่ฏญไน็่งฃ๏ผ้ฎ่ฝๅญๆ่ดฆๅทใ่ฏๅธ่ดฆๆทใ็ตๅญ้ฑๅ
ID๏ผๆฏไปๅฎ/ๅพฎไฟกๆฏไป่ดฆๅท๏ผ่บซไปฝ่ฏๅทใๆค็
งๅทใ้ฉพ้ฉถ่ฏๅท๏ผๆๆบๅทใๅฎถๅบญไฝๅ๏ผ็ฒพ็กฎๅฐ้จ็ๅท๏ผ็ญPII่บซไปฝๆๆไฟกๆฏใ... | 0easy |
Title: adding Authentication
Body: | 0easy |
Title: Cannot set show_api to False in mount_gradio_app
Body: ### Describe the bug
I create a gradio app using mount_gradio_app so I don't need to user the launch function call. I want to hide the "Use via API" on the footer. I try to add app_kwargs={"show_api": False} when calling the mount_gradio_app() and the "Use ... | 0easy |
Title: [FEA] treat warnings as errors and fix remaining (networkx, pandas, pytest)
Body: With https://github.com/graphistry/pygraphistry/pull/179/commits/0fc983e78a853971f06b29df00636490b2be35ec, we are down to only a few warnings -- pandas during df -> json, pytest not caching (RO docker vol), and networkx disabled. T... | 0easy |
Title: First workflow execution doesn't load
Body: # Description
The first execution doesn't load properly because we are using 2 hooks - (A)useManualWorkflowExecution and (B) useCompactWorkflowExecution. We are passing the output of A into B. For some reason there is some kind of race condition where the execution ID ... | 0easy |
Title: Implement the configuration for TMLR
Body: | 0easy |
Title: Weaviate: Add more robust method to detect existing index
Body: **Is your feature request related to a problem? Please describe.**
An index should be considered as exist when there is a schema with the exist name and properties.
**Describe the solution you'd like**
Use the client's `exists` instead of `co... | 0easy |
Title: [DOC] detection notebook - move plotting functions to `annotation.plotting`
Body: In the detection notebook 7 (added in https://github.com/sktime/sktime/pull/7284), @alex-jg3 has created a number of plotting functions that would be nice to have generally.
I think we should refactor the plotting functions and ... | 0easy |
Title: Event registration
Body: When defining a signal, an event is created:
```python
@app.signal("do.something.start")
async def signal_handler():
...
```
But, what if you want to dispatch that signal, and then wait for another event:
```python
@app.post("/trigger")
async def trigger(request):
... | 0easy |
Title: inconsticency between `xr.open_dataset` and `xr.open_datatree` for `decode_cf` argument
Body: ### What happened?
Hi everyone,
I started to use `xr.DataTree` because it makes manipulation of netcdf containing groups easier.
Some variables do contain a `_FillValue` attribute as for example :
```python
import x... | 0easy |
Title: please give a detailed help for rio command.
Body: ### Description
please give a detailed help for rio command.
Fox example rio add don't have help.
### Suggested Solution
.
### Alternatives
.
### Additional Context
.
### Related Issues/Pull Requests
. | 0easy |
Title: No need for "uses: Quansight-Labs/setup-python@v5" for free threading
Body: https://github.com/actions/setup-python/issues/771 | 0easy |
Title: NegativeSampling docs typo
Body: ### ๐ Describe the documentation issue
`src_weight` is listed twice, but the second one should be `dst_weight`
```python
r"""The negative sampling configuration of a
:class:`~torch_geometric.sampler.BaseSampler` when calling
:meth:`~torch_geometric.sampler.Base... | 0easy |
Title: Feature Request: Type Annotations
Body: It'd be great if this library had type annotations and a `py.typed` file so it could be checked with `mypy`.
I'm just leaving this here to track it in case anyone has the interest or time. | 0easy |
Title: time series forecasting: lag features
Body: This would be a transformer that lags features (pandas.shift())
The transformer would lag all numerical features or those entered by the user, and automatically concatenate them to the df.
Option to drop the original variables.
To think about: can we make multi... | 0easy |
Title: RoBERTa on SuperGLUE's 'Words in Context' task
Body: WiC is one of the tasks of the [SuperGLUE](https://super.gluebenchmark.com) benchmark. The task is to re-trace the steps of Facebook's RoBERTa paper (https://arxiv.org/pdf/1907.11692.pdf) and build an AllenNLP config that reads the WiC data and fine-tunes a mo... | 0easy |
Title: Ability to reset all iterators on a factory
Body: #### The problem
*Please describe the problem you're encountering (e.g "It's very complex to do [...]")*
`Factory.reset_sequence()` allows for the reset of all sequences on a factory but there is no equivalent for Iterators. This makes it difficult to fully r... | 0easy |
Title: Garbled word order in sentence about GraphQL
Body: <!--
Summarise the documentation change youโre suggesting in the Issue title.
-->
Word order in this sentence got a bit garbled:
> GraphQL can introduce performance additional security and considerations due to their flexibility.
I think I would also put thi... | 0easy |
Title: Create an example dashboard for novice/intermediate/advanced users
Body: This is a good ticket for anyone wanting to learn how to use Vizro. It doesn't require any prior knowledge (having an open "beginners'" mind will be more helpful in fact. The issue mostly needs coding although any docs you write to explain ... | 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.