Skip to content

Task & Dataset Management

Tyler edited this page Dec 20, 2019 · 8 revisions

Overview

This page is where you will create, edit, and manage tasks and datasets. Datasets that have been created by bundle upload can be show here as well.

wip_codalab_v2_task_management_label

image

  1. Navigation tabs
  2. Search Inputs
    • Text search
    • Type filtering (Dataset only)
    • Show Auto Created/Show Public Tasks
  3. Add Dataset/Task
  4. Delete Button
  5. Pagination

Navigation Tabs

The navigation tabs are used to switch between the dataset management, and task management views (Does not change the page).

Search Inputs

The search inputs are used to filter for specific datasets/tasks, or ones matching the criteria you set (Only yours or those that are public).

Text Search

Used for text matching. Use this if you know the name of the dataset you are looking for.

Type filtering (Dataset only)

Use this to filter for specific types of datasets. For example if you want to find your last submission, if you filter the type by submission, the first one should be the last submission made.

Show Auto Created (Dataset only)

When checked, this checkbox enables displaying datasets that were made through processing competition bundles, and other methods besides using the site's form interfaces.

Show Public Tasks (Task only)

This will enable showing all tasks marked as public.

Add Dataset:

image

Clicking the "Add Datset" button will bring up the above modal/form used to create (or edit) datasets. The following fields are available:

  • Name: The name for your dataset
  • Description: The description for your dataset
  • Type: The type of the dataset
  • File: A zip archive containing your datset

Add Task:

image image

Clicking the "Add Task" button will bring up the above modal/form used to create (or edit) datasets. The following fields are available under the first tab "Details":

  • Name: The name for your task
  • Description: The description for your task

More fields are available under the dataset section. They are:

  • Scoring Program: A text input field to search for a scoring program by name
  • Ingestion Program: A text input field to search for an ingestion program by name
  • Reference Data: A text input field to search for a reference data by name
  • Input Data: A text input field to search for an input data by name

Delete Button:

Used to delete a task or a dataset. There is a confirmation dialogue.

Pagination:

Used to move between different pages of the table.

Clone this wiki locally