CALIPSO-project / SPINacc

A spinup acceleration procedure for land surface models (LSM)
4 stars 0 forks source link

Replace the bagging trees with a single NN model for MLacc #53

Open tztsai opened 4 weeks ago

tztsai commented 4 weeks ago

To improve the MLacc performance, a neural network could be implemented to accept all input variables and predict multiple response variables at the same time. This requires modifying ML.py and train.py, combining all the training loops into a single NN training process.