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
From the command line, first, clone this repo.
Next, switch to the text-classification directory of this repo.
Then, run jupyter notebook
Now, go to notebooks directory and select the notebook you would like to run and re-run the cells.