Get Feature Importance
Get feature importance data for an analysis.
This endpoint provides feature importance test results for an existing analysis, and returns a list of feature groups with associated Features API features and group p-values.
These values represent each group of features' statistical significance when it comes to impacting observable incremental/decremental changes in demand.
Request
HTTP Request
Path Parameters
Parameter | Description |
---|---|
| An existing Beam Analysis ID. |
Response
Response Fields
Field | Description |
---|---|
| List of Feature Importance groups. Please refer to the Feature Importance Response Fields section below for the structure of each record. |
Feature Importance Response Fields
Field | Description |
---|---|
| The name of the group. This typically refers to an event category.
E.g. |
| The names of the features in the feature group. These refer directly to features available in Features API. E.g. |
| The p-value associated with this feature group for this analysis. It indicates how important the features in the group are in terms of demand.
The lower the p-value, the more important the feature group is.
E.g. |
| A |
Examples
Guides
Below are some guides relevant to this API:
Last updated