CoolFace
Datasetpublic

Anusha3/ab_predictive_maintenance

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes8downloads
README.md37 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: Engine rpm5    dtype: int646  - name: Lub oil pressure7    dtype: float648  - name: Fuel pressure9    dtype: float6410  - name: Coolant pressure11    dtype: float6412  - name: lub oil temp13    dtype: float6414  - name: Coolant temp15    dtype: float6416  - name: Engine Condition17    dtype: int6418  - name: __index_level_0__19    dtype: int6420  splits:21  - name: train22    num_bytes: 4384023    num_examples: 68524  - name: test25    num_bytes: 1100826    num_examples: 17227  download_size: 547744228  dataset_size: 5484829configs:30- config_name: default31  data_files:32  - split: train33    path: data/train-*34  - split: test35    path: data/test-*36---37