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

Can we use it to forecast different peoples' daily page views for the Wikipedia simultaneously? #18

Closed
liyumeng opened this issue Feb 25, 2017 · 1 comment

Comments

@liyumeng
Copy link

In the examples, I see we can use it to forecast the time series of daily page views for the Wikipedia page for Peyton Manning. If I get many quarterbacks' data and want to forecast their page views in one model, is it possible? Because I think there should be many same features in their time series, such as periodic seasonality, holidays and other potential features. The model should be better if it can see many other people's data. Is it right? Thanking you!

@seanjtaylor
Copy link
Contributor

Right now Prophet does not support multivariate time series models. It's certainly something we're thinking about, but right now the easiest way to proceed is just to loop through them and forecast them independently.

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

No branches or pull requests

2 participants