DeepTab
DeepTab copied to clipboard
[FAQ] How to extract feature importance?
Hi great project,
There is a way to extract the feature importance for a model (once you have trained it)? Or other interpretability algorithms?
have a nice day,
Salvatore
Since most models included in the library do not inherently support feature importances there isnt an inherent way to get feature importances. However, since everything is in torch, the library is compatible with libraries such as shapor captum.