feature_importance
Compute feature importance for a database table to find which columns most influence a target variable. Supports Random Forest, permutation, or both methods.
Instructions
Важность признаков (Random Forest + permutation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | both | |
| table_name | Yes | ||
| sample_size | No | ||
| target_column | Yes | ||
| feature_columns | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |