CY-Bench (Crop Yield Benchmark) is a comprehensive dataset and benchmark to forecast crop yields at subnational level. CY-Bench standardizes selection, processing and spatio-temporal harmonization of public subnational yield statistics with relevant predictors. Contributors include agronomers, climate scientists and machine learning researchers.
Could not reproduce bug. Changing fit parameters for LSTM produced expected results in multiple tests.
Closing issue for now, will reopen if bug is encountered again.
Fit parameters, e.g. batch size and number of epochs, passed to
fit
are ignored. The call totrain_model
must use the params passed.