Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort decision function in svm module #21

Closed
fabianp opened this issue Nov 25, 2010 · 1 comment
Closed

Sort decision function in svm module #21

fabianp opened this issue Nov 25, 2010 · 1 comment

Comments

@fabianp
Copy link
Member

fabianp commented Nov 25, 2010

I think decision function should be sorted just as we do for predict proba, where we sort by class label as in probas[:,np.argsort(self.label_)]

@fabianp
Copy link
Member Author

fabianp commented Dec 16, 2010

Done

glouppe pushed a commit to glouppe/scikit-learn that referenced this issue Oct 3, 2011
glouppe pushed a commit to glouppe/scikit-learn that referenced this issue Jan 13, 2013
ENH: set default parameter values
prismdata pushed a commit to prismdata/scikit-learn that referenced this issue Oct 28, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant