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

model names for mboost glm and gam #5

Open
EmilHvitfeldt opened this issue Aug 6, 2020 · 0 comments
Open

model names for mboost glm and gam #5

EmilHvitfeldt opened this issue Aug 6, 2020 · 0 comments
Labels
feature a feature request or enhancement

Comments

@EmilHvitfeldt
Copy link
Member

What should the model type of a {mboost} GLM with familty = coxPH() me? what about boosted GAM?

  • boost_glm()
  • boost_gam()

or should we include have the glm model be used in linear_reg()?

linear_reg() %>%
  set_mode("censored regression") %>%
  set_engine("mboost")
@hfrick hfrick added reprex needs a minimal reproducible example question feature a feature request or enhancement and removed question reprex needs a minimal reproducible example labels Apr 16, 2021
@hfrick hfrick added reprex needs a minimal reproducible example and removed question reprex needs a minimal reproducible example labels May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants