File size: 895 Bytes
3e77a34 b299182 3e77a34 b299182 3e77a34 b299182 3e77a34 b299182 3e77a34 b299182 3e77a34 |
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 |
---
dataset_info:
features:
- name: Engine rpm
dtype: int64
- name: Lub oil pressure
dtype: float64
- name: Fuel pressure
dtype: float64
- name: Coolant pressure
dtype: float64
- name: lub oil temp
dtype: float64
- name: Coolant temp
dtype: float64
- name: Lub_Stress_Index
dtype: float64
- name: Thermal_Efficiency
dtype: float64
- name: Power_Load_Index
dtype: float64
- name: Engine Condition
dtype: int64
splits:
- name: train
num_bytes: 937680
num_examples: 11721
- name: validation
num_bytes: 312560
num_examples: 3907
- name: test
num_bytes: 312560
num_examples: 3907
download_size: 945541
dataset_size: 1562800
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|