Integrate a data mining model with RapidMiner

New Altair Community Member
Updated by Jocelyn
I have build an algorithm which i need to validate its performance against current modelling tools in rapid miner but am struggling to get this working.
Basically i have a written a script in C# pulling data from a SQL Server. I intend to measure the results of this script against the result of existing data modelling techniques within rapidminer when applied on the same dataset.
Any suggestions please.
Thanks
Find more posts tagged with
Sort by:
1 - 2 of
21
Does your C# script do the modeling as well? If it only pulls in data from SQL server, you can do all the modeling in RapidMiner by using a Read Database operator to pull in the data.
If your C# script does some analysis, you'll need some sort of performance measures to compare them too in RapidMiner. Are you doing classifcation? Maybe Precision/Recall for the classes, kappa, etc.