EddyGiusepe's picture
Upload dataset
cf719f6 verified
|
raw
history blame
817 Bytes
metadata
license: apache-2.0
dataset_info:
  features:
    - name: UDI
      dtype: int64
    - name: Product ID
      dtype: string
    - name: Type
      dtype: string
    - name: Air temperature [K]
      dtype: float64
    - name: Process temperature [K]
      dtype: float64
    - name: Rotational speed [rpm]
      dtype: int64
    - name: Torque [Nm]
      dtype: float64
    - name: Tool wear [min]
      dtype: int64
    - name: Target
      dtype: int64
    - name: Failure Type
      dtype: string
  splits:
    - name: train
      num_bytes: 594288.1
      num_examples: 7000
    - name: test
      num_bytes: 254694.9
      num_examples: 3000
  download_size: 259799
  dataset_size: 848983
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*