generated from NewcastleRSE/Standard-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Refactor and optimise training, prediction, and evaluation pipeline to improve readability and performance
- Refactor core
learn()andpredict()classes; mergeGNN_train()andGNN_predict()into thetrain()andpredict() - Move model initialisation to
learn(), use deep copies to initialise models for kfold, bootstrap and ensemble schemes - Refactor and optimise all training schemes
- Refactor and optimise all prediction schemes
- Improved screen output and result formatting
- Default parameters for all training schemes
- Review AEGAN learn scheme, check for its correctness
- Integrate evaluation scheme to the new framework; See if the scheme can be initialise at
learn() - Potentially optimise evaluation codebase
Reactions are currently unavailable