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
Add SVM Estimators #1714
Add SVM Estimators #1714
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1714 +/- ##
=========================================
+ Coverage 100.0% 100.0% +0.1%
=========================================
Files 243 247 +4
Lines 19445 19571 +126
=========================================
+ Hits 19436 19562 +126
Misses 9 9
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Tracking adding these estimators to AutoMLSearch here |
fix #1642
SVM Classifier docs here
SVM Regressor docs here