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.
My experienced the same thing but I tried and it worked by using the following steps :
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