Skip to content

Checkpoint 2 - Core Algorithm Release

Latest

Choose a tag to compare

@darw11n darw11n released this 04 Nov 20:34
· 3 commits to main since this release

Core Algorithim Release

In this release, the core text classifier algorithm has been released. This file can be located at coreAlgo.py. You can follow the instructions in the ReadMe file on how to set up the corpus of documents and test the algorithm. In the main algorithm implementation, sci-kit learn is used both to create a train-test split as well as to evaluate the prediction results. You can change the train-test split or the seed number to see how it influences the results of the classifier.