I installed the yellowbrick python library using pip "install yellowbrick". It was installed, but jupyter notebook cannot import the library. When it imports, results show "No module named 'yellowbrick'". But library had perfectly installed.
Asked
Active
Viewed 1,391 times
2 Answers
2
My experienced the same thing but I tried and it worked by using the following steps :
- Open search on your windows
- Look for anaconda prompt, and click
conda install -c districtdatalabs yellowbrick
(use the following script to install the yellowbrick module)
Where do I get the script from? Here I attach the link: https://anaconda.org/DistrictDataLabs/yellowbrick

Ravi Rahmatul Fajri
- 36
- 3
0
Use the following on your anaconda prompt or command prompt:
conda install yellowbrick

Divyessh
- 2,540
- 1
- 7
- 24