> 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/hu/termekbemutato-webalkalmazas/geopard-mcp/hozamadatok-tisztitasa-es-kalibralasa.md).

# Hozamadatok tisztítása és kalibrálása

Ebben a felhasználási esetben terméshozam-adathalmazokkal dolgozunk, hogy megértsük a betakarított adatok eloszlását és minőségét a táblán belül. A csatlakoztatott GeoPard MCP használatával egy LLM lekéri az eredeti terméshozam-adathalmaz statisztikai összefoglalóit, felismeri az eltéréseket vagy az érzékelőzajt, és azonosítja, hol van szükség tisztításra vagy kalibrálásra.

Miután a minőségellenőrzések befejeződtek, az LLM a legjobb paraméterekkel elindítja a GeoPard MCP tisztítási és kalibrálási munkafolyamatát.

{% hint style="success" %}
A munkafolyamat futtatása előtt győződjön meg róla, hogy a GeoPard MCP csatlakoztatva van. A beállítás részletei [itt](/geopard-tutorials/hu/termekbemutato-webalkalmazas/geopard-mcp/geopard-mcp-csatlakoztatasa.md).
{% endhint %}

## Egyetlen terméshozam-adathalmaz

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

### Előtte

<figure><img src="/files/073b73536f22a8d083a145f7ea9b3d13388fe951" alt=""><figcaption></figcaption></figure>

### Utána

<figure><img src="/files/64ad5f6f0fa8013f4f681b01f7cf17556d0e6fe8" alt=""><figcaption></figcaption></figure>

## Terméshozam-adathalmazok kötegelt kalibrálása

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

### Előtte

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

### Utána

<figure><img src="/files/ed6e2cf7496596c514f1d2d399714821aa020a1e" 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/hu/termekbemutato-webalkalmazas/geopard-mcp/hozamadatok-tisztitasa-es-kalibralasa.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.
