compare_features
Rank features by importance and describe which matter most for machine learning models. Returns a plain English list showing magnitude, direction, and comparative analysis.
Instructions
Rank features by importance and describe which matter most.
Returns a ranked list of features with their magnitude, direction,
and comparative language — all in plain English.
Args:
model_id: ID of a registered model (e.g., "gbc_lubricant_quality").
top_n: Number of top features to include (default: 10).Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ||
| top_n | No |