Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 368 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 368 Bytes

Troll Text Classification

  • augmentation.py contains the preprocessing code. It adds columns to the dataset that are used to train our models.
  • bar.py is the file that creates graphs about our data. It graphs feature vs count and feature vs label.
  • decision_tree.py is the decision tree implementation.
  • nlp.py is the natural language processing implementation.