abess-team / skscope

skscope: Sparse-Constrained OPtimization via itErative-solvers
https://skscope.readthedocs.io
MIT License
315 stars 13 forks source link

[Feature] supply a `scikit-learn` compatible model for multivariate failure time model #37

Closed Mamba413 closed 8 months ago

Mamba413 commented 1 year ago

@chenpnn The current implementation is here: https://skscope.readthedocs.io/en/latest/userguide/examples/SurvivalModels/multivariate-failure-time-model.html, just wrap it.

The scikit-survival has provided an interface for censored-response, you may borrow related ideas from this library to design your API.