The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to determine seasonality of a time series
Hello,
Does RapidMiner have any operator that can determine the seasonality of a time series? My idea is that the input is a dataset with an attribute specified as the target, and the output (perhaps among other things) figures out the seasonality pattern (e.g. 12 for annual seasonality on monthly data, 7 for weekly seasonality on daily data, 168 for weekly seasonality on hourly data, etc.).
I know that R can do this with auto.arima, but does RapidMiner have such a feature built in? (If not, I know that I could use the R Scripting extension to run the R function.)
Regards,
Chitu
Tagged:
0
Best Answer
-
yyhuang Administrator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 364 RM Data Scientisttftemme put a good example process for Auto ARIMA using grid optimization in the end of the documentation
https://docs.rapidminer.com/9.3/studio/operators/modeling/time_series/forecasting/arima_trainer.html
It does fine-tuning of (p,d,q) to minimize AIC as described in Hyndman-Khandakar algorithm for automatic ARIMA modelling
We currently do not have seasonal ARIMA (p,d,q) x (P,D,Q), so you will need python/R integration to get auto Seasonal ARIMA.6
Answers
Dortmund, Germany
Dortmund, Germany
Dortmund, Germany
Dortmund, Germany