/weights
Retrieve feature importance for a model
GET
/v3
/model/automl/feature-weights
Get a breakdown of how each feature contributes to the model’s predictions. This endpoint returns the relative weight or importance score for each input feature used during training.
Header
Key
Value
Authorization
YOUR_API_KEY
Parameters
Key
Type
Description
model_id
String
Target Model ID
Request
Response
Last updated