-
Notifications
You must be signed in to change notification settings - Fork 87
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
Clean up make_pipeline
tests
#1257
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1257 +/- ##
=======================================
Coverage 99.93% 99.93%
=======================================
Files 207 207
Lines 13031 13055 +24
=======================================
+ Hits 13022 13046 +24
Misses 9 9
Continue to review full report at Codecov.
|
evalml/pipelines/components/estimators/classifiers/decision_tree_classifier.py
Show resolved
Hide resolved
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.
Thanks for doing this @angela97lin ! Looks good to me!
Closes #1238 by cleaning up
make_pipeline
tests to test using all estimators.