-
Notifications
You must be signed in to change notification settings - Fork 18
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
predict_indicator() #2
Comments
This is not so much forecasting but prediction (subtle I know) but prediction seems to be about fitting values to unseen data, forecasting about the future. To forecast next year we would need to be able to estimate all the model inputs as well... |
Have been trying a few other models - xgboost, gbm, brnn... xgboost seems to be very popular - a bit fiddly |
This looks really good. I'm starting to think this belongs to a different package. This package has been reviewed by some rOpenSci reviewers and one of the comments is to reduce dependencies on other packages. That is a good suggestion and helps draw the boundaries around the limits of this package. I think we need to start developing the insights package internally... |
A function that predicts the next year value of an indicator.
predict_indicator():
The text was updated successfully, but these errors were encountered: