Hi,
I wondering how can I get probabilty of having Yes or No instead of confidence attribute in classification models. In other words, I need to get the probability of each instance (example) becoming Yes or No. I have tried "Generate Attribute" but I couln't get it.
Thanks,
Komeil
Hi,
the confidence can be interpreted as a propability. It's a value between 0-1 which sums up to one for all classes. So what do you want to have otherwise?
~Martin