This checkpoint is designed to test your understanding of the content from the Text Classification Cumulative Lab.
Specifically, this will cover:
- Preprocessing and exploring text data using
nltk
- Vectorizing text data using a bag-of-words approach
- Fitting machine learning models using vectorized text data