While RapidMiner uses the ARIMA operator, Facebook uses Prophet.
One key difference between ARIMA and Prophet is
that the Prophet model accounts for “change points”, or specific shifts in
trend in the time series. While it is technically possible to do this with
ARIMA in R — it requires use of a separate package called AEDForecasting.
From Towards Data Science:
https://towardsdatascience.com/arima-vs-prophet-forecasting-air-passenger-numbers-4e01b2d93608
Is RapidMiner currently working on making Facebook
Prophet easier to use without all the "simple" Python code?