getting ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: on pip intall scikit learn code example
Example 1: conda install scikit-learn
conda install -c anaconda scikit-learn
Example 2: conda install sklearn 0.20
conda install scikit-learn=0.20