Get Feature Importance for an Analysis Group
Get Feature Importance data for an Analysis Group.
Authorizations
AuthorizationstringRequired
Enter your PredictHQ API key. The Bearer prefix is added automatically.
When calling the API directly, send: Authorization: Bearer <YOUR_API_KEY> as documented at https://docs.predicthq.com/api/overview/authenticating
Path parameters
group_idstringRequiredExample:
An Analysis Group ID. Analyses that belong to this group will be returned.
3ED1zxXqAYResponses
200
Successful Response
application/json
400
Feature importance data is not ready or not found
403
Bearer token scope insufficient
404
Analysis Group not found
422
Validation Error
application/json
get
/v1/beam/analysis-groups/{group_id}/feature-importanceExamples
OpenAPI Spec
Last updated
Was this helpful?