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

PEM Pipeline #417

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

PEM Pipeline #417

wants to merge 8 commits into from

Conversation

studener
Copy link
Collaborator

@studener studener commented Sep 24, 2024

Need to check how the offset is defined and be used with this pipeline. Check the following learners that have an offset parameter:

  • In mlr3learners
    • glm => stats::glm(), stats::lm() in mlr3learners
    • glmnet learners in mlr3learners have offset during train and newoffset during predict
    • xgboost learners
  • In mlr3extralearners
    • lme4::lmer()
    • mgcv::gam()
    • gamboost and glmboost => mboost_* (classif + regr)
    • partykit tree and forest learners in mlr3extralearners?
  • other gradient based methods?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants