ModuleNotFoundError: No module named 'sklearn' | WINDOWS | SCIKIT-LEARN | FIXED

preview_player
Показать описание
Website from where you can find the commands to install scikit-learn

Commands to install scikit learn on windows machine
pip install -U scikit-learn
Command to check if you have installed scikit learn on your windows machine
pip show scikit-learn
Рекомендации по теме
Комментарии
Автор

Hii Sir,
I installed scikit-learn, after that i run code, it is showing warning like inconsistentversion warning: trying to unpickle estimator ColumnTransformer from version 0.23.2 when using version 1.3.2.this might lead to breaking code . How to solve this issue sir

bhavyagowda