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

Cox Proportional Hazard Regression #1837

Closed
zanemarkson opened this issue Nov 11, 2018 · 3 comments
Closed

Cox Proportional Hazard Regression #1837

zanemarkson opened this issue Nov 11, 2018 · 3 comments

Comments

@zanemarkson
Copy link

Hello LightGBM Ninjas

Thanks for all the awesomeness in LightGBM. Quick question: Do we/Can we have the "objective=cox_proportional_hazard_breslow_approx" option? I am not sure if it is feasible to add Cox Proportional Hazard survival model into LightGBM from engineering standpoint, but it would be very nice if we can use SHAP with CPH in LightGBM just like @slundberg's "NHANES I Survival Model" notebook.

Thanks!

@StrikerRUS
Copy link
Collaborator

Implementation in XGBoost: https://github.com/dmlc/xgboost/blob/f9302a56fbdabb28d071ed9e402ca75e03673b4d/src/objective/regression_obj.cu#L273-L358
and corresponding PR: dmlc/xgboost#3043.

@StrikerRUS
Copy link
Collaborator

Closed in favor of being in #2302. We decided to keep all feature requests in one place.

Welcome to contribute this feature! Please re-open this issue (or post a comment if you are not a topic starter) if you are actively working on implementing this feature.

@onacrame
Copy link

onacrame commented Jul 6, 2020

Another survival model for consideration (now implemented in XGBoost)

https://arxiv.org/abs/2006.04920

https://xgboost.readthedocs.io/en/latest/tutorials/aft_survival_analysis.html

Closed in favor of being in #2302. We decided to keep all feature requests in one place.

Welcome to contribute this feature! Please re-open this issue (or post a comment if you are not a topic starter) if you are actively working on implementing this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants