Hi,
I have a time series data with missing values, I want to impute missing values using ARIMA model as implemented in spark-ts package
say
ts: 12 , NA, 13, 14 , 18,20
the package should fill the NA
I was used to use R impute-ts package particular kalman filter with auto-arima model but not sure if I can get similar results with different ARIMA models currently exist in Spark-ts?