You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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...
The text was updated successfully, but these errors were encountered:
It looks like there is a regression in
LinearSVC
. I ran thebench_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.
On the old branch I get
which I don't get on master...
The text was updated successfully, but these errors were encountered: