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

Support for other survival tree-based models #31

Open
krzyzinskim opened this issue Oct 2, 2023 · 3 comments
Open

Support for other survival tree-based models #31

krzyzinskim opened this issue Oct 2, 2023 · 3 comments
Assignees

Comments

@krzyzinskim
Copy link
Collaborator

Adding support for survival models other than ranger (see #24). The source code for the ranger can be followed. Functionality for randomForestSRC should be relatively easy to implement.

@krzyzinskim krzyzinskim self-assigned this Oct 2, 2023
@mayer79
Copy link
Contributor

mayer79 commented Oct 2, 2023

@krzyzinskim If I recall correctly, {randomForestSRC} even supports multi-output regressions (which is nice).

@krzyzinskim
Copy link
Collaborator Author

Hmm, in that case, I'll try to rethink the structure for handling non-single-number predictions so that multi-output regression can be also supported.

@mayer79
Copy link
Contributor

mayer79 commented Oct 2, 2023

(Dito for XGBoost 2.0). The output structure can be like classification, I'd say: a list of matrices/arrays (?)

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

No branches or pull requests

2 participants