# Evaluate Unlabelled Data

### **Why Unlabeled Evaluation Matters**

Many teams work with large unlabeled datasets — either as part of a data pipeline or when exploring new domains. But without labels, it's hard to assess whether that data contains edge cases, domain shifts, or problematic samples.

Tensorleap allows you to estimate model behavior on unlabeled data by computing **Predicted Metrics** — model-driven approximations of performance metrics like loss, IOU, confidence, and more.

This enables:

* Detecting potential errors or low-quality samples
* Surfacing outliers and high-loss examples
* Auditing incoming datasets before investing in labeling

### **How Tensorleap Helps Evaluate Unlabeled Data**

Once a model has been evaluated, Tensorleap computes predicted metrics on any connected unlabeled set. These estimates are derived from the model's internal signals — giving you visibility into likely performance without requiring ground truth.

You can:

* Sort and filter samples based on predicted loss, IOU, or confidence
* Visualize distributions to uncover outliers and edge cases
* Flag suspicious or low-confidence samples for further review or labeling

<figure><img src="/files/m9wbIwJy72uMfbwMppHs" alt=""><figcaption><p>Predicting the loss for unlabeled samples for a NER dataset (yellow is higher)</p></figcaption></figure>


---

# 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.tensorleap.ai/getting-value-from-tensorleap/evaluate-unlabelled-data.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.
