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

Which models to include? #2

Open
TimTaylor opened this issue Aug 4, 2020 · 6 comments
Open

Which models to include? #2

TimTaylor opened this issue Aug 4, 2020 · 6 comments

Comments

@TimTaylor
Copy link
Contributor

TimTaylor commented Aug 4, 2020

Currently lm, glm, MASS::glm.nb, brms::brm

@dirkschumacher
Copy link

It would be interesting to use tree based models. Ideally something like xgboost. We need to find out if there exist proper prediction intervals.

@dirkschumacher
Copy link

In addition I would suggest glmnet. Anything that can do regularized regression

@TimTaylor
Copy link
Contributor Author

Sounds good. Not used glmnet but it looks like we will probably need glmnetutils for a the formula interface.

@dirkschumacher
Copy link

Oh yeah, that is probably necessary, as they have a pure matrix based interface

@TimTaylor
Copy link
Contributor Author

Also, not that it's a problem, I don't think we could add confidence/prediction intervals for glmnet.

@dirkschumacher
Copy link

Yeah, of course we need to research proper prediction intervals for regularized regression.

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

No branches or pull requests

2 participants