Skip to main content

Creating a Feature Analytics Chart

To create a Feature Analytics chart, follow these steps:
  • Navigate to the Charts tab in your Fiddler AI instance
  • Click on the Add Chart button on the top right
  • In the modal, select a project
  • Select Feature Analytics
Add Chart modal dialog

Support

Feature analytics is supported for any model task type, but does not support time stamps or columns of type string or vector.

Available Right-Side Controls

ParameterValue
ModelList of models in the project
VersionList of versions for the selected model
EnvironmentProduction or Pre-Production
DatasetDisplayed only if Pre-Production is selected. List of pre-production env uploaded for the model version.
VisualList of possible visualizations, Feature Distribution or Feature Correlation.
Segment<p>- Selecting a saved segment<br>- Defining an applied (on the fly) segment. This applied segment isn’t saved (unless specifically required by the user) and is applied for analysis purposes.</p>
Feature<p>- Feature Distribution: Select a single column of a supported data type to view the distribution of its values<br>- Feature Correlation: Select two columns to visualize their correlation<br>- Correlation Matrix: Select up to eight columns to visualize their pairwise correlations</p>

Available In-Chart Controls

ControlValue
Time range selectionSelecting start time and end time or time label for production data. Default is last 30 days
DisplaySelect how to display the chart, Histogram or Kernel Density Estimate, depending on the data type of the feature selected.

Displays for Feature Distribution

Kernel Density Estimate

For numeric column types, visualize feature distribution as a Kernel Density Estimate chart. Feature distribution chart configured with Kernel Density Estimate rendering

Histogram

Categorical and boolean value may only be displayed as Histograms, but other column types may also be displayed as such. Feature distribution chart configured with histogram rendering

Displays for Feature Correlation

Line Plot

Line plot example of Feature Correlation chart

Scatter Plot

Scatter plot example of Feature Correlation chart

Stacked Bar Plot

Stacked bar example of Feature Correlation chart

Box Plot

Box plot example of Feature Correlation chart

Correlation Matrix Interactions

Clicking a cell in the correlation matrix opens the Feature Correlation chart, enabling a more detailed analysis of the relationship between the selected features. Correlation matrix interactions