jaredleekatzman / DeepSurv

DeepSurv is a deep learning approach to survival analysis.
MIT License
584 stars 173 forks source link

Deepsurv variable importance #67

Open The-Killbill opened 3 years ago

The-Killbill commented 3 years ago

Hi, does 'DeepSurv'' support variable importance method? I did not find a function for variable importance in this package.

jaredleekatzman commented 3 years ago

Hi, thank you for your interest with DeepSurv!

Variable importance is not currently implemented. If you go ahead and implement it, I’m happy to accept a pull request.

On Fri, Apr 9, 2021 at 1:39 AM Behnam @.***> wrote:

Hi, does 'DeepSurv'' support variable importance method? I did not find a function for variable importance in this package.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jaredleekatzman/DeepSurv/issues/67, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABM2MZUI375ZELA2RR2BJZTTH2HH7ANCNFSM42UI2LPA .

The-Killbill commented 3 years ago

@Jaredleekatzman, Many thanks for your response.