Closed sebp closed 5 months ago
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +0.00% | :white_check_mark: ∅ |
:rocket: Don’t miss a bit, follow what’s new on Codacy.
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.15%. Comparing base (
bceb53e
) to head (769ea89
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Checklist
What does this implement/fix? Explain your changes Incorporate sample weights into the LogrankCriterion that is used to compute the split criteria used in SurvivalTree.
Notably, this affects RandomSurvivalForest and ExtraSurvivalTrees too, because individual trees in the forests are passed sample_weight.