-
Hi all,
I know Kilosort/Phy is specialised for data with large channel counts, but currently we are only running 4-channel tetrode recordings through this software. As such, the whitening filter ap…
-
Hi all,
Thanks for the great tool, I've been using gensim for years and I love it.
One thing that would be a huge convenience and take literally 2 seconds to implement would be extend `sklearn_a…
-
### Describe the workflow you want to enable
Currently, ony the single-parameter box-cox is implemented in sklearn.preprocessing.power_transform
The two parameter variant is defined as
![](http…
-
### What happened + What you expected to happen
Ray is being used as a joblib backend for RFECV, which distributes 10 jobs each containing a SVR model fit. I expect these 10 jobs to be uniformly dist…
-
#### Description
I recently added `plot_cumulative_gain` and `plot_lift_curve` methods to https://github.com/reiinakano/scikit-plot. To do this, I built an adhoc version of `cumulative_gain…
-
We're interested in compatibility with sklearn estimators (see [instructions](https://scikit-learn.org/stable/developers/develop.html)) for integration with other libraries like [Ray](https://github.c…
-
Hi,
I'm running into an issue when trying to import sklearn through reticulate.
I use `use_condaenv` to point retiulcate to my anaconda python 3.7 installation:
`use_condaenv(condaenv = "/opt…
-
The following is a list of parameters that [sklearn random forest](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html) has that we do not.
- [ ] criterio…
-
The bug is here https://github.com/autrainer/autrainer/blob/2cdd8bb64ca6550a69a58e22bf291664c6d2a9f0/autrainer/training/training.py#L814
and is caused by the use of `average='micro'` or `average='m…
-
I reported https://github.com/microsoft/pylance-release/issues/5454 to pylance, but maybe it belongs here. I'm not sure whether the stubs here are distributed with pylance or not.
Notice that Targe…