Files
nlp-in-practice/text-classification
2019-11-25 14:18:50 -07:00
..
2019-07-21 15:45:41 -06:00
2019-07-30 10:41:11 -06:00
2019-11-25 14:18:50 -07:00

Navigate

Text Classification with Logistic Regression

Learn how to build your first text classifier using Logistic Regression in Python. The challenge is to categorize news articles with the appropriate categories (from a set of 31 categories).

Running the Notebook

  1. From the command line, first, clone this repo.
git clone <this repo url>
  1. Next, switch to the text-classification directory of this repo.
cd  nlp-in-practice/text-classification

  1. Then, run jupyter notebook
jupyter notebook
  1. Now, go to notebooks directory and select the notebook you would like to run and re-run the cells.