-
Your https://github.com/AudioCommons/timbral_models/blob/master/setup.py depends on `sklearn`, which is now deprecated. The suggested fix is to use `scikit-learn` instead.
Does someone have the tim…
-
Errors during installation:
_Collecting sklearn (from d3graph==1.0.3->hnet)_
_Using cached sklearn-0.0.post12.tar.gz (2.6 kB)_
_Installing build dependencies ... done_
_Getting requiremen…
-
Hi,
Is it expected that we lose the /invocations path ( mlflow backward compatible inference path) when using a tarball environment per model, eg when using model-settings.json ?
Note that when…
-
Collecting sklearn
Using cached sklearn-0.0.post12.tar.gz (2.6 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run succ…
-
Traceback (most recent call last):
File "/home/mandi/Downloads/Malware-detection-using-Machine-Learning-Algorithms-main/home_window.py", line 116, in scanMethod
pred=classify(0,self.file)
F…
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
from sklearn.model_selection import train_text_split
X_train, X_test, y_train, y_test = train_test_split(X, y, test_size = 0.2)
--
from sklearn,linear_model import LinearRegressin
lin_model = Li…
-
## Description
A segmentation fault occurs on MacOS when lightgbm and pytorch are both installed, depending on the order of imports.
Possibly related: #4229
## Reproducible example
To repr…
-
Hello, thanks for introducing interesting tools for boolean modeling.
I'm encountering an issue while trying to run main.py in the LogicGep environment. The script throws an error related to the impo…
-
According to [this page](https://github.com/scikit-learn/sklearn-pypi-package), and deprecation _error_ occurring when I try to run tests on a package using maxentropy, **sklearn should not be listed …