MarcoLandtHayen / predict_sahel_rainfall

Predict rainfall in the African Sahel region with various machine learning and deep learning methods.
MIT License
0 stars 0 forks source link

Try to train separate LSTM/fc models per months #38

Closed MarcoLandtHayen closed 1 year ago

MarcoLandtHayen commented 1 year ago

Compare results to model performance of a single LSTM/fc model trained on all inputs with months as additional input features, evaluated separately per months. (Solves #36)