text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: Using type() to compare types - cannot use class that has `str` as base class
Body: It's not possible to use `StrEnum(str, Enum)` object as a key because of following code: https://github.com/aio-libs/aioredis/blob/231d0418988fd870c3d26d60eec65e2fc13d0144/aioredis/util.py#L35
Unfortunately this code requires ... | 0easy |
Title: [ENH] implement LSTM model, and migrate `LSTMmodel` from notebook to main code base
Body: Just create this dataset:
```python
import numpy as np
import pandas as pd
multi_target_test_data = pd.DataFrame(
dict(
target1=np.random.rand(30),
target2=np.random.rand(30),
group=n... | 0easy |
Title: Remove things deprecated in 2.6.0
Body: https://docs.scrapy.org/en/latest/news.html#scrapy-2-6-0-2022-03-01 | 0easy |
Title: [DOC] Docstring style should be made clear in `contributing` page
Body: # Brief Description of Fix
Currently, the docs do not clearly describe the coding standards that the project probably should adhere to.
I believe this should be added to the `Contributing` page.
For reference, it should look someth... | 0easy |
Title: `Evaluate` keyword doesn't take attributes added into `builtins` module into account
Body: The keyword fails for a particular usecase as follows :
helper file:
```
import builtins
class dummy:
def __init__(self):
self.name = 'abc'
builtins.s = self
def foo(self):
... | 0easy |
Title: RoBERTa on SuperGLUE's BoolQ task
Body: BoolQ 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 BoolQ data and fine-tunes a model on it... | 0easy |
Title: Apply Black to docs
Body: It may be a matter of adding https://github.com/adamchainz/blacken-docs to out pre-commit config. | 0easy |
Title: Error: Algorithm should either be a classifier to be used with response_method=predict_proba or the response_method should be 'predict'
Body: Hi!
Recently I started getting this error (or warning?) with binary classification.
Minimal code to reproduce the problem:
```
from supervised import AutoML
if ... | 0easy |
Title: Misdetected data type when numerical column contains null
Body: When a column contains null values, it can get misclassified as a nominal type, even if it has high cardinality and is largely quantitative. For instance, in this example, the `# Instances` and `# Attributes` are detected as `nominal` but they are b... | 0easy |
Title: Removed notebooks remain in the Mercury
Body: I'm running Mercury locally. I had `eda.ipynb` file in the directory. It was served fine in the Mercury. I renamed the notebook file. Now, in the Mercury I had two notebooks, with old and new name. The notebook with old name was not working in the Mercury. The new on... | 0easy |
Title: A new test function from Oakley et al. (2004)
Body: In the following paper, Oakley et al. (2004) propose a test function of the form

The data for the test function is available on the a... | 0easy |
Title: Move bandit to dev section
Body: It seems `bandit` is only used in the development stage.
Does it make sense to move the dependency to the `dev` section on [pyproject.toml](https://github.com/scanapi/scanapi/blob/master/pyproject.toml#L26)? | 0easy |
Title: 'json' selector type not documented
Body: https://docs.scrapy.org/en/latest/topics/selectors.html
`type defines the selector type, it can be "html", "xml" or None (default).`
But my tests are now failing because it's returning `json` type for actual json docs now. | 0easy |
Title: [FEATURE] Run with given regressor instead of raising warning in ZeroInflatedRegressor
Body: I am using the ZeroInflatedRegressor for the prediction of some materials' prices. For some materials I am getting this error:
```
Traceback (most recent call last):
File "/home/bugra/project-mats/mat_analyser.py"... | 0easy |
Title: FEAT: support `Rolling.cov`
Body: ### Is your feature request related to a problem? Please describe
`Rolling.cov` calculates the rolling sample covariance. It is a common operator in quant trading workflow.
### Describe the solution you'd like
`Rolling.cov` could be implemented in a way similar to `Rolling.... | 0easy |
Title: [4.12.0][regression] The presence of `TOX_PARALLEL_NO_SPINNER=1` in CI suppresses output of single env run tox commands
Body: ## Issue
I have a number for globally set environment variables, one of each is `TOX_PARALLEL_NO_SPINNER`: https://github.com/ansible/pylibssh/blob/ef77a85/.github/workflows/ci-cd.yml#... | 0easy |
Title: Non-deterministic Import Ordering
Body: **Describe the bug**
The **update** command when executed with an unchanged openapi yaml file multiple times results in template model and operation files with different orders of **imports** at the top of the file. If the resulting client is stored in a git repository, ... | 0easy |
Title: Feature Proposal: Auto Agg method
Body: # Brief Description
An `auto_agg` method where you just put the columns you want and it automatically aggregates the dataframe.
For example, I could do something like:
```python
df.auto_agg(['state', 'age_mean'])
```
On a dataframe that has a `state` and `age`... | 0easy |
Title: [UX][API Server] Spinner not shown on the stream webpage
Body: The spinner seems not rendered in the api streaming. Examples:
<img width="992" alt="Image" src="https://github.com/user-attachments/assets/daa7a5ec-3cb2-46f7-bc08-ff481e580e1b" />
<img width="989" alt="Image" src="https://github.com/user-attachmen... | 0easy |
Title: [BUG] No activations in BlockRNNModel output MLP
Body: **Describe the bug**
I've been trying to understand the differences between `BlockRNNModel` and `RNNModel`; in particular, why one only supports future covariates, one only supports past covariates, and neither support static covariates. This is still uncle... | 0easy |
Title: Replace _compat.cached_property with functools.cached_property
Body: **Description of the issue**
cirq uses an internal version of cached_property defined here to support earlier versions of Python.
https://github.com/quantumlib/Cirq/blob/d33b1a71ac9721e762a2fa1b9e9871edfe187a3c/cirq-core/cirq/_compat.py#L... | 0easy |
Title: Advanced Encodings for Categoricals
Body: Add Ability to Category Encode : include encoding with KFold too. | 0easy |
Title: Effect Plot for Linear Models
Body: **Describe the solution you'd like**
Would love to have an Effect Plot for aiding with interpreting linear models. I realize that a feature importance plot does some of this. An effect plot shows the weights as a bar plot so you can see whether the impact is positive or negat... | 0easy |
Title: Still getting "cannot import name 'NaN' from numpy" error
Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.**
```python
import pandas_ta as ta
print(ta.version)
```
Version: 0.3.14b0
**Do you have _TA Lib_ also installed in your environment?**
```sh
$ ... | 0easy |
Title: Feature: allow including a`faststream.broker.router.BrokerRouter()` in a `StreamRouter`
Body: **Is your feature request related to a problem? Please describe.**
Consider the following scenario: You have an existing module that's based on a BrokerRouter (e.g. a NatsRouter) and it only has subscribers and publi... | 0easy |
Title: Missing webconfig/js/xonsh_sticker.svg in xonsh package
Body: `xonfig web` shows [empty image](https://github.com/xonsh/xonsh/blob/204bb9907962276a476b2f07e1dc153d3c37093c/xonsh/webconfig/index.html#L14):
<img width="230" alt="image" src="https://user-images.githubusercontent.com/1708680/219278218-08f245e8-15... | 0easy |
Title: Original order of dictionaries is not preserved when they are pretty printed in log messages
Body: Python 3.9.2
robotframework 6.0.2
Use case example:
I would like to keep the order of &{targets} from keyword call. For now Free Named Arguments are sorted by alphabetical order.
.
I would expect this to be `pip in... | 0easy |
Title: No way to copy selected text ?
Body: Hello,
Kudos for the great job !
I've got some issues though :
Using pywinauto I navigate to an input text.
Using type_keys (^a^c) I can select the text, and copy it to the clipboard (I can paste it using ctrl+v manually).
But there doesn't seem to be a way to retr... | 0easy |
Title: Upstream Code Dependencies metric API
Body: The canonical definition is here: https://chaoss.community/?p=3977 | 0easy |
Title: [FEA] Line graph transform and enrichments
Body: **Is your feature request related to a problem? Please describe.**
Graph compute libraries like `cuGraph` support all sorts of node-centric community detectors, but generally not edge-centric ones, which are needed for SNA. The line graph transform, esp. GPU-acce... | 0easy |
Title: analyze methods do not allow Y as a list
Body: currently required to be a numpy array.
Could add a simple check at the beginning of every method, `if type(Y) is list: Y = np.array(Y)`
| 0easy |
Title: Marketplace - creator page - change the padding on the top categories chips
Body:
### Describe your issue.
Can we adjust the padding on these chips?
Please change the padding to:
top and bottom padding to 12px
left and right padding to: 16px
<img width="526" alt="Screenshot 2024-12-16 at 20 40 59" sr... | 0easy |
Title: Docs: Add common recipes/FAQ section
Body: ### Reported by
[Coffee](https://discord.com/users/489485360645275650) in Discord: Unable to see stack trace inside my routes
### Description
we need a sticky, or FAQ or something
### MCVE
User asked in discord how to enable visibility into stacktraces, is a frequentl... | 0easy |
Title: Documentation needs to be updated for LM Studio
Body: ### Describe the bug
There are two sections of the documentation for running local models and they both should be updated
The first is under `Guides` on a page called `Running Locally`. This currently only includes instructions for using open source servi... | 0easy |
Title: CSS/JS console and ipython fix
Body: Some of our code snippets display as a terminal (i.e., the line starts with a `$`), or an IPython prompt (i.e., line starts with `In []:`). See this: https://ploomber.readthedocs.io/en/latest/user-guide/scaffold.html
The corresponding CSS is here: https://github.com/ploom... | 0easy |
Title: [ENH] Add Spline Forecaster
Body: **Is your feature request related to a problem? Please describe.**
So far, when detrending, we can use linear regression with polynomial features. I would like something more flexible, i.e. fiting linear splines in a way that Prophet does it, but without the probabilistic progr... | 0easy |
Title: Add Cohere docs
Body: Looks like `Cohere` is missing install + other docs. | 0easy |
Title: onnx-weekly has inconsistent version metadata
Body: # Bug Report
### Is the issue related to model conversion?
<!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the approp... | 0easy |
Title: Add SEO fields to product and category models and make editable in the dashboard
Body: There are a few SEO components that we regularly find clients asking for the ability to control on product and category pages:
1. Meta title
2. Meta description
3. Slug
For products, slug, meta title and description ar... | 0easy |
Title: JMA indicator ValueError: cannot convert float NaN to integer
Body: pandas-ta: 0.3.14b0
Running `df.ta.strategy()` or more specifically `df.ta.jma()` on a simple dataframe fails with
```sh
Error
Traceback (most recent call last):
File "/Users/andrei/Projects/BE/breakingequity/breakingequity-backtest-s... | 0easy |
Title: Unused assigned variable (remove this)
Body: https://github.com/mithi/hexapod-robot-simulator/blob/030cdf7b6b293fc38a04ca8a68ee2527f1f4c8d7/hexapod/ik_solver/recompute_hexapod.py#L43 | 0easy |
Title: All numeric registration code does not work
Body: Registration codes that are all numeric don't work b/c we automatically cast it to an int.
This code needs a call to str so that we get a string always.
https://github.com/CTFd/CTFd/blob/514ab2c8bd3b0687615307c19fa9618b09e3998a/CTFd/auth.py#L214-L219 | 0easy |
Title: Test that transform_column does not mutate original
Body: Linked from issue #645.
> Should be put a test somewhere for some garantee?
>
> _Originally posted by @VPerrollaz in https://github.com/ericmjl/pyjanitor/issues/645#issuecomment-630170156_
Possible test outline (just pseudo code, don't treat it a... | 0easy |
Title: [docs] Improve nginx example configuration in the deploy FAQ
Body: The example [nginx configuration](https://falcon.readthedocs.io/en/latest/deploy/nginx-uwsgi.html#id3 ) in the `Deploying Falcon on Linux with NGINX and uWSGI` article could probably be improved to include https configuration and redirect of http... | 0easy |
Title: [Proposal] Add Tutorials for MuJoCo based environments (contributors welcome)
Body: ### Proposal
With the release of the `MuJoCo-v5` environments, in Gymnasium 1.0.0 (which will be coming out, prior to the heat death of the universe).
We need tutorials on:
- [x] loading a quadruped custom robot model (... | 0easy |
Title: Enforce "decode_responses=True" when connecting to Redis?
Body: **Is your feature request related to a problem? Please describe.**
After scratching my head for an hour or more why a unit test of mine fails (but everything is fine in production) I finally noticed that is configures Dynaconf like this:
```
se... | 0easy |
Title: Direct Translation via URL request doesn't seem to work
Body: I wanted to directly get translations via the URL - e.g. load the translation with something like:
`https://libretranslate.com/?source=en&target=fr&q=I%2520love%2520it%21`
Unfortunately, this doesn't seem to work as only the source text is shown... | 0easy |
Title: [SDK] Support Docker image as objective in the `tune` API
Body: Ref discussion: https://github.com/kubeflow/website/pull/3723#discussion_r1590261777.
Currently, user can only pass the training function as [objective in the `tune` API](https://github.com/kubeflow/katib/blob/af900202c67843650d80ff955e4e7fb7510c... | 0easy |
Title: Use of DataLoader to solve exorbitant query times
Body: There's a dramatic reduction in query performance when using GraphQL with graphene-mongo, as opposed to a regular REST API doing something like `list(collection.objects.all())` and sending the entire document set. From 300ms to over 6 seconds to retrieve on... | 0easy |
Title: Show better error messages when the exchange is not available
Body: In the Assignments and Courses extensions, if the exchange is not properly setup, the behavior is not very informative. The Assignments list just gives an error message, and the Courses extension just hangs. These should give better/more informa... | 0easy |
Title: ENH: lazy init pandas fallbacks
Body: ### Is your feature request related to a problem? Please describe
To reduce the import time, we can init pandas fallback methods when users actually need them.
You can refer to the impl of [numpy fallbacks](https://github.com/xprobe-inc/xorbits/blob/0ad7c68d5517c23686536... | 0easy |
Title: Add documentation related to how to handle `view_closed` events
Body: While there are docs for handling `view_submission` events (https://slack.dev/bolt-python/concepts#view_submissions), there are none for handling `view_closed` events.
In order to handle those events in your Bolt python app, two things need... | 0easy |
Title: [DOC] Update paper referenced in Arsenal docs
Body: ### Describe the issue linked to the documentation
https://www.aeon-toolkit.org/en/stable/api_reference/auto_generated/aeon.classification.convolution_based.Arsenal.html#aeon.classification.convolution_based.Arsenal
references the arxiv paper rather than th... | 0easy |
Title: update docs to reflect new YB datasets module
Body: Update the documentation to leverage new yellowbrick.datasets & create documentation on metadata on example datasets such as number of samples, number of features, target/class.
For example, [sklearn.datasets.load_digits](http://scikit-learn.org/stable/modules... | 0easy |
Title: Using bare `Union` as annotation is not handled properly
Body: ```py
from typing import Union
def foo(a: Union): ...
```
```robot
Tc
foo 1
```
```
👉 python -m robot.run test.robot
==============================================================================
Test ... | 0easy |
Title: Syntax error running jupyter-repo2docker
Body: I ran into a syntax error after installing `jupyter-repo2docker` in my conda environment.
I get the following when I try to do anything with jupyter-repo2docker.
```sh
admins-mbp-3:~ jacquelineburos$ jupyter-repo2docker --version
Traceback (most recent call ... | 0easy |
Title: [BUG] sktime has codec error in Windows 11 Traditional Chinese System
Body: ```python
from sktime.forecasting.arima import AutoARIMA
```
cause UnicodeDecodeError as follwoing:
'''
File "C:\Users\lgzhangjian\scoop\apps\python310\3.10.11\lib\site-packages\sktime\base\_base.py", line 68
, in <module>
... | 0easy |
Title: Web app manifest for assistant website
Body: I'd like to suggest that you add a web app manifest to the assistant website.
https://developer.mozilla.org/en-US/docs/Web/Manifest
https://web.dev/add-manifest/
With the correct settings (`"display": "standalone"`), this will enable users (using Chrome, Edge ... | 0easy |
Title: Revamp bot responses
Body: Rework responses for stuff like /gpt ask, and action menu items and etc to use embeds and look nicer. Generally improve aesthetic all around, would love some help on this. | 0easy |
Title: Refactor preprocessing
Body: Refactor PreprocessingStep code. Right now there are `run` and `transform` methods, please provide `fit` method instead `run`. | 0easy |
Title: dvc exp remove --keep
Body: I don't understand why one would want to _remove_ the [last n](https://dvc.org/doc/command-reference/exp/remove#-n) exps. Shouldn't this be in terms of `--keep` last `n`? The typical case is that one wants to just remove old exps.
| 0easy |
Title: Show client's public ip address when "my ip" is used as search keyword
Body: The top search result should show client's public ip address when "My ip" keyword is used for search. Google does it.
This prevents the need to visit any 3rd party website just to check client's public ip address. Useful for troubles... | 0easy |
Title: unit tests not triggered on tags
Body: when we make a new release, we tag the commit. however, the unit tests are not triggered when this happens:
https://github.com/ploomber/ploomber/tree/0.20 | 0easy |
Title: [Feature request] Add apply_to_images to PixelDropout
Body: | 0easy |
Title: MaltParser is fixed to 1.7.2
Body: From #2802 (@tomaarsen)
The tests for MaltParser are fixed to version 1.7.2. Perhaps this means that users who have another version for personal use won't have passing tests? If so, that is a problem. Perhaps the best solution is to not even have to specify a version in the ... | 0easy |
Title: Change API spec file default name
Body: Current the default name for the API spec is `api.yaml`. One suggestions is to change it to something more common in the industry like `Scanfile` (similar to [Fastfile](https://docs.fastlane.tools/advanced/Fastfile/#fastfile) or [Dockerfile](https://docs.docker.com/engine/... | 0easy |
Title: Support `times` and `x` suffixes with `WHILE` limit to make it more compatible with `Wait Until Keyword Succeeds`
Body: **Current Behaviour:**
Currently, WHILE loop have argument 'limit' which handles both 'timeout' and 'number of times loop to iterate'.
In most of the Robotframework keywords, timeout function... | 0easy |
Title: 'data' from get_intraday function coming back as a dictionary, not as a dataframe
Body: This results in a dictionary:
```
data, meta_data = ts.get_intraday(symbol=symbol,interval='1min', outputsize='full')
logging.info(data)
```
And this results in an error:
`logging.info(data.head(2))` | 0easy |
Title: Deprecate asyncio aliases in `falcon.util`
Body: I have soft-deprecated them in the docs in https://github.com/falconry/falcon/pull/2252.
Emit a deprecation warning in a 4.x release, remove in 5.0. Unless we need them again for, e.g., Trio support (?) | 0easy |
Title: Connect Pagination dependency with Query primitive from FastAPI
Body: | 0easy |
Title: CI: Update type checker (mypy) to match best practices
Body: Contributors: we need your help with this! Get started here: https://github.com/cleanlab/cleanlab/issues/407
- [ ] Add strict type annotations for all existing code.
- [ ] Switch over CI to use mypy in strict mode (adding [--strict](https://mypy.rea... | 0easy |
Title: Custom Components
Body: Currently only the white listed set of components can be rendered, while we can and should extend that list, we should also allow custom components.
The idea would be to define a component like
```py
class Custom(BaseModel):
data: Any
class_name: _class_name.ClassName = ... | 0easy |
Title: BaseConfig.multiindex_strict type hint
Body: The [type hint for BaseConfig.multiindex_strict](https://github.com/unionai-oss/pandera/blob/3ea4f2c4a3a4443c13dd9741d35bb7c8cbb930ac/pandera/typing/config.py#L39) is currently `multiindex_strict: bool = False`. However, because it allows "filter" as a value, I belie... | 0easy |
Title: Document set_cookie() name/value restrictions (strings are limited to US-ASCII)
Body: 
当我对cookie设置中文的时候,is_ascii_encodable会返回False。但是,cookie其实是可以设置中文的,不知道你们出于什么考虑,一定要求set_cookie的name和value是is_ascii。有人能跟... | 0easy |
Title: Stochastic Fast indicator
Body: Hi
I am using the latest version of Pandas Ta as a replacement for TA-Lib
I was using STOCHF - Stochastic Fast from TA-Lib (http://www.tadoc.org/indicator/STOCHF.htm)
I did not see it in Pandas-ta.
I it possible to "create" it using the parameters passed to the pandas-ta.s... | 0easy |
Title: Add Trend Quality Indicator
Body: Trend Quality was created by David Sepiashvili and was unveiled in an issue of Stocks and Commodities magazine in 2004.
The basic idea behind it is that it is not enough to rate a market as "trending" or "not trending". We must elaborate more on the "strength" or "quality" of ... | 0easy |
Title: napari random sample data should have the seed set
Body: ## 🚀 Feature
I was trying to use napari's 3D balls set to illustrate something, and I found that the next run of the code returned a different set of balls. Although I can see the use of always having a random set, I think it's a bad experience for sam... | 0easy |
Title: [k8s] Add tini/other `init` for SkyPilot k8s pods
Body: [tini](https://github.com/krallin/tini) or [dumb-init](https://github.com/Yelp/dumb-init) act as PID 1 to collect zombie processes and handle signals from k8s. We should add them to our docker images + k8s manifests when we launch SkyPilot pods. | 0easy |
Title: Invalid model identifier
Body: https://github.com/CTFd/CTFd/blob/master/CTFd/themes/core/templates/scoreboard.html#L26
This should change depending on the mode of the CTF | 0easy |
Title: Improve warning message format
Body: The current warning messages via `warnings.warn` is hard to read due to the call trace that is printed alongside the warning. This is true even when we set the `stacklevel` parameter in `warnings.warn`. For example:
 continuum is now anaconda, and make th test fails.
It should be easy to either update the links, or remove rephrase the corresponding sections. | 0easy |
Title: [FEATURE] Spark and Dask Take 1 row without sorting optimization
Body: **Is your feature request related to a problem? Please describe.**
Look at [here](https://github.com/fugue-project/fugue/blob/838fdaa794c62e8bdc7f1474818d9491d5d39ed7/fugue_spark/execution_engine.py#L513)
If taking just one row with our s... | 0easy |
Title: Assign unique color to different values in unsorted bar charts
Body: Currently, all bars in the bar chart has the same color, this makes comparison across items challenging. In particular, users need to read the bar labels to realize that the bars are sorted to match other charts for comparison. We should assign... | 0easy |
Title: ODIM h5 file stays open after reading when using `pyart.aux_io.read_odim_h5`
Body: TL;DR: The function `pyart.aux_io.read_odim_h5` does not close the hdf5 files after reading the file, whether it read it successfully or raised an error. I have worked on a fix I'll send a pull request.
H5 files are kept open o... | 0easy |
Title: CLI hiding the error traceback
Body: When a user operation triggers an error, we only print the error message if the exception is a `BaseException` (or a subclass):
https://github.com/ploomber/ploomber/blob/0a5fed2f9ec539c744664b1b7b3a7f744ec6c482/src/ploomber/cli/io.py#L99
However, when it's not a subclas... | 0easy |
Title: DOC: update sklearn documentation
Body: Add user guide and docs on xorbits.sklearn | 0easy |
Title: Incorrect type hint for json= field of session.request when passing a list[dict]
Body: **Is your feature request related to a problem? Please describe.**
When I try to pass a list of dictionaries to session.request(), mypy's type checker shows an error
**Describe the solution you'd like**
JSON data may also be ... | 0easy |
Title: Migrate frontend tests to use Jest test style
Body: ## Description
We would like to align our tests and make this repository more ready for bun as it looks very promising.
The first step to do so is to align our current tests to use Jest style syntax only instead of both Chai and Jest syntax.
Basically all inst... | 0easy |
Title: Documentation incorrectly claims that `--tagdoc` documentation supports HTML formatting
Body: Hello,
Issue found with
$ rebot --version
Rebot 7.0.1 (Python 3.10.11 on win32)
I'm trying to use basic formatting with --tagdoc option, like
rebot --tagdoc "my_tag:\*my_doc\*" report.xml
But it's not inter... | 0easy |
Title: Specify `filename` and `content_type` headers through `Part` annotation
Body: **Is your feature request related to a problem? Please describe.**
Related to a problem surfaced by @Shanoir on [Gitter](https://gitter.im/python-uplink/Lobby?at=5d9f6234eac5612d22ec000f).
**Describe the solution you'd like**
I th... | 0easy |
Title: datetime locator doesn't work with cftime
Body: #### Code sample, a copy-pastable example if possible
```python
import proplot as plot
import numpy as np
import xarray as xr
times = xr.cftime_range('1990', '2000', freq='M')
data = xr.DataArray(np.random.rand(len(times)),
dims=['time'],
coords... | 0easy |
Title: Make listener v3 the default listener API
Body: Currently when creating listeners, you need to explicitly specify are you using listener API version 2 or 3. Now that the v3 API is getting better (#3296), we can make it the default. In other words, if API version isn't specified, we assume the v3 API is used. | 0easy |
Title: Add unit tests for the `__repr__` method of the SpecEvaluator class
Body: ## Unit Test
### Description
Add unit tests for the `__repr__` method of the **SpecEvaluator** class: https://github.com/scanapi/scanapi/blob/main/scanapi/evaluators/spec_evaluator.py#L42
[ScanAPI Writing Tests Documentation](http... | 0easy |
Title: Add correct article for the yeo-johnson transformation
Body: We need to add the following article as reference 1 [here](https://github.com/feature-engine/feature_engine/blob/main/feature_engine/transformation/yeojohnson.py#L72):
Yeo, In-Kwon and Johnson, Richard (2000). A new family of power transformations
... | 0easy |
Title: param col_names for indicators with one resulting column
Body: Some indicators return multiple columns, then it is possible to rename the returned columns with `col_names` but for indicators with just one column this is not working e.g. for kind wma
The renaming happens at https://github.com/twopirllc/pandas-... | 0easy |
Title: Lots of dynamic notification banners when I invite a couple people on the doc
Body: ## Feature Request
**Is your feature request related to a problem or unsupported use case? Please describe.**
If I invite a few people on the doc, one notification banner appears for each user. Which is annoying
**Describe the... | 0easy |
Title: DataArray.get_axis_num is incorrectly typed
Body: ### What happened?
When using mypy to check my code, I'm getting a spurious error. When passing a single string to `get_axis_num`, the return type is determined to be `tuple[int, ...]` instead of `int`.
### What did you expect to happen?
I expected the return ... | 0easy |
Title: Regression metric to be optimized
Body: RF is optimizing MSE but we report in the print the RMSE. Please verify this. | 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.