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

Boosting method implementation (LightGBM) #1264

Merged
merged 10 commits into from
Jul 30, 2024

Set early_stopping_rounds for all boostings

fd3786d
Select commit
Loading
Failed to load commit list.
Merged

Boosting method implementation (LightGBM) #1264

Set early_stopping_rounds for all boostings
fd3786d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 29, 2024 in 0s

80.16% (+0.05%) compared to 80eba8e

View this Pull Request on Codecov

80.16% (+0.05%) compared to 80eba8e

Details

Codecov Report

Attention: Patch coverage is 77.88462% with 23 lines in your changes missing coverage. Please review.

Project coverage is 80.16%. Comparing base (80eba8e) to head (fd3786d).
Report is 1 commits behind head on master.

Files Patch % Lines
...mplementations/models/boostings_implementations.py 77.88% 23 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1264      +/-   ##
==========================================
+ Coverage   80.10%   80.16%   +0.05%     
==========================================
  Files         146      146              
  Lines       10190    10284      +94     
==========================================
+ Hits         8163     8244      +81     
- Misses       2027     2040      +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.