File size: 1,961 Bytes
5f73dc2 f8ca6ed 5f73dc2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
---
license: unknown
dataset_info:
features:
- name: image
dtype: image
- name: id
dtype: string
- name: source_code
dtype: string
- name: number_of_charts_in_dashboard
dtype: string
- name: seed_data_name
dtype: string
- name: seed_data_stats
dtype: string
- name: ancestor_ids
dtype: string
- name: provenance
dtype: string
- name: provenance_step_types
dtype: string
- name: provenance_step_costs
dtype: string
- name: cost
dtype: string
- name: revision_step
dtype: string
- name: revision_step_function
dtype: string
- name: parent_source_code
dtype: string
- name: parent_id
dtype: string
- name: is_consistent
dtype: string
- name: CHANNEL_FIELD_SWAP
dtype: string
- name: CHANNEL_FIELD_SHIFT
dtype: string
- name: XY_SAME_QUANTITATIVE
dtype: string
- name: XY_SAME_NOMINAL
dtype: string
- name: XY_MEASURE_NAMES
dtype: string
- name: COLOR_SAME_QUANTITATIVE
dtype: string
- name: COLOR_DIFF_QUANTITATIVE
dtype: string
- name: COLOR_SAME_NOMINAL
dtype: string
- name: COLOR_DIFF_NOMINAL
dtype: string
- name: COLOR_NOMINAL_VS_QUANTITATIVE
dtype: string
- name: COLOR_CONSTANT_VS_NOMINAL
dtype: string
- name: COLOR_CONSTANT_VS_QUANTITATIVE
dtype: string
- name: SIZE_SAME_QUANTITATIVE
dtype: string
- name: SIZE_NO_DIFF
dtype: string
- name: SHAPE_SAME_NOMINAL
dtype: string
- name: SHAPE_DIFF_NOMINAL
dtype: string
- name: SHAPE_CONSTANT
dtype: string
- name: source_code_vg
dtype: string
- name: train_val_test
dtype: string
splits:
- name: train
num_bytes: 7479407472.416
num_examples: 10932
download_size: 3044436756
dataset_size: 7479407472.416
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|