Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
Home
Help
Search
Login
Register
Rapid-I
Rapid-I Forum
»
RapidMiner
»
Data Mining / ETL / BI Processes
»
How to ARIMA in 5.0
Pages: [
1
]
« previous
next »
Print
Author
Topic: How to ARIMA in 5.0 (Read 826 times)
PChott
Newbie
Posts: 2
How to ARIMA in 5.0
«
on:
March 14, 2011, 03:24:41 PM »
Has anyone create any ARIMA model in RapidMiner 5.0?
I'm searching web but did't find any good result
Logged
Sebastian Land
Administrator
Hero Member
Posts: 2421
Re: How to ARIMA in 5.0
«
Reply #1 on:
March 14, 2011, 06:25:03 PM »
Hi,
actually we do things a little bit different (and more flexible) in RapidMiner: Instead of building a certain algorithm for processing time series as ARIMA, we transform time series to normal data sets by windowing them. After this is done, a standard learning algorithm (linear regression, SVM, neural net) can be applied to the problem. Of course you can also apply moving averages. Together this one solves then the ARIMA problem, but with the advantage that you can optimize each single step and replace LinearRegression as in original ARIMA by SVM...
Greetings,
Sebastian
Logged
Hope to see you at RapidMiner Community Meeting and Conference (RCOMM 2011) in Dublin from June 7-10, 2011.
The Call for Paper is online now!
More information at
http://www.rcomm2011.org
PChott
Newbie
Posts: 2
Re: How to ARIMA in 5.0
«
Reply #2 on:
March 15, 2011, 11:18:47 AM »
Thx for information.
Due to I need ARIMA just for comparision towards other methods in RapidMiner I'll try to push data to R script at the moment.
Regards,
Jan
Logged
Marin
Newbie
Posts: 28
Re: How to ARIMA in 5.0
«
Reply #3 on:
July 21, 2011, 01:17:33 PM »
To refresh it,
did anyone create an ARIMA operator for RM?
Or a process emulating it?
Or a process using R script so ARIMA can be ran concurently with other processes from within RM? (I have to compare ARIMA with different algorithms and I would like to do it in RM)
PS: ARMA, ARIMAX or similar will also be greatly appreciated.
Cheerz,
Marin
Logged
wessel
Sr. Member
Posts: 484
Re: How to ARIMA in 5.0
«
Reply #4 on:
July 21, 2011, 03:33:56 PM »
Hey,
What I do is simply write out the predictions to a file and process them later.
Gives you a clear indication of what is going on and allows you to use a fast ARIMA implementation.
Managed to use the R script operator to call ARIMA, but this can be really slow.
Best regards,
Wessel
Logged
Marin
Newbie
Posts: 28
Re: How to ARIMA in 5.0
«
Reply #5 on:
August 09, 2011, 05:06:45 PM »
Indeed, in my case integration of R is also running slow. For the HoltWinters to just take a column from RapidMiner, create model, calculate predictions and return results it takes 10 minutes, while native R needs about 2 seconds (it imports from a file).
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Community
-----------------------------
=> News and Updates
=> Data Mining
=> Chit Chat
-----------------------------
RapidMiner
-----------------------------
=> Getting Started
=> Data Mining / ETL / BI Processes
=> Problems and Support
=> Feature Requests
=> Development
-----------------------------
RapidAnalytics
-----------------------------
=> Getting Started
=> Applications and Integration
-----------------------------
RapidNet
-----------------------------
=> Getting Started
=> Problems and Support
Loading...