# Data Split

###

<figure><img src="https://wiki.cloudfactory.com/media/pages/docs/userdocs/model-playground/data-split/223f1b1416-1684131938/image-101.webp" alt=""><figcaption><p>Page the user sees when they enter Model Playground</p></figcaption></figure>

This page essentially gives an overview of the various splits already tried when a user enters the model building phase after data annotation and quality control steps.

### Different parameters of the created splits on this page <a href="#different-parameters-of-the-created-splits-on-this-page" id="different-parameters-of-the-created-splits-on-this-page"></a>

* Split name
* Problem - This is the type of model you want to use for the model building phase. It includes: Attribute prediction, Label class prediction, Object detection, Image tag prediction, Instance segmentation, Semantic segmentation.
* Creation date
* Created by - This helps to track which user is experimenting with a particular model.
* Images - This value gives an idea of the number of images (Total, Train, Test, Validation) that were used for a particular set of experiments/model types.
* Experiments - Total number of experiments a user has carried out for a model type.

<figure><img src="https://wiki.cloudfactory.com/media/pages/docs/userdocs/model-playground/data-split/f9a18a602b-1684131938/testsplit.webp" alt=""><figcaption></figcaption></figure>

### Actions you can perform on this page <a href="#actions-you-can-perform-on-this-page" id="actions-you-can-perform-on-this-page"></a>

* Open model dashboard if the split is clicked.
* [Create a new split](about:/docs/userdocs/model-playground/data-split/creating-a-new-split#creating-a-new-split)
* Delete - Delete a particular split


---

# 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.cloudfactory.com/model-playground/data-split.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.
