search for: prob_true

Displaying 1 result from an estimated 1 matches for "prob_true".

2009 Aug 05
1
binning results
...age, but never really figured out a usable solution. So this is a second attempt. I have an process containing an SVM. The end result is the probability that the class is true. That result is added back to the original data. So I wind up with a data.frame that looks like this label,v1,v2,v3,prob_true What I want to do is measure how accurate my model is for each range of probability. (I've seen this done is a few published papers and found it a very useful way to visualize things.) My hope/guess is that there is some kind of package for R that does this since it should be a common nee...