GBMs - Copyedits#202
Merged
Merged
Conversation
RaphaelS1
marked this pull request as ready for review
June 2, 2026 19:27
Signed-off-by: Raphael Sonabend <raphaelsonabend@gmail.com>
# Conflicts: # book/_book/Machine-Learning-in-Survival-Analysis.pdf
- Regenerate the gradient-boosting figure from a rebuilt drawio source: cover palette, rounded/shadowed borderless boxes, three distinct depth-2 trees, shrinking residual clusters, hdots + M-th iteration, Fit/Predict/Aggregate labels; export PNG + SVG (drawio is source of truth). - Add an "Early stopping" section to the ML chapter (P1C3, #sec-ml-early-stopping) with an R/ggplot figure (early_stopping_figure.R) reusing the gradient-descent dataset (train/validation split); link it from the boosting hyperparameters. - Grammar/clarity fixes; "simplified"/notation tidy-ups. - eq-coxboost: fix misplaced transpose (x^T gamma) and correct the I_pen description (penalised information = unpenalised information + lambda P); verified equivalent to Binder & Schumacher (2008). Clarify beta (cumulative coefficients) vs gamma (per-iteration update) and fix vector/component bolding. - Cite Burk2026 for CoxBoost; add Further-reading entries for XGBoost-AFT (Barnwal2022) and BoXHED (Wang2020; existing BoXHED2.0). Add bib entries. - Add FIXME/TODO notes for the copyeditor (g() notation across chapters, AFT f_W/S_W and sigma-hat, "loss" terminology, rendering of _0/prime).
Signed-off-by: Raphael Sonabend <raphaelsonabend@gmail.com>
Signed-off-by: Raphael Sonabend <raphaelsonabend@gmail.com>
Signed-off-by: Raphael Sonabend <raphaelsonabend@gmail.com>
Signed-off-by: Raphael Sonabend <raphaelsonabend@gmail.com>
Signed-off-by: Raphael Sonabend <raphaelsonabend@gmail.com>
Signed-off-by: Raphael Sonabend <raphaelsonabend@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.