Answers for "yellowbrick 1.2.1 requires scikit-learn<0.24,>=0.20, but you have scikit-learn 0.24.0 which is incompatible. pycaret 2.2.3 requires scikit-learn==0.23.2, but you have scikit-learn 0.24.0 which is incompatible."

34

install sklearn

pip install scikit-learn
Posted by: Guest on February-11-2020
1

conda install sklearn 0.20

conda install scikit-learn=0.20
Posted by: Guest on July-10-2020

Code answers related to "yellowbrick 1.2.1 requires scikit-learn<0.24,>=0.20, but you have scikit-learn 0.24.0 which is incompatible. pycaret 2.2.3 requires scikit-learn==0.23.2, but you have scikit-learn 0.24.0 which is incompatible."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language