Re: [Scikit-learn-general] LinearSVC best match

2012-08-15 Thread abdalrahman eweiwi
Sorry here is the link for the paper http://www.wjscheirer.com/papers/wjs_cvpr2012_attributes.pdf On Tue, Aug 14, 2012 at 1:24 AM, abdalrahman eweiwi < [email protected]> wrote: > Hi, > > Your question got my attention as I was just reading today some CVPR'12 > about how to calibrate

Re: [Scikit-learn-general] LinearSVC best match

2012-08-15 Thread abdalrahman eweiwi
Hi, Your question got my attention as I was just reading today some CVPR'12 about how to calibrate the scores of the SVM classifiers into a probability distribution using the Extreme Value Theory. The authors do provide the code wrapped into python using SWIG, tried to hack it today but did not ye