Use conda to install the sklearn library

Use conda to install the sklearn library

Open the Anaconda Prompt command line and
enter the command

conda install -c anaconda scikit-learn

insert image description here
As shown in the figure below, the installation is successful!
insert image description here

Guess you like

Origin blog.csdn.net/weixin_45913084/article/details/129091543