Re: Time-Series Analysis with Spark

2017-01-11 Thread vaquar khan
https://databricks.gitbooks.io/databricks-spark-reference-applications/content/timeseries/index.html Regards, Vaquar khan On Wed, Jan 11, 2017 at 10:07 AM, Dirceu Semighini Filho < dirceu.semigh...@gmail.com> wrote: > Hello Rishabh, > We have done some forecasting, for time-series, using ARIMA i

Re: Time-Series Analysis with Spark

2017-01-11 Thread Rishabh Bhardwaj
spark-ts currently do not support Seasonal ARIMA. There is an open Issue for the same: https://github.com/sryza/spark-timeseries/issues/156 On Wed, Jan 11, 2017 at 3:50 PM, Sean Owen wrote: > https://github.com/sryza/spark-timeseries ? > > On Wed, Jan 11, 2017 at 10:11 AM Rishabh Bhardwaj > wro

Re: Time-Series Analysis with Spark

2017-01-11 Thread Dirceu Semighini Filho
Hello Rishabh, We have done some forecasting, for time-series, using ARIMA in our project, it's on top of Spark and it's open source https://github.com/eleflow/uberdata Kind Regards, Dirceu 2017-01-11 8:20 GMT-02:00 Sean Owen : > https://github.com/sryza/spark-timeseries ? > > On Wed, Jan 11, 20

Re: Time-Series Analysis with Spark

2017-01-11 Thread Sean Owen
https://github.com/sryza/spark-timeseries ? On Wed, Jan 11, 2017 at 10:11 AM Rishabh Bhardwaj wrote: > Hi All, > > I am exploring time-series forecasting with Spark. > I have some questions regarding this: > > 1. Is there any library/package out there in community of *Seasonal ARIMA* > implement