diff --git a/pipeline/run.py b/pipeline/run.py index d69d6abb64aeeda42701c93e33e9ba8a0d6c2c39..08c9cc82c744f1e920ca794c73fa791b2f159ade 100644 --- a/pipeline/run.py +++ b/pipeline/run.py @@ -1,11 +1,3 @@ -# The main run script is pipeline/run.py. -# This script will run the entire pipeline. -# It will first run the prepare_data step, then the train_model step, and finally the evaluate_model step. -# The prepare_data step will run the clean_file_names.py and prepare_train_val_test.py scripts. -# The train_model step will run the train_model.py script. -# The evaluate_model step will run the evaluate_model.py script. - - ############################## this section prepares the data for training ############################## from prepare_data.clean_file_names import clean_file_names