| KEY |
TYPE |
Description |
| shapFeatureImportance |
dict |
A map of feature name to feature importance, determined by Shap values on a sample dataset. |
| limeFeatureImportance |
dict |
A map of feature name to feature importance, determined by Lime contribution values on a sample dataset. |
| permutationFeatureImportance |
dict |
A map of feature name to feature importance, determined by permutation importance. |
| nullFeatureImportance |
dict |
A map of feature name to feature importance, determined by null feature importance. |
| lofoFeatureImportance |
dict |
A map of feature name to feature importance, determined by the Leave One Feature Out method. |
| ebmFeatureImportance |
dict |
A map of feature name to feature importance, determined by an Explainable Boosting Machine. |