> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/it/tour-del-prodotto-web-app/geopard-mcp/pulisci-e-calibra-i-dati-di-resa.md).

# Pulisci e calibra i dati di resa

In questo caso d’uso, lavoriamo con dataset di resa per comprendere la distribuzione e la qualità dei dati raccolti in campo. Utilizzando il GeoPard MCP connesso, un LLM recupera riepiloghi statistici del dataset di resa originale, rileva irregolarità o rumore dei sensori e identifica dove è necessaria la pulizia o la calibrazione.

Una volta completati i controlli di qualità, l’LLM avvia il flusso di lavoro di pulizia e calibrazione di GeoPard MCP con i parametri ottimali.

{% hint style="success" %}
Assicurati che GeoPard MCP sia connesso prima di eseguire questo flusso di lavoro. I dettagli della configurazione sono forniti [qui](/geopard-tutorials/it/tour-del-prodotto-web-app/geopard-mcp/connetti-geopard-mcp.md).
{% endhint %}

## Singolo dataset di resa

{% @arcade/embed url="<https://app.arcade.software/share/Zjf8Hpwf0Ykij1Dl5r4L>" flowId="Zjf8Hpwf0Ykij1Dl5r4L" %}

### Prima

<figure><img src="/files/32e7ec548aadf93eda709ff3eff02ac50fe878cd" alt=""><figcaption></figcaption></figure>

### Dopo

<figure><img src="/files/6e828ace44758897a53e69a5590bd44eb8df8e31" alt=""><figcaption></figcaption></figure>

## Calibrazione batch del dataset di resa

{% @arcade/embed url="<https://app.arcade.software/share/bibREyFI1hqQvPk7rBFq>" flowId="bibREyFI1hqQvPk7rBFq" %}

### Prima

<figure><img src="/files/8acdae900e08f73ee9419f192a9801b16b85482c" alt=""><figcaption></figcaption></figure>

### Dopo

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.geopard.tech/geopard-tutorials/it/tour-del-prodotto-web-app/geopard-mcp/pulisci-e-calibra-i-dati-di-resa.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
