smartcore
smartcore copied to clipboard
Get "soft" score of SVC instead of binary classification?
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.
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!