PracticalMachineLearningClass
PracticalMachineLearningClass copied to clipboard
17-NaturalLanguageProcessing
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
or you can update all conda using the command in the anaconda prompt
conda update --all