This code implements the model pipeline.
model.py
: a class for modelsmodel_loop.py
: a class for running a loop of classifiers; takes test-train data splits and various run paramsrun.py
: this code implements the model_loop class; it also implements our re-sampling of the datarun.sh
: this code runs the full model pipeline; it contains the specifications to alter the operation of the codetransform_features.py
: this file executes all feature generation
Make any desired edits to the run.sh
file and execute the following in bash:
chmod +x run.sh
./run.sh