-
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
Add n_jobs as parameter for AutoML #403
Conversation
Codecov Report
@@ Coverage Diff @@
## master #403 +/- ##
======================================
Coverage 97.4% 97.4%
======================================
Files 103 103
Lines 3239 3239
======================================
Hits 3155 3155
Misses 84 84
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.
Yay, 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.
LGTM 👍
Unit testing suggestions: Could we add some sort of unit test which passes in a bad value for n_jobs
and makes sure we get an exception we like? Could we add a unit test which verifies n_jobs is actually passed into the transformers/estimators, ideally using mock transformers/estimators?
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, left one test suggestion
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.
Left two suggestions, good to merge after that
Fixes #382.