Skip to content
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

Change default n_jobs value for XGBoost #2757

Merged
merged 3 commits into from
Sep 9, 2021
Merged

Change default n_jobs value for XGBoost #2757

merged 3 commits into from
Sep 9, 2021

Conversation

bchen1116
Copy link
Contributor

@bchen1116 bchen1116 commented Sep 9, 2021

fix #2437

Original Perf test results here

@codecov
Copy link

codecov bot commented Sep 9, 2021

Codecov Report

Merging #2757 (c52402c) into main (84df8af) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #2757   +/-   ##
=====================================
  Coverage   99.9%   99.9%           
=====================================
  Files        300     300           
  Lines      27705   27705           
=====================================
  Hits       27656   27656           
  Misses        49      49           
Impacted Files Coverage Δ
...nents/estimators/classifiers/xgboost_classifier.py 100.0% <ø> (ø)
...ponents/estimators/regressors/xgboost_regressor.py 100.0% <ø> (ø)
evalml/tests/component_tests/test_components.py 100.0% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 84df8af...c52402c. Read the comment docs.

@bchen1116 bchen1116 requested a review from a team September 9, 2021 17:14
Copy link
Contributor

@jeremyliweishih jeremyliweishih left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good work!

@bchen1116 bchen1116 merged commit 2452d3f into main Sep 9, 2021
@chukarsten chukarsten mentioned this pull request Sep 10, 2021
@freddyaboulton freddyaboulton deleted the bc_2437_njobs branch May 13, 2022 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update default n_jobs used by XGBoost to not be -1
2 participants