-
Recent Posts
Recent Comments
- Vaishak on Tutorials
- Ajmal on Quantmod Package in R
- Tom on LibSVM Learner – Part I
- Hamid on LibSVM Learner – Part I
- irfan on Tutorials
Data Mining
Economy
Quant Finance
R
Trading
Category Archives: RapidMiner
Using SVM Kernels for Time Series Analysis
I wanted to share two research papers that are invaluable to anyone trying to use Support Vector Machines (SVM) for modeling the stock market. One written by an author well known to the Rapid-I team, and another by Korean researcher. … Continue reading
Posted in RapidMiner, Stocks, Tutorials
2 Comments
Rapidminer Sample Process: Multiply Data
I often use the Multiply operator to make copies of my data set and feed it into different learners. I do this because sometimes I don’t know if a Neural Net operator, or a SVM operator, give me better performance. Once … Continue reading
Posted in RapidMiner, Tutorials
Leave a comment
Rapidminer Sample Process: Financial Text Mining
This is the sample Rapidminer process I used in Video #14. Just download the text file and import into into RM using the import process function. Please note, you will need to create the Excel spreadsheet yourself, as I show … Continue reading
Posted in RapidMiner, Text Mining, Tutorials
2 Comments
Rapidminer Sample Process: Parameter Optimization
Below is a simple parameter optimization process in Rapidminer using the Iris data set. Download the TXT file and import it into Rapidminer. Of course, you may use whatever data set you want and switch out the learner. Make sure … Continue reading
Posted in RapidMiner, Tutorials
Leave a comment
Text Mining Blog Keywords In Rapidminer and Google Analytics
So I finally got around to downloading some keyword data from Google Analytics for the time period of 2/17/11 through 3/17/11 just to see what’s driving my site traffic.  I did a simple text mining process in Rapidminer to build my keyword … Continue reading
Posted in Blogging Tips, Data Visualization, iMarketing, RapidMiner, Text Mining
6 Comments
Referrers to Neural Market Trends
I use Google Analytics and I probably should use more it in conjuction with Rapidminer to do more data modeling, but it’s a question of free time; something that’s a luxury right now. For fun I’m posting my top 10 referrers for … Continue reading
Posted in Blogging Tips, iMarketing, RapidMiner
Leave a comment
Statistics – An Introduction to R
I’m sure you’ve noticed that I put Google Ad’s back on this site. Don’t worry, I’m doing this on a temporary basis because I want you guys to help support my book habit! I admit, I’m a book junkie. These … Continue reading
Posted in Products, R Statistics, RapidMiner
1 Comment
R and Rapidminer Together = Disruptive Technology!
I’ve been teaching myself R now that I finally got Rapidminer’s R plugin to work.  It’s  pretty slick program and easy to learn, I’ve picked up so many things quickly.  I extensively use the PerformanceAnalytics, Quantmod, and tseries packages for … Continue reading
Posted in R Statistics, RapidMiner
Leave a comment
Slick Stock Charts in R
I’m picking up R really fast! Â I made these simple charts in like 10 minutes! Â Of course my code could be better, but its a start for yours truly. Now if only I can get R to work with … Continue reading
Posted in Data Visualization, R Statistics, RapidMiner
4 Comments
Rapidminer 5.0 Video Tutorial #14 – Web Mining Financial Web Sites – Part 1
In this Rapidminer Video Tutorial I show the user how to use the web crawling and text mining operators to download 4 web pages, build a word frequency list, and then check out the similarities between the web sites. [flashvideo … Continue reading
Posted in RapidMiner, Text Mining, Tutorials, Video
2 Comments
Quantmod Package in R
I finally discovered the quantmod package for R, and I’m finally getting around to learning the darn software. Â I think I’m going to abandon learning Python because R appears to do everything that I needit to do, AND it just … Continue reading
Posted in R Statistics, RapidMiner
3 Comments
Rapidminer 5.0 Video Tutorial #13 – Parameter Optimization
In this Rapidminer Video Tutorial I show the user how to use the Parameter Optimization operator to optimize your trained data.  The example shows how Rapidminer iterates the learning rate and momentum for a Neural Net Operator to increase the performance of … Continue reading
Posted in RapidMiner, Video
Leave a comment