You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this code pip install https://github.com/nok/sklearn-porter/zipball/main to install sklearn-porter but it looks like it was not installed correctly. See below (I used google colab):
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
yellowbrick 1.4 requires scikit-learn>=1.0.0, but you have scikit-learn 0.21.3 which is incompatible.
imbalanced-learn 0.8.1 requires scikit-learn>=0.24, but you have scikit-learn 0.21.3 which is incompatible.
Successfully installed loguru-0.6.0 scikit-learn-0.21.3 sklearn-porter-1.0.0
Here are my versions :
The scikit-learn 0.21.3
Python 3.7.13
And here is my code. I used the same example as in the notebook.
I tried this code:
This is my error:
Can someone help me ?
The text was updated successfully, but these errors were encountered: