# Why Eizen Observability?

### **Monitor Models Performance** <a href="#igzg7byclb29" id="igzg7byclb29"></a>

Machine learning engineers need to continuously monitor the model's performance to ensure it is meeting the desired accuracy and error thresholds.

### Detect Data Drift <a href="#eejda82kuzb" id="eejda82kuzb"></a>

The data distribution in production may be different from the distribution of the data used to train the model. This can lead to poor model performance and require frequent retraining.

### Explain Predictions <a href="#i7bqmv93wayd" id="i7bqmv93wayd"></a>

Explainability helps ML Engineers understand how a model is making its predictions, which can reveal areas of the model that are performing poorly or introduce bias.

### Optimize Models Performance <a href="#y0vfjy7x97lx" id="y0vfjy7x97lx"></a>

Improve Model performance by automating the retraining process. Our AGI system will create a dataset with retrainable points and automates the retraining process.

### Identify Model Bias <a href="#ca8gu7v5ve3k" id="ca8gu7v5ve3k"></a>

Explainability techniques can reveal bias in a model's predictions, allowing ML engineers to identify and address the sources of bias.

### Build Trust <a href="#so1m65rvvu2q" id="so1m65rvvu2q"></a>

Model Explainability can help build trust by providing transparency and justification for the model's decisions, which makes it easier to understand the model's predictions and to use the model in decision-making.


---

# 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://eigenmaps.gitbook.io/eizen-observability/why-eizen-observability.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.
