'Can DALEX be used for mlr3 surv models?

I am not sure if I can use DALEX for assess my mlr3 survival models because y argument does not accept Surv(time, status). I also don't think results are correct when I "status" for y since this ignores the censoring information.

https://modeloriented.github.io/DALEXtra/reference/explain_mlr3.html

If I can't use DALEX, are there anything reliable XAI tools for survival models?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source