mlr3learners icon indicating copy to clipboard operation
mlr3learners copied to clipboard

Connect learner h2o from package h2o

Open be-marc opened this issue 6 years ago • 3 comments

CRAN

be-marc avatar Oct 26 '19 18:10 be-marc

Should this move to mlr3extralearners?

And would it be a single learner for all h2o algorithms, or a separate learner for each algorithm?

ck37 avatar Apr 04 '24 02:04 ck37

Great question. Maybe this should even be a own repository, e.g. mlr3h2o. I guess this should be different learners. I am not familiar with h2o but I guess they have different parameters, so this would be necessary?

I don't think we currently have the bandwidth to implement this / focus on other features, so don't expect any progress on this anytime soon. Are you familiar with these learners and interested with giving this a try? At least some of these learners are connected in mlr (mlr3's predecessor) so one could at least partially re-use this code.

sebffischer avatar Apr 07 '24 13:04 sebffischer

I may write a wrapper or two - esp. for lasso since I believe h2o's makes much better use of multithreading compared to glmnet. I unfortunately don't have the capacity to maintain a separate package so I will probably propose it in mlr3extralearners, taking the recent RWeka PR as inspiration.

ck37 avatar Apr 08 '24 13:04 ck37