mlr-org / mlr3extralearners

Extra learners for use in mlr3.
https://mlr3extralearners.mlr-org.com/
85 stars 48 forks source link

[LRNRQ] Add <block Forest> from package <blockForest> #228

Open JialingHuang2 opened 1 year ago

JialingHuang2 commented 1 year ago

Algorithm

### Package ### Supported types * [ ] classif * [ ] regr * [ ] surv ### I have checked that this is not already implemented in * [ ] mlr3 * [ ] mlr3learners * [ ] mlr3extralearners * [ ] Other core packages (e.g. mlr3proba, mlr3keras) ### Why do I think this is a useful learner? this is a method which can be used for multi-omics data. ### Further Optional Comments (e.g. if this algorithm is already implemented under a different learner then please explain why this additional implementation is useful)
sebffischer commented 1 year ago

Like for your other issue :) Do you want to implement this learner or is this a request that we implement it?

Sebastian

JialingHuang2 commented 1 year ago

This is a request. It will be great if you can implement it. Thanks!

sebffischer commented 9 months ago

There is some code here: https://github.com/BoevaLab/Multi-omics-noise-resistance/blob/main/noise_resistance/R/learners/blockforest_learner.R