# Population exploration settings

<figure><img src="/files/9HHnLtSvUI2BB70xGOGs" alt=""><figcaption><p>The Population exploration settings options</p></figcaption></figure>

Within the population exploration settings, it is possible to control various aspects of the way the population exploration works and the samples it presents.&#x20;

* **Reduction Algorithm:** let you control whether TSNE or PCA is used for the reduction of the latent space into a 2D space.
* **Advanced options:**
  * Metadata Based balancing: Balance the chosen samples across some metadata.  For example, if you want to have the same number of class representatives from an unbalanced dataset, choose a metadata that assigns a label to sample, and balance according to it to get an even representation from each class.
  * Additional analysis: Select from a set of additional analysis options Tensorleap suggests but don't automatically perform

{% hint style="warning" %}
Some of the additional analysis options might take some time to compute, especially for large (>1M) datasets.
{% endhint %}


---

# 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/user-interface/dashboards/dashlets/population-exploration/population-exploration-settings.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.
