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

FIX: SVC's gamma = 'scale' representation #83

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from

Conversation

elainexmas
Copy link

If gamma is 'scale', use the computed value stored on the estimator object, rather than repr of the string 'scale'.

reference: https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/svm/_base.py#L206-L210

If gamma is 'scale', use the computed value stored on the estimator object, rather than `'scale'`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant