would it be possible to add an option to blend candidates with glmnet or caruana?
The caruana ensemble selection algorithm is a greedy iterative procedure that builds an ensemble by sequentially adding models from a pool with replacement to maximize a specific evaluation metric. This would provide an alternative to glmnet for tidymodels users.
sidenote: this is to mimic the TabArena & BeyondArea ensemble method, which I am interested in replicating within tidymodels framework.
would it be possible to add an option to blend candidates with glmnet or caruana?
The caruana ensemble selection algorithm is a greedy iterative procedure that builds an ensemble by sequentially adding models from a pool with replacement to maximize a specific evaluation metric. This would provide an alternative to glmnet for tidymodels users.
sidenote: this is to mimic the
TabArena&BeyondAreaensemble method, which I am interested in replicating within tidymodels framework.