<model_name>!SHOW_FEATURE_IMPORTANCE¶
Returns the relative feature importance for each feature used by the model. This method takes no arguments.
Syntax¶
<model_name>!SHOW_FEATURE_IMPORTANCE();
Output¶
Column |
Type |
Description |
---|---|---|
|
The importance rank of a feature. |
|
|
The name of the feature used to train the model. |
|
|
The feature’s importance score: a value in [0, 1], with 0 being the lowest possible importance, and 1 the highest. |
|
|
The source of the feature. Currently this is always |