Eve: Building RESTful APIs with MongoDB and Flask Transcripts
Chapter: Your first Eve service
Lecture: Let's build and launch our first app
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
In this section we're going to show you how to take text data and manipulate it,
0:04
and then we're going to make a machine learning model that will make predictions from your text data.
0:08
I'm going to show you how to load the data, we'll look at basic string manipulation,
0:13
and then we'll get into some natural language processing techniques. We'll show how to remove stop words,
0:18
and how to make some metrics to understand the data, and then we'll make a classification model and show how to make predictions from that.