Variable importance

Enables users to analyze feature importance in machine learning models.

A Variable Importance Score in a machine learning model tells you how much each input feature (or variable) contributes to the model's predictions.

Essentially:

  • Higher score = More influential: The variable has a greater impact on the model's output.

  • Lower score = Less influential: The variable has less impact.

It helps you understand which factors are the key drivers for your model's outcomes and can be useful for feature selection (deciding which variables are most useful to keep).

Feature filtering allows the user to filter and select features to investigate features across the dataset and their contributions to the model's variance. The user has the following filtering options:

  • Class: Only show features associated with predictions for the selected binary outcomes.

  • Order: Choose to sort the feature table by various options, including but not limited to rank, name, and feature variance score.

    • Toggle the adjacent switch next to sort in ascending or descending order.

  • Download: Download an Excel sheet with the information shown in the table provided for all features.

Last updated

Was this helpful?