Real-World Python Machine Learning Tutorial w/ Sci-kit Learn (sklearn basics, NLP, classifiers, etc)
In this video we walk through a real world Python Machine Learning project using the sci-kit learn library. In it we work our way to building a model that automatically classifies text as either having a positive or negative sentiment. We do this by using amazon reviews as our training data. Full video timeline in the comments!
Link to Code & Data:
https://github.com/keithgalli/sklearn
Raw Data download:
http://jmcauley.ucsd.edu/data/amazon/
Sci-kit learn documentation:
https://scikit-learn.org/stable/documentation.html
Make sure you have sci-kit learn downloaded! To do this either run “pip install sklearn” or use python through Anaconda.
#python #machine-learning #data-science #deep-learning #artificial-intelligence