Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LRNRQ] Add bam from package mgcv #355

Open
6 of 9 tasks
bkmontgom opened this issue May 15, 2024 · 0 comments
Open
6 of 9 tasks

[LRNRQ] Add bam from package mgcv #355

bkmontgom opened this issue May 15, 2024 · 0 comments
Labels
Learner Status: Request For requesting a new learner

Comments

@bkmontgom
Copy link

Algorithm

Faster version of gam, especially with discrete = TRUE

Package

mgcv

Supported types

  • classif
  • clust
  • dens
  • 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?

For many datasets gam is terribly slow. bam can be orders of magnitude faster, especially with discrete = TRUE.

Further Optional Comments

This would be "easy" to implement as the call and results are nearly identical to mgcv::gam. Some of the options are different and fewer families are available.

@bkmontgom bkmontgom added the Learner Status: Request For requesting a new learner label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Learner Status: Request For requesting a new learner
Projects
None yet
Development

No branches or pull requests

1 participant