-
When installing the latest version of development, POSYDON installs but cannot run when the active-learning is loaded.
The following error is thrown:
```
File "/srv/astro/projects/posydon/soft…
-
Running into ModuleNotFoundError: No module named 'sklearn.neighbors.kde' issues. Please let me know your comments and ways to resolve the issue.
-
Issues:
- `joblib` is no longer importable from `sklearn.externals`
- `scikit.learn` is outdated. cannot import sklearn.svm.classes anymore
-
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
I have built a model with partial_fit (using the code found in the documentation). …
-
### Reason/inspiration (optional)
We would like a new entry on the `Ensembles` concept under Sklearn. The entry should go in a new file under `docs/content/sklearn/concepts/ensembles/ensembles.md`.
…
-
# Short Question Description
I have tried to install on mac and ubuntu. Both are failed.
Ubuntu 22.04.4 LTS
Python 3.10 (Add #1260: Support for Python 3.10)
# System Details (if relevant)
* Ub…
-
[Multi Dimensional Scaling](https://en.wikipedia.org/wiki/Multidimensional_scaling) (MDS) and Principal Coordinate Analysis (PCoA) are two names for the same dimension reduction technique*.
In [sci…
-
![image](https://github.com/lcaohoanq/MAS291-ComputerProject/assets/136492579/94b6298f-422b-4bee-a202-3d8308aa7020)
-
**Modification to work with scikit-learn >=1.3 y Eli5.**
Resolves the issue of "`ImportError: cannot import name 'if_delegate_has_method' from 'sklearn.utils.metaestimators'`"
`sklearn.utils.metaest…
-
While making the code of `skrub` compatible with scikit-learn 1.6, I found that the following is really surprising:
```python
# %%
import numpy as np
from sklearn.base import BaseEstimator, Regr…