-
Notifications
You must be signed in to change notification settings - Fork 1
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
Which models to include? #2
Comments
It would be interesting to use tree based models. Ideally something like |
In addition I would suggest glmnet. Anything that can do regularized regression |
Sounds good. Not used glmnet but it looks like we will probably need glmnetutils for a the formula interface. |
Oh yeah, that is probably necessary, as they have a pure matrix based interface |
Also, not that it's a problem, I don't think we could add confidence/prediction intervals for glmnet. |
Yeah, of course we need to research proper prediction intervals for regularized regression. |
Currently
lm
,glm
,MASS::glm.nb
,brms::brm
The text was updated successfully, but these errors were encountered: