binary classifier
erdema
New Altair Community Member
Hi,
Is there any node like "binary classifier" of clementine....
a node which applies various models and outputs the performance metrics?
Thanks
Is there any node like "binary classifier" of clementine....
a node which applies various models and outputs the performance metrics?
Thanks
Tagged:
0
Answers
-
Of course there is. My suggestion for you (I was a novice too :-) is download RApidMiner. Install it and start playing with the programs you can find in the repository Samples/Processes/Learner.
Here you will find:
Decision Trees
Neural Networks
NaiveBayes
Logistic Regression
Support Vector Machines
All of them and others are capable of binary classification.
Good luck,
Ernesto0