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
18 stars 8 forks source link

feature selection for ridge #275

Closed krsnapaudel closed 3 months ago

krsnapaudel commented 4 months ago

It might make sense to add LASSO based feature selection to Ridge.

NOTE: feature selection must be optional and a hyperparameter for number of features to select. Also feature selection must be part of the sklearn pipeline.