mlr3extralearners icon indicating copy to clipboard operation
mlr3extralearners copied to clipboard

[LRNRQ] Add gam from package mgcv (type surv)

Open pierrecamilleri opened this issue 3 years ago • 2 comments

Algorithm

Generalized additive model

Package

mgcv

Supported types

  • [ ] classif
  • [ ] regr
  • [x] surv
  • [ ] dens

I have checked that this is not already implemented in

  • [x] mlr3
  • [x] mlr3learners
  • [x] mlr3extralearners
  • [x] Other core packages (e.g. mlr3proba)

Why do I think this is a useful learner?

mgcv::gam is already implemented (#61) in mlr3extralearners for classification and regression, so it should be relatively easy to adapt for survival analysis.

Further Optional Comments

pierrecamilleri avatar Mar 11 '21 13:03 pierrecamilleri

good job!

loveyu3317 avatar Jul 05 '21 07:07 loveyu3317

@bblodfon Maybe you are also interested in contributing this learner?

sebffischer avatar Oct 20 '23 08:10 sebffischer