Machine Learning with Text in scikit-learn (PyCon 2016)

Although numeric data is easy to work with in Python, most knowledge created by humans is actually raw, unstructured text. By learning how to transform text into data that is usable by machine learning models, you drastically increase the amount of data that your models can learn from. In this tutorial, we’ll build and evaluate predictive models from real-world text using scikit-learn. (Presented at PyCon on May 28, 2016.) GitHub repository: Enroll in my o
Back to Top