mlr3extralearners
mlr3extralearners copied to clipboard
[LRNRQ] Add gam from package mgcv (type surv)
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
good job!
@bblodfon Maybe you are also interested in contributing this learner?