auto-sklearn
auto-sklearn copied to clipboard
[Research] `SVC`, `SVR` expose `n_iter_`, could be added to iterative fit
Enhancement svm.OneClassSVM, svm.NuSVC, svm.NuSVR, svm.SVC and svm.SVR now expose n_iter_, the number of iterations of the libsvm optimization routine. https://github.com/scikit-learn/scikit-learn/pull/21408 by Juan Martín Loyola.
Mentioned in #1611
With this parameter exposed, we might be able to shove these into the category of iterable_fit style methods.