Skip to content

Add LightGBM Estimator To AutoML #1199

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

Merged
merged 5 commits into from
Sep 22, 2020
Merged

Add LightGBM Estimator To AutoML #1199

merged 5 commits into from
Sep 22, 2020

Conversation

bchen1116
Copy link
Contributor

Fix #1093

Adds LightGBM estimator to AutoML Search. Perf test results are in this document

** Note these test results are taken before this commit to remove LightGBM from AutoML; however, I expect the results would be similar to retrieving the results after the removal of LightGBM, as described in the doc.

@bchen1116 bchen1116 self-assigned this Sep 18, 2020
@codecov
Copy link

codecov bot commented Sep 18, 2020

Codecov Report

Merging #1199 into main will increase coverage by 8.69%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1199      +/-   ##
==========================================
+ Coverage   91.22%   99.92%   +8.69%     
==========================================
  Files         196      196              
  Lines       12006    12007       +1     
==========================================
+ Hits        10953    11998    +1045     
+ Misses       1053        9    -1044     
Impacted Files Coverage Δ
evalml/utils/gen_utils.py 99.02% <ø> (+5.82%) ⬆️
evalml/tests/pipeline_tests/test_pipelines.py 100.00% <100.00%> (+4.13%) ⬆️
evalml/automl/automl_search.py 99.58% <0.00%> (+0.41%) ⬆️
evalml/tests/component_tests/test_components.py 100.00% <0.00%> (+0.51%) ⬆️
...s/prediction_explanations_tests/test_algorithms.py 100.00% <0.00%> (+1.11%) ⬆️
evalml/tests/component_tests/test_utils.py 100.00% <0.00%> (+3.57%) ⬆️
...derstanding/prediction_explanations/_algorithms.py 97.14% <0.00%> (+4.28%) ⬆️
evalml/tests/utils_tests/test_dependencies.py 100.00% <0.00%> (+6.25%) ⬆️
... and 18 more

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 0bc791f...0ef7703. Read the comment docs.

@bchen1116 bchen1116 marked this pull request as ready for review September 18, 2020 15:12
Copy link
Contributor

@freddyaboulton freddyaboulton left a comment

Choose a reason for hiding this comment

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

@bchen1116 I think it's ok to include LightGBM in automl! It outperformed XGBoost in a couple datasets while taking about the same time to fit!

@bchen1116 bchen1116 merged commit 49b9483 into main Sep 22, 2020
@angela97lin angela97lin mentioned this pull request Sep 29, 2020
@freddyaboulton freddyaboulton deleted the bc_add_lightgbm branch May 13, 2022 15:16
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.

Add LightGBM classifier to automl
2 participants