-
## Is your feature request related to a problem?
In an effort to move our forecasting models completely to sktime from other custom libraries, we've encountered limitations in passing arguments to un…
-
When I run pip install -r requirements.txt, it show the error above. Even when I install trixi package directly by pip install trixi, it still show the same error. My python version is 3.9.17
``` I…
-
#### Describe the workflow you want to enable
Replacing `scipy.sparse` arrays with PyData/Sparse in scikit-learn.
#### Describe your proposed solution
Hello. I'm the maintainer of PyData/Spar…
-
pigar is not getting scikit-learn
it imports as sklearn == 0.0
This is all correct but sklearn is scikit-learn, for what ever reason scikit is using sklearn like this when you import it and th…
-
when max_samples = 0.632 there's an error in remove_outliers of model :
https://github.com/CONABIO/antares3/blob/develop/madmex/modeling/__init__.py#L92
```
...
X, y = Model.remove_outlier…
-
Hi all,
this question might be more related to Gradle than to pygradle, so please redirect me if necessary. Anyhow, I think its worth discussing in the context of pygradle here.
Currently, I am …
-
@MechCoder did a terrific job reimplementing Mondrian Forests on top of the Scikit-Learn codebase, at https://github.com/scikit-optimize/mondrian_forest
Now that this is working, I think it is time…
-
Over the years, I have the feeling that the auto-memmaping feature of the multiprocessing/loky backends has caused a lot of maintenance troubles. It's too magic and complex to diagnose problems.
I…
-
Can our website cooperates with two following useful tool for conducting the examples in gallery:
- [binder](https://mybinder.org/)
- [JupyterLite](https://jupyterlite.readthedocs.io/en/stable/)
…
-
Following discussion from #1936 and #830, we've had to work around our the scikit-learn implementation of one-hot encoding to add our own functionality. #1936 in particular works to add the ability to…