For running notebook 17-NaturalLanguageProcessing.ipynb, you'll have to update to the lastest scikit-learn version:
- To upgrade scikit-learn installed with Anaconda or conda you should not use the pip command. Instead:
conda update scikit-learn
- To upgrade scikit-learn installed via pip install:
pip install -U scikit-learn
For running notebook 17-NaturalLanguageProcessing.ipynb, you'll have to update to the lastest scikit-learn version:
conda update scikit-learnpip install -U scikit-learn