-
Notifications
You must be signed in to change notification settings - Fork 86
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
Provide useful debugging info when all pipelines are NaN #3702
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3702 +/- ##
=======================================
+ Coverage 99.7% 99.7% +0.1%
=======================================
Files 339 339
Lines 34451 34465 +14
=======================================
+ Hits 34324 34338 +14
Misses 127 127
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
LGTM! Thanks so much for this. I think we might need a follow up story maybe to pretty print the dictionary or something, but this is a big step in the right direction.
Adds a new
errors
attribute to theAutoMLSearch
object which provides information on all the errors that occurred while running search. The error thrown if all pipelines in a batch are None or NaN references this so devs have more useful information during debugging.