-
**Describe the bug**
Scikit-Learn based transformers allow to set the output format via the set_output api.
If such a transformer is wrapper in TabularToSeriesAdaptor the set output configuration re…
-
### Reason/inspiration (optional)
We would like a new entry on the `Linear Models` concept under Sklearn. The entry should go in a new file under `docs/content/sklearn/concepts/linear-models/linear-m…
-
Right now the signature is
```py
cross_validate(*args, project, **kwargs)
```
This doesn't play well with auto-complete and IDEs and inspection. As a user it would be much nicer if the signat…
-
## Goal
Currently the SKlearn estimator tests are marked as `skip` since they cause the test-runner to freeze. This should be addressed.
## Description
The test-workflow seems to freeze when hand…
-
Hello dear Machine-Learning enthusiasts!
I am currentliy using your Orion-Framework for my Master-Thesis (Anomaly-Detection for Energy Meter-Reading) and
want to create an own pipeline (or new pri…
-
using bbknn 1.5.1 from pip
in file bbknn/matrix.py,
need to update import to be:
from sklearn.metrics import DistanceMetric
instead of
from sklearn.neighbours ...
-
### Describe your issue.
We just finished adding ["multi device" support](https://github.com/data-apis/array-api-strict/pull/59) to `array-api-strict` and while test driving it by running the sciki…
-
Sklearn.dataset
-
The error message indicates that the sklearn package is deprecated and should be replaced with scikit-learn
make sure to change the Dockerfile like this
FROM nikolaik/python-nodejs:latest
R…
-
Running on Linux Mint 21.3. I followed the instruction on github, at the end of the process I got this output from term:
Collecting lightning-utilities>=0.7.0
Downloading lightning_utilities-0.11.…