auto-sklearn icon indicating copy to clipboard operation
auto-sklearn copied to clipboard

[Research] `SVC`, `SVR` expose `n_iter_`, could be added to iterative fit

Open eddiebergman opened this issue 3 years ago • 0 comments

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.

eddiebergman avatar Nov 15 '22 16:11 eddiebergman