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

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

Open
eddiebergman opened this issue Nov 15, 2022 · 0 comments
Open
Labels
enhancement A new improvement or feature

Comments

@eddiebergman
Copy link
Contributor

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. scikit-learn/scikit-learn#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 eddiebergman added the enhancement A new improvement or feature label Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new improvement or feature
Projects
None yet
Development

No branches or pull requests

1 participant