AutoTherm / README.md
kopetri's picture
Upload dataset
cda149f verified
|
raw
history blame
5.16 kB
metadata
license: mit
dataset_info:
  - config_name: default
    features:
      - name: Timestamp
        dtype: string
      - name: Age
        dtype: int64
      - name: Gender
        dtype: string
      - name: Weight
        dtype: float64
      - name: Height
        dtype: float64
      - name: Bodyfat
        dtype: float64
      - name: Bodytemp
        dtype: float64
      - name: Sport-Last-Hour
        dtype: int64
      - name: Time-Since-Meal
        dtype: int64
      - name: Tiredness
        dtype: int64
      - name: Clothing-Level
        dtype: float64
      - name: Radiation-Temp
        dtype: float64
      - name: PCE-Ambient-Temp
        dtype: float64
      - name: Air-Velocity
        dtype: float64
      - name: Metabolic-Rate
        dtype: int64
      - name: Emotion-Self
        dtype: string
      - name: Emotion-ML
        dtype: string
      - name: RGB_Frontal_View
        dtype: string
      - name: Nose
        dtype: string
      - name: Neck
        dtype: string
      - name: RShoulder
        dtype: string
      - name: RElbow
        dtype: string
      - name: LShoulder
        dtype: string
      - name: LElbow
        dtype: string
      - name: REye
        dtype: string
      - name: LEye
        dtype: string
      - name: REar
        dtype: string
      - name: LEar
        dtype: string
      - name: Wrist_Skin_Temperature
        dtype: float64
      - name: Heart_Rate
        dtype: float64
      - name: GSR
        dtype: float64
      - name: Ambient_Temperature
        dtype: float64
      - name: Ambient_Humidity
        dtype: float64
      - name: Solar_Radiation
        dtype: float64
      - name: Label
        dtype: int64
    splits:
      - name: train
        num_bytes: 1217544434
        num_examples: 2674227
      - name: test
        num_bytes: 141050130
        num_examples: 306919
    download_size: 109256647
    dataset_size: 1358594564
  - config_name: indoor
    features:
      - name: Timestamp
        dtype: string
      - name: Age
        dtype: int64
      - name: Gender
        dtype: string
      - name: Weight
        dtype: float64
      - name: Height
        dtype: float64
      - name: Bodyfat
        dtype: float64
      - name: Bodytemp
        dtype: float64
      - name: Sport-Last-Hour
        dtype: int64
      - name: Time-Since-Meal
        dtype: int64
      - name: Tiredness
        dtype: int64
      - name: Clothing-Level
        dtype: float64
      - name: Radiation-Temp
        dtype: float64
      - name: PCE-Ambient-Temp
        dtype: float64
      - name: Air-Velocity
        dtype: float64
      - name: Metabolic-Rate
        dtype: int64
      - name: Emotion-Self
        dtype: string
      - name: Emotion-ML
        dtype: string
      - name: RGB_Frontal_View
        dtype: string
      - name: Nose
        dtype: string
      - name: Neck
        dtype: string
      - name: RShoulder
        dtype: string
      - name: RElbow
        dtype: string
      - name: LShoulder
        dtype: string
      - name: LElbow
        dtype: string
      - name: REye
        dtype: string
      - name: LEye
        dtype: string
      - name: REar
        dtype: string
      - name: LEar
        dtype: string
      - name: Wrist_Skin_Temperature
        dtype: float64
      - name: Heart_Rate
        dtype: float64
      - name: GSR
        dtype: float64
      - name: Ambient_Temperature
        dtype: float64
      - name: Ambient_Humidity
        dtype: float64
      - name: Solar_Radiation
        dtype: float64
      - name: Label
        dtype: int64
    splits:
      - name: train
        num_bytes: 1217544434
        num_examples: 2674227
      - name: test
        num_bytes: 141050130
        num_examples: 306919
    download_size: 109256647
    dataset_size: 1358594564
  - config_name: vehicle
    features:
      - name: file_name
        dtype: string
      - name: Timestamp
        dtype: string
      - name: Age
        dtype: int64
      - name: Gender
        dtype: string
      - name: Weight
        dtype: float64
      - name: Height
        dtype: float64
      - name: Bodyfat
        dtype: float64
      - name: Bodytemp
        dtype: float64
      - name: Sport-Last-Hour
        dtype: int64
      - name: Time-Since-Meal
        dtype: int64
      - name: Tiredness
        dtype: int64
      - name: Clothing-Level
        dtype: float64
      - name: Radiation-Temp
        dtype: float64
      - name: PCE-Ambient-Temp
        dtype: float64
      - name: Air-Velocity
        dtype: float64
      - name: Metabolic-Rate
        dtype: int64
      - name: Emotion-Self
        dtype: string
      - name: Emotion-ML
        dtype: string
      - name: Nose
        dtype: string
      - name: Neck
        dtype: string
      - name: RShoulder
        dtype: string
      - name: RElbow
        dtype: string
      - name: LShoulder
        dtype: string
      - name: LElbow
        dtype: string
      - name: REye
        dtype: string
      - name: LEye
        dtype: string
      - name: REar
        dtype: string
      - name: LEar
        dtype: string
      - name: Wrist_Skin_Temperature
        dtype: float64
      - name: Heart_Rate
        dtype: float64
      - name: GSR
        dtype: float64
      - name: Ambient_Temperature
        dtype: float64
      - name: Ambient_Humidity
        dtype: float64
      - name: Solar_Radiation
        dtype: float64
      - name: Label
        dtype: int64
    splits:
      - name: train
        num_bytes: 2140438008
        num_examples: 4844596
      - name: test
        num_bytes: 332858868
        num_examples: 817370
    download_size: 194670268
    dataset_size: 2473296876
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
  - config_name: indoor
    data_files:
      - split: train
        path: indoor/train-*
      - split: test
        path: indoor/test-*
  - config_name: vehicle
    data_files:
      - split: train
        path: vehicle/train-*
      - split: test
        path: vehicle/test-*