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

Add support for early-stopping to GradientBoostingSurvivalAnalysis #354

Merged
merged 1 commit into from Apr 14, 2023

Conversation

sebp
Copy link
Owner

@sebp sebp commented Apr 14, 2023

Checklist

What does this implement/fix? Explain your changes
Add support for early-stopping to GradientBoostingSurvivalAnalysis by setting n_iter_no_change.

@codecov
Copy link

codecov bot commented Apr 14, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03 🎉

Comparison is base (52695a8) 97.88% compared to head (f33600b) 97.92%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #354      +/-   ##
==========================================
+ Coverage   97.88%   97.92%   +0.03%     
==========================================
  Files          37       37              
  Lines        3306     3319      +13     
  Branches      450      454       +4     
==========================================
+ Hits         3236     3250      +14     
  Misses         33       33              
+ Partials       37       36       -1     
Impacted Files Coverage Δ
sksurv/ensemble/boosting.py 97.47% <100.00%> (+0.38%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sebp sebp merged commit 9c4c287 into master Apr 14, 2023
29 checks passed
@sebp sebp deleted the gb-early-stopping branch April 14, 2023 15:39
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.

n_iter_no_change in GradientBoostingSurvivalAnalysis
1 participant