# Evaluation Module

{% hint style="info" %}
At this point, you should have generated at least, one model from the [learning module](/medomics-docs/tutorials/development/learning-module.md)
{% endhint %}

{% embed url="<https://youtu.be/yfZe3JpvlXc>" %}
Evaluation Module
{% endembed %}

## 1. Create an Evaluation

<div data-full-width="true"><figure><img src="/files/BIOgCz33FvXDPkbBTAiE" alt=""><figcaption></figcaption></figure> <figure><img src="/files/kIIxNIHw45RYc59ACh0o" alt=""><figcaption></figcaption></figure></div>

## 2. Open and configure your Evaluation

Double click on the .medeval file

<div data-full-width="true"><figure><img src="/files/q1FgeRQRIDYHQTP0sgbF" alt=""><figcaption></figcaption></figure> <figure><img src="/files/DJRJbpygtnMEA3gft8Vh" alt=""><figcaption></figcaption></figure></div>

{% hint style="warning" %}
The chosen dataset's columns must match the dataset's columns on which the model has been run. Otherwise, an error will explain it so you won't be able to run the evaluation&#x20;
{% endhint %}

## 3. Analyze results

<figure><img src="/files/7UHxnpaHeuBkRlJdOKJs" alt=""><figcaption></figcaption></figure>

Link to ExplainerDashboard : [here](https://explainerdashboard.readthedocs.io/en/latest/)


---

# 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://medomicslab.gitbook.io/medomics-docs/tutorials/development/evaluation-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.
