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
Classification methods results through Testing and validation
Hi
I wonder how I can get the accuracy, recall, precision, f-measure of the classifier from testing and validation?. I have multi class classification. I used cross validation. I got the final accurcy, recall , precision of the model, but I want to know how was model doing in training and testing.
Regards
Muhanad
I wonder how I can get the accuracy, recall, precision, f-measure of the classifier from testing and validation?. I have multi class classification. I used cross validation. I got the final accurcy, recall , precision of the model, but I want to know how was model doing in training and testing.
Regards
Muhanad
Tagged:
0
Answers
To have a general idea of the training performance, you can put Apply Model and Performance operators
in the training part of the Cross Validation operator and then connect the PER output port to the THR port.
Here a such process :
Lionel
If you insist on getting the training error for whatever reason, then you will have to build a process to capture the model performance on the training side (inside cross validation) and then use the Log operator to keep that information.
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts