July 2017
Beginner to intermediate
715 pages
17h 3m
English
In the previous chapter, we learned a lot of things that could be applied to text data and used some of the ideas when building the search engine. Let's take these features, include them into our model, and see how our AUC changes.
Recall that we previously created these features:
We also used GloVe features in the previous chapter, but we will skip them here.In addition we won't include the implementation of the previous features in this chapter. For information on how to do it, refer to Chapter 6, Working ...