You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Arima models on many time series by mapping TimeSeriesRDD to Arima models. However, ARIMAModel does not extend Serializable and thus can't be stored in RDD. I have to write a wrapper around Arima model like
You are right. However, it seems that it wasn't included in latest release (v0.4.1).
Here's the file on the 0.4.1 release TimeSeriesModel.
I'm not sure why this happened as the release was after the change. Do you have any plans releasing 0.4.2?
I'm running Arima models on many time series by mapping
TimeSeriesRDD
to Arima models. However,ARIMAModel
does not extendSerializable
and thus can't be stored inRDD
. I have to write a wrapper around Arima model likeWrapper is small but using it tedious. Could
TimeSeriesModel
be modified to extendSerializable
?The text was updated successfully, but these errors were encountered: