donlnz / nonconformist

Python implementation of the conformal prediction framework.
MIT License
437 stars 96 forks source link

Confidence #5

Closed ndronen closed 8 years ago

ndronen commented 8 years ago

For the kind of modeling I do, confidence is one of the most attractive features of the conformal prediction framework. Do you have an idea when confidence will be implemented?

donlnz commented 8 years ago

IcpClassifier now has a predict_conf function that provides predictions with confidence and credibility (as opposed to the standard set predictions).