HF-Sum commited on
Commit
aa3b868
·
verified ·
1 Parent(s): 3a088d1

Adding Dataset Card

Browse files
Files changed (1) hide show
  1. README.md +118 -0
README.md CHANGED
@@ -1,3 +1,121 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ Predictive Maintenance Engine Dataset
5
+ Dataset Overview
6
+
7
+ This dataset contains engine sensor readings collected for predictive maintenance analysis. The objective is to develop machine learning models capable of identifying whether an engine is operating normally or requires maintenance intervention based on operational and thermal sensor measurements.
8
+
9
+ The dataset is designed to support predictive maintenance applications for various engine-driven systems including automobiles, portable generators, lawnmowers, and compact industrial machinery.
10
+
11
+ The sensor values represent realistic operational behavior across both small and large engine environments.
12
+
13
+ Business Problem
14
+
15
+ Unexpected engine failures can lead to:
16
+
17
+ Expensive repairs
18
+ Operational downtime
19
+ Reduced equipment lifespan
20
+ Safety risks
21
+ Productivity losses for fleet operators and manufacturers
22
+
23
+ Traditional maintenance strategies are often reactive or based on fixed schedules, which may either:
24
+
25
+ miss early warning signs of failure, or
26
+ lead to unnecessary servicing costs.
27
+
28
+ This dataset enables the development of machine learning solutions that support proactive maintenance scheduling using engine telemetry and sensor analytics.
29
+
30
+ Objective
31
+
32
+ The primary objective is to predict engine condition using sensor data and classify whether an engine:
33
+
34
+ is operating normally, or
35
+ requires maintenance attention.
36
+
37
+ The dataset supports supervised machine learning classification tasks for predictive maintenance systems.
38
+
39
+ Dataset Features
40
+ Feature Name Description
41
+ Engine rpm Engine rotational speed measured in revolutions per minute (RPM)
42
+ Lub oil pressure Lubricating oil pressure responsible for reducing engine friction
43
+ Fuel pressure Fuel delivery pressure influencing combustion efficiency
44
+ Coolant pressure Cooling system pressure used for thermal regulation
45
+ lub oil temp Lubricating oil temperature affecting lubrication quality
46
+ Coolant temp Engine coolant temperature used to monitor overheating conditions
47
+ Engine Condition Target variable representing engine health condition (0 = Normal, 1 = Maintenance Required/Faulty)
48
+ Target Variable
49
+
50
+ The target variable is:
51
+
52
+ Engine Condition
53
+
54
+ Classification labels:
55
+
56
+ 0 → Normal engine operation
57
+ 1 → Engine requires maintenance / faulty condition
58
+ Intended Use
59
+
60
+ This dataset is intended for:
61
+
62
+ Predictive maintenance modeling
63
+ Binary classification tasks
64
+ Sensor analytics research
65
+ Machine learning experimentation
66
+ Automotive maintenance optimization
67
+ Fleet management analytics
68
+
69
+ Possible algorithms include:
70
+
71
+ Decision Trees
72
+ Random Forest
73
+ Gradient Boosting
74
+ AdaBoost
75
+ XGBoost
76
+ Deep Learning models
77
+ Machine Learning Applications
78
+
79
+ Potential applications include:
80
+
81
+ Real-time engine monitoring systems
82
+ Maintenance scheduling optimization
83
+ Fleet reliability analysis
84
+ Failure risk prediction
85
+ Intelligent maintenance alerts
86
+ Data Characteristics
87
+ Structured tabular dataset
88
+ Numerical sensor readings
89
+ Binary classification target
90
+ Suitable for supervised learning
91
+ Appropriate for ensemble learning techniques
92
+ Expected Insights
93
+
94
+ The dataset can help identify:
95
+
96
+ overheating patterns,
97
+ lubrication-related anomalies,
98
+ pressure instability,
99
+ abnormal operational conditions,
100
+ and sensor relationships associated with engine degradation.
101
+ Limitations
102
+ The dataset does not include timestamp-based sequential behavior.
103
+ External environmental variables are not included.
104
+ Failure severity levels beyond binary classification are not provided.
105
+ Ethical Considerations
106
+
107
+ This dataset does not contain:
108
+
109
+ personally identifiable information,
110
+ user-sensitive data,
111
+ or confidential operational records.
112
+
113
+ The dataset is intended purely for educational, research, and predictive maintenance modeling purposes.
114
+
115
+ Citation
116
+
117
+ If using this dataset for academic or educational purposes, please cite the corresponding project repository or submission.
118
+
119
+ Maintainer
120
+
121
+ Dataset maintained as part of a Predictive Maintenance Machine Learning Capstone Project.