Skip to content

Latest commit

 

History

History

text-classification

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.