loft-br / xgboost-survival-embeddings

Improving XGBoost survival analysis with embeddings and debiased estimators
https://loft-br.github.io/xgboost-survival-embeddings/
Apache License 2.0
313 stars 51 forks source link

Multi-states and competing risk modelling #29

Closed matdeof closed 3 years ago

matdeof commented 3 years ago

Hello guys, first of all congratulations for your work :)

Currently I'm facing a multi-state modeling with multiple absorbing states, in the search of some techniques I found this module. As far as I could go into the docs I didn't find any mention to multi-states and competing risks modelling, does my understanding is correct?

If so, do you guys intend to extend the use cases of this module in that direction?

Thanks!

davivieirab commented 3 years ago

Hey @matdeof , thank you for your message!

Yes, you are correct. The current xgbse implementation only covers tradicional two-state models (alive - dead). We have a roadmap of improvement, but this use case is not yet covered. We will add this topic as a potential future enhancement.

Although that is the case, we invite you to contribute to our module. We are open to suggestions of strategies that encompass this group of models. Also, feel free to create a PR if you have an idea of implementation to add to the current xgbse stack.

One more time, thank you for the suggestions!

matdeof commented 3 years ago

Got it @davivieirab!

Thank you for sharing the context!

I'm still learning more about the field and exploring the current available techniques, if I get to a point of making those contributions I would definitely be glad about making them :)