# Kanban

## Scenario

Find it in `Dataset` -> `Scenario`

This page allows you to search your data in this dataset by search ontologies.

<figure><img src="https://2222059734-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgZbaVXXtfTXMMcqdnKWV%2Fuploads%2Fbv7FKQBLnfxyZShq3Df2%2Fimage.png?alt=media&#x26;token=eb6fb105-6f4a-4464-9515-71cdf5bbe823" alt=""><figcaption><p>Display all data with the same class name</p></figcaption></figure>

## Spilt Dataset

When building a machine learning model, it is common to split your data into three subsets:

1. Training set: The majority of your data (typically 60-80%) that is used to train your model. Your model learns from the training data by finding patterns and correlations to understand the relationship between the input and output.
2. Validation set: A portion of your data (typically 10-20%) that is used to evaluate your model during training. After each epoch or iteration of training, you test your model on the validation set to check its performance. You then tweak or retrain your model as needed to improve validation accuracy.
3. Test set: A portion of your data (typically 10-20%) that is held out and not used during training at all. It is only used at the very end, to test your final trained model. Performance on the test set determines how well your model can generalize to new data.&#x20;

<figure><img src="https://2222059734-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgZbaVXXtfTXMMcqdnKWV%2Fuploads%2FzQTvdowQYzBwa7MZx66F%2Fimage.png?alt=media&#x26;token=bc2264a0-50ce-44ef-a416-c2d14e51da7a" alt=""><figcaption></figcaption></figure>

The split between training, validation and test sets is typically:

* Training set: 60-80% of your data
* Validation set: 10-20% of your data
* Test set: 10-20% of your data

## Dataset Overall

Find it in `Dataset` -> `Overall`, some statistics about the dataset can be seen:

* Total number of files;
* Total number of results;
* Data annotation progress
* Distribution histogram by `class` or `classification`

<figure><img src="https://2222059734-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgZbaVXXtfTXMMcqdnKWV%2Fuploads%2FY6GUX8Wf3nfq4ZQtpKYI%2Fimage.png?alt=media&#x26;token=544c097c-a35d-4511-85a7-5462397f89d4" alt=""><figcaption></figcaption></figure>
