# MPM Module

The Model Performance Metrics (MPM) module in Seldon Core 2 helps you to monitor and evaluate machine learning models running in production. By processing predictions alongside feedback data, MPM calculates key metrics that validate a model’s ongoing suitability. It integrates seamlessly with pipeline CRDs of Core 2 and the Seldon Enterprise Platform, offering real-time insights into model performance. Some of the advantages of using MPM module are:

* Processes prediction and feedback data to calculate performance metrics.
* Supports real-time evaluation within Seldon Core 2 pipelines and the Seldon Enterprise Platform.
* Helps validate and monitor the health and suitability of deployed models over time.

To get started with the MPM Module or explore the full documentation, reach out to the [Seldon Support team](https://www.seldon.io/contact-2/).


---

# 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.seldon.ai/home/core-2-+-modules/mpm-module.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.
