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
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.
Have fun improving it!