-
preprocess.py is used to preprocess data.
-
split.py is used to get data matrix and split data into training, validation and test datasets.
-
ensemble_model.py contains models and methods that used process data and train model.
-
get_data.py is used to get all data for training the final model.
-
final_trainning.py is used to train the final model.
-
app.py is used to test the final model