- 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.