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

random forest and small feature fix #237

Closed krsnapaudel closed 3 weeks ago

krsnapaudel commented 3 weeks ago

RF uses a few other params that may be useful for generalization. If things fail for some reason, just use n_estimators=100. Thanks.