This repository follows the same structure and command-line interface as the official PhysioNet Challenge starter code. The workflow is compatible with the automated evaluation system, including Docker-based execution.
Use the following command to train your model:
python train_model.py -d training_data -m modelRun the model:
python run_model.py -d holdout_data -m model -o holdout_outputs
Evaluate the model
python evaluate_model.py -d holdout_data -o holdout_outputs -s scores.csv