PracticalMachineLearningClass icon indicating copy to clipboard operation
PracticalMachineLearningClass copied to clipboard

17-NaturalLanguageProcessing

Open jorgelmadrid opened this issue 6 years ago • 1 comments

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

jorgelmadrid avatar Apr 05 '19 18:04 jorgelmadrid

or you can update all conda using the command in the anaconda prompt

conda update --all

camilobarajas1990 avatar Apr 27 '19 16:04 camilobarajas1990