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

New model idea #23

Open
waudinio27 opened this issue Jul 28, 2022 · 2 comments
Open

New model idea #23

waudinio27 opened this issue Jul 28, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@waudinio27
Copy link

waudinio27 commented Jul 28, 2022

Hello Tyler! I see that you added nice examples that I want to try in the near future.
I was thinking about the following model idea. An ARIMA-boosted decision tree that does the smoothing for all components but leaves away the trend and seaosonality to keep it simple, and after this does the forecast with a regressor for every step of the multivariate forecast to avoid vanishing the predictive power.

What do you think about this idea? Could this be integrated or could you guide me with building this? Are you using reddit - what is your nickname there? So what I mean is, if you could be a bit of a tutor and teacher for me, as you have a lot of skills?

Greetings

Matthias

@tblume1992 tblume1992 added the enhancement New feature or request label Jul 28, 2022
@tblume1992
Copy link
Owner

Do you mean like passing an ARIMA for the trend estimator, a decision tree as the exogenous estimator and then predicting but only with the tree exogenous estimator? Probably not understanding too well!

I have been thinking about setting up a discord for the project so that would be the ideal place to do some trainings or tutoring!

@waudinio27
Copy link
Author

Discord is a good idea! My idea is to convert all input data to arima format and than do the boosting with with a proper estimator for every step of the forecast period.

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

No branches or pull requests

2 participants