smartcore icon indicating copy to clipboard operation
smartcore copied to clipboard

Get "soft" score of SVC instead of binary classification?

Open ferrouille opened this issue 3 years ago • 1 comments

Hi, thank you for making this library!

Is there a way to obtain a "soft" score for SVC? Similar to how scikit learn exposes SVC.decision_function (see also: decision_function).

I'd be happy to try and implement this if it does not exist already.

ferrouille avatar May 10 '22 12:05 ferrouille

Hi @ferrouille, I do not plan to add decision_function to SVC, but I would be happy to review your code if you'd like to work on it!

VolodymyrOrlov avatar May 11 '22 02:05 VolodymyrOrlov