Dataset research report
Cifar10 research report
A reproducible data report with schema notes, generated chart evidence, suggested follow-up questions, and export-ready Helix queries.
Executive Summary
Dataset Card for CIFAR-10 Dataset Summary The CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images. The dataset is divided into five training batches and one test batch, each with 10000 images. The test batch contains exactly 1000 randomly-selected images from each class. The training batches contain the remaining images in random order, but some training batches may contain… See the full description on the dataset page: https://huggingface.co/datasets/uoft-cs/cifar10.
Research Context
Cifar10: 500 rows by 2 columns. These exploratory charts are generated automatically from the data - open the dataset in Helix to ask your own questions.
Data Profile
Chart Evidence
These views are generated from the dataset profile. Each chart is paired with a Helix query so it can be opened, adjusted, and exported.
Follow-Up Queries
Preview Rows
| # | imgtext | labelinteger |
|---|---|---|
| 1 | <PIL.PngImagePlugin.PngImageFile image mode=RGB size=32x32 at 0x7551B091E780> | 0 |
| 2 | <PIL.PngImagePlugin.PngImageFile image mode=RGB size=32x32 at 0x75513FF156E0> | 6 |
| 3 | <PIL.PngImagePlugin.PngImageFile image mode=RGB size=32x32 at 0x7551B091E780> | 0 |
| 4 | <PIL.PngImagePlugin.PngImageFile image mode=RGB size=32x32 at 0x75513FF156E0> | 2 |
| 5 | <PIL.PngImagePlugin.PngImageFile image mode=RGB size=32x32 at 0x7551B091E780> | 7 |
| 6 | <PIL.PngImagePlugin.PngImageFile image mode=RGB size=32x32 at 0x75513FF156E0> | 2 |
Data Dictionary
- img categorical
- label numeric
Method And Limits
- Load the catalog entry and preview rows from the processed dataset file.
- Infer numeric, categorical, time, and location fields from real columns.
- Generate a small set of defensive Plotly chart specifications from that profile.
- Expose each chart idea as a query link so the report can be rerun or exported in Helix.
This report is intentionally reproducible. It uses the local catalog metadata and generated chart specifications rather than claiming external conclusions beyond the dataset.