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
how can i do statistical analysis of 3 models result in RapidMiner?
![pradee_sivaram](https://us.v-cdn.net/6030995/uploads/defaultavatar/nCCNNSPK1YM69.jpg)
![](https://s3.amazonaws.com/rapidminer.community/vanilla-rank-images/contributor-16x16.png )
Hello all,
I have 3 different models comparative results (precision, recall, accuracy, micro and macro precision-recall) in Java implementation result. now I want to do a statistical analysis of those 3 models. please help me how to do it in RapidMiner.
tanks in advance
0
Answers
What exactly do you mean by a "statistical analysis of the 3 models"? Do you mean a performance comparison? If so, "Performance to Data" may help. If you are looking for more classical statistics, you might be better off with an R script.
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
thanks for your reply.
I have evaluated experiment result value of system identified(using Java), human identified result(manual), true positive, true negative, false positive and false negative values for my 3 models(ie 3 methods).
using this result I want to identify which model gives the best result in statistical analysis.
(i don't know about statistical analysis, rapid miner, R, and i know only java)
so pls give the solution for this
There are summary statistics if you use the Statistics View after your run your results.
For Machine learning models you want to use the Performance operators to measure how well you classify your results. For example, you could use LogLoss, Area Under Curve (AUC), or even Kappa. I would use those.
thanks for your reply sir.
please tell me, sir, whether we can use this kappa statistics for comparing 3 models result and/or classify one model observed and expected results?
because I need to find which model gives the best result.
suppose if I used kappa metric and found its value like model1=69, model2 =74, model3=78
then can I conclude models 3 is the best model?
please reply me
thanks in advance