-
Notifications
You must be signed in to change notification settings - Fork 12
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
Implement Accelerated Failure Time model and Cox method from xgboost #161
Comments
We likely won't implement this immediately but are open to it and would welcome a PR! |
Can you help me a little bit with this pr, I don't know if I should start by modifying the file https://github.com/tidymodels/parsnip/blob/main/R/boost_tree.R or if I can just extend it, we just need to be able to set labels and the xgboost parnsip wrapper already has everything set up
to work with Surv() notation we are golden |
Also where would the stacking live, in stacks or here? There may be two good ways to stack models using proportional_hazards with engine set to glmnet allow for easy porting we can also try to use survival_reg |
The goal is to leave the model definition |
Not really, in this case, I am adding another mode to the existing engine and model right? |
The main idea here is to get the output from those two modes of xgboost to stack it into another more standard model like Cox or Weibull similar to the idea of this package, https://loft-br.github.io/xgboost-survival-embeddings/how_xgbse_works.html#xgbsestackedweibull-xgboost-as-risk-estimator-weibull-aft-for-survival-curve
The text was updated successfully, but these errors were encountered: