Comparing results of two classificators
I'm just beginning to use RM and find that I like it a lot.
Most of the time I use mining for classification. How do I run, say a Logistic Regression and an SVM on the same dataset and compare the results? I know there is an ROCComparator, but what would the chain need to look like?
Most of the time I use mining for classification. How do I run, say a Logistic Regression and an SVM on the same dataset and compare the results? I know there is an ROCComparator, but what would the chain need to look like?
0
Answers
The answer to your question is like this .... Pretty handy, so thanks for bringing it to our attention.
Now I just need to combine this with cross validation and I'm set to go. Any thoughts on that?
Here's some code to do that sort of stuff....
I've just bashed this together rather swiftly ( a big plus for RM ), and wiser heads than mine can do it much better, but you get the idea.
玩得开心改善它!