metadata
dataset_info:
features:
- name: object
dtype: string
- name: condition
dtype: string
- name: 'y'
sequence:
sequence: float32
splits:
- name: train
num_bytes: 8448686.76923077
num_examples: 48
- name: test
num_bytes: 704057.2307692308
num_examples: 4
download_size: 2149043
dataset_size: 9152744
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
IMBD 2024 Training Dataset
A preprocessed and re-organized training dataset from IMBD 2024.
By Team 113036 Dataset Unavailable.
Dataset Summary
This dataset consists of rows with the following columns:
object: The object ID, ranging from 1 to 13.condition: The experimental condition, labeled fromatod.experiment: The experiment ID, ranging fromy01toy10.y: A series of values, each with a length of 4000.
The dataset is divided into train and test splits:
- The
trainsplit includes object IDs 1 to 12, totaling 480 rows (12 objects x 4 conditions x 10 experiments). - The
testsplit includes object ID 13, totaling 40 rows (1 object x 4 conditions x 10 experiments).