BigDataWUR / AgML-CY-Bench

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.
https://cybench.agml.org/
Other
9 stars 3 forks source link

Bug in test sklearn model #173

Closed krsnapaudel closed 1 month ago

krsnapaudel commented 1 month ago

There is a bug that triggers this assert to fail when test_years has multiple years.

    assert test_preds.shape[0] == len(test_dataset)