10000 Regression in LinearSVC · Issue #3977 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

Regression in LinearSVC #3977

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

Closed
amueller opened this issue Dec 17, 2014 · 1 comment
Closed

Regression in LinearSVC #3977

amueller opened this issue Dec 17, 2014 · 1 comment
Labels

Comments

@amueller
Copy link
Member

It looks like there is a regression in LinearSVC. I ran the bench_mnist.py script in #3939 and compared it against ##3204, where the main difference is that #3939 tracks master.
The fourier_approx_svm results are much worse on master and take longer.

Classifier                  train-time       test-time      error-rate   
fourier_approx_svm         139.248281956   1.81456899643      0.0487 (old)
fourier_approx_svm         231.988574028   1.94094800949       0.072 (master)

On the old branch I get

sklearn/svm/base.py:731: ConvergenceWarning: Liblinear failed to converge, increase the number of iterations.
  "the number of iterations.", ConvergenceWarning)

which I don't get on master...

@amueller amueller added the Bug label Dec 17, 2014
@amueller
Copy link
Member Author

Never mind, this is a consequence of f0f26bc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant
0