Conversation
Signed-off-by: Raphael Sonabend <raphaelsonabend@gmail.com>
adibender
reviewed
Sep 15, 2025
Collaborator
adibender
left a comment
There was a problem hiding this comment.
some minor stuff only
| This chapter starts with SVMs in the regression setting before moving to adaptions for survival analysis. | ||
|
|
||
| As of the time of publication, no SSVMs for competing risks appear to have been published [@Kantidakis2023; @Monterrubio-Gómez2024; @Djangang2025]. | ||
| Theoretically, one could use any of the methods to estimate per-cause risk by considering each risk separately and censoring observations that experience a different risk, however this has not been validated in the literature. |
Collaborator
There was a problem hiding this comment.
the important part in the caus-specific paradigm is that the learner returns a hazard estimate. If thats the case, you can calculate the CIF. If it only returns the surv prob, one could try to approximate a hazard estimate from S(t) (e.g. via numeric differentiation and some assumptions), but it's less common. not sure if SVM provides hazard estimates
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>
1 task
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.