Last answered:

08 Apr 2020

Posted on:

07 Apr 2020

0

Installing the sklearn package

Hi, not able to download the scikit learn package. I wrote code: pip install scikit-learn  Then output is -- Requirement already satisfied: scikit-learn in c:\users\..\anaconda3\lib\site-packages (0.22.1)
Requirement already satisfied: joblib>=0.11 in c:\users\..\anaconda3\lib\site-packages (from scikit-learn) (0.14.1)
Requirement already satisfied: numpy>=1.11.0 in c:\users\...\anaconda3\lib\site-packages (from scikit-learn) (1.18.1)
Requirement already satisfied: scipy>=0.17.0 in c:\users\...\anaconda3\lib\site-packages (from scikit-learn) (1.4.1)   But nowhere downloading starts. Please look into it.
1 answers ( 0 marked as helpful)
Instructor
Posted on:

08 Apr 2020

0
Hi there, It seems that "Requirement already satisfied", or in other words - it is already installed on your computer and you can carry on. Best,
Iliya

Submit an answer