Hello Spark-ts support team,
I’m working with IoT sensor data and I’m trying to use the spark-ts package to do distributed ARIMA forecast.
I was able to create an Observation dataframe and convert it to a TimeseriesRDD using the functions provided by the API for DatetimeIndex and creating the tsRDD.
However my issue is that when I’m trying to use the ARIMA forecast in some map function, it’s expecting the Vector component as a parameter. I wasn’t able to find how to extract it from the TimeseriesRDD structure, and I get a compile error if I give it the whole TimeseriesRDD variable.
I saw there is TimeseriesRDD.keys to get the array of all different keys but I wasn’t able to find its Vector counterpart.
Is there some specific way of getting it ? ( I might have missed it in the API in which case I’m asking for forgiveness )
Also, once you get your forecast, how do you integrate it with the initial timeseriesRDD variable ?
do you need to create another TimeseriesRDD ?
Many thanks in advance for your feedback
Best regards,
Geoffray BORIES
Data Scientist
FOXCONN 4TECH (Foxconn CZ s.r.o.)
K Žižkovu 813/2, 190 00 Praha 9, Czech Republic
Mobile (CZ): +420 733 781 523 (INT VPN 527-22 523)
Thank you Geoffray!