Modules descriptionΒΆ

The three stages of the code can be run separately in the binary_classifier module, classifier_consolidation module and predict module, or are packaged up to run in that order in the main module. The config module contains a class that holds the configuration variables used throughout the code. The helper_functions module contains a class that holds the functions used throughout the code. The code is available publicly here. A README file is also provided in that github repo, which provides setup instructions, and more detail on running the code itself.