# Model insight

## Feature importance

Feature importance is a technique used to rank features based on their contribution to predicting customer churn. In this context, features are categorized into risk drivers, which are shown on the left in red, and retention drivers, displayed on the right in green. This categorization helps stakeholders understand which factors contribute to either increasing or decreasing the likelihood of churn. Additionally, features can be grouped in a dropdown menu according to the health breakdown segment, allowing for a more detailed analysis of how different factors impact various subsets of the customer base.

## Churn rate per health score

The churn rate per health score is visualized using a bar graph that highlights the percentage of customers who have churned, segmented according to the health scores they were assigned. Each bar represents the proportion of churned customers within a specific health score category, providing a clear view of how predictive accuracy varies across different health scores. This graph aims to illustrate the precision of the health scoring model by showing which scores accurately predict customer churn, enabling stakeholders to focus on high-risk groups that need targeted retention strategies.

<figure><img src="/files/Q3sra8CaZOQI9pmtpV0l" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.churned.io/churned-docs/dashboard-and-features/churned-per-page/model-insight.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
