此目录的代码为阿尔茨海默病之DTI竞赛的模型代码

  • 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