February 23, 2010
Rapidminer 5.0 Video Tutorial #2 – Building a Gold Trend Classification Model Part 1
Looks like I'm on a roll! Please see my Rapidminer 5.0 Video Tutorial #2. In this video we begin the process of recreating my original written NMT YALE/Rapidminer tutorials into version 5.0 and into a video. This video shows how to import training and prediction data, add a classification learner, and apply the model, and get the results.
Video download link (HQ): Rapidminer 5.0 Video Tutorial #2
The data files you will need to follow along are Excel spreadsheets below:
Training data set: gold_final_input
Prediction data set: ga-gold

February 23rd, 2010 at 9:07 pm
Thanks for this. I can't get enough of your RM help!
February 23rd, 2010 at 9:26 pm
CBedo: Thanks. I hope you put these tutorials to good use!
February 23rd, 2010 at 11:45 pm
Fantastic Videos Tom!!!
I have using Rapidminer for a couple of months to make a model for predicting Forex prices and your videos have been a tremendously helpful resource. I am looking forward to new video series.
Thanks,
Cleo
February 24th, 2010 at 5:58 am
@Cleo: I've had great success using RM to model Forex trends. Read up on my $100 Forex Experiment, that was a trend system developed with RM.
March 27th, 2010 at 8:46 am
Kudos Tom,
Thanks for sharing; continued stamina and success to you!
Mike
April 26th, 2010 at 6:01 pm
Thanks. Great little video showing clear steps and reproducible results.
April 27th, 2010 at 9:40 am
@Mark: That’s been the intent of my videos all along!
May 11th, 2010 at 2:26 pm
hi Tom,
how do you sync your data? For example the DJ and the GDax? There are day at which only one of these is traded.
best regards,
StevenD
May 13th, 2010 at 3:54 pm
@StevenD: I use TraderXL to snyc up the data based on dates. If the S&P500 trades, say on 5/5/10 and the GDAXI does not, the GDAXI entry for 5/5 will show 5/4′s closing number.
June 17th, 2010 at 6:09 pm
Hey Thomas, what assets do the CD and EM tickers stand for?
August 17th, 2010 at 9:18 pm
I wish all tutorials were so clear and dense with information! Thanks for your efforts to share and inform – you have helped me.
August 27th, 2010 at 9:33 am
Great Video. Thanks a lot.
But I have had a little problem when I’m trying to run this process but I got a warning that prevent the process to complete the generation of the result.
The warning is: Defaul Model: Cannot use method ‘median’ for nominal labels. Change to ‘mode’!
After this first warning, I got a list of some others warning, one of which is: The number of nominal values is not the same for training and application for attribute ‘^TNX’, training: 257, application 7.
For sure I am in wrong somewhere, Could you help to solve it?
Thanks again, pb
August 27th, 2010 at 10:31 am
Thanks pb_. It appears that somewhere in your data there’s missing nomimal data. RM tries to use a median value for the nominal data but it can’t because there is no median value between “UP” or “DOWN.” Try reviewing the input data again for any obvious errors, I suspect the second warnings would go away then.