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

Distributed model-fitting in Python #172

Open
sryza opened this issue Oct 13, 2016 · 0 comments
Open

Distributed model-fitting in Python #172

sryza opened this issue Oct 13, 2016 · 0 comments

Comments

@sryza
Copy link
Owner

sryza commented Oct 13, 2016

Right now it's not possible to fit an ARIMA model to time series in a distributed fashion. It could make sense to add a method to the TimeSeriesRDD class fit_model(model_name, **kwargs) where the kwargs would be fitting parameters.

Alternatively, the ARIMA module could have a fit_each function which accepts a time series RDD and fits a model to each series in it.

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

1 participant