-
Notifications
You must be signed in to change notification settings - Fork 89
Move list_model_families
to evalml.model_family.utils
#903
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #903 +/- ##
=======================================
Coverage 99.79% 99.79%
=======================================
Files 197 197
Lines 9204 9205 +1
=======================================
+ Hits 9185 9186 +1
Misses 19 19
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.
Thanks!! 🚢
.. warning:: | ||
|
||
**Breaking Changes** | ||
* ``list_model_families`` has been moved to ``evalml.model_family.utils`` (previously was under ``evalml.pipelines.utils``) :pr:`903` |
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.
Awesome!
Closes #864