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

Change default parameter of SVC model in the GCM module #1075

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

bloebp
Copy link
Member

@bloebp bloebp commented Nov 16, 2023

Before, the Support Vector Classifier did not produce probabilities, which are required for different algorithms in the GCM module. This changes the 'probability' parameter to True.

kbattocchi
kbattocchi previously approved these changes Nov 17, 2023
Copy link
Contributor

@kbattocchi kbattocchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kbattocchi
Copy link
Contributor

Should there be a test that covers this behavior?

@bloebp
Copy link
Member Author

bloebp commented Nov 17, 2023

Should there be a test that covers this behavior?

Yes, definitely makes sense. Added a brief test

Before, the Support Vector Classifier did not produce probabilities, which are required for different algorithms in the GCM module. This changes the 'probability' parameter to True.

Signed-off-by: Patrick Bloebaum <bloebp@amazon.com>
@bloebp bloebp merged commit bd23532 into main Nov 21, 2023
30 checks passed
@bloebp bloebp deleted the fix_svc_parameter branch November 21, 2023 17:01
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.

2 participants