Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Calibration plot
What would be the best way to create Calibration plot for a Deep Learning Prediction model for a binary classifier?
The calibration curve works by sorting the probabilities assigned to the records being predicted by the probability reported by the classifier. It then bins the values, and calculates two things.
Thanks
The calibration curve works by sorting the probabilities assigned to the records being predicted by the probability reported by the classifier. It then bins the values, and calculates two things.
Thanks
0
Best Answer
-
rdesai Employee, RMResearcher, Member Posts: 15 RM ResearchSure, So we don't have an extra operator for that, but you should be able to create a process to get the data in the right shape and use standard plotting graphs. The probs are being given as the confidence values in the output. You can either
1) Use Generate Attribute to create a process that get's you the data into the right format
2) Since the output contains all probabilities for all class values you can create the plot by using threshold operators to see how balanced the results are from the classifiers.
I hope this helps!!
6
Answers