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
Time series forecasting
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?
0
Best Answer
-
David_A Administrator, Moderator, Employee-RapidMiner, RMResearcher, Member Posts: 297 RM ResearchHi @tonyboy9,yes, we're not only working on it, but it's already available.If you have the latest version of Python Scripting extension installed, you will find a new operator called Python Forecaster.It allows you to build a Facebook Prophet (or other time series forecast model), that then can be used with Apply Forecast operator, like any other RapidMiner time series model.This gives you the best of both worlds, as you can use different Python libraries and the RapidMiner workflow design.Best,
David0
Answers