No_module_named_'sklearn' error solution

ModuleNotFoundError: No module named 'sklearn'
report error
method: In this case, we generally forgot to install the scikit-learn module, and the error can be resolved by pip install scikit-learn installation.

Guess you like

Origin blog.csdn.net/syucsdn/article/details/128372336