AdarshRL commited on
Commit
15f9a7a
·
verified ·
1 Parent(s): c321d7e

Create README.md

Browse files

- `Engine_RPM`: The number of revolutions per minute (RPM) of the engine, indicating engine speed. It is defined in Revolutions per Minute (RPM).
- `Lub_Oil_Pressure`: The pressure of the lubricating oil in the engine, essential for reducing friction and wear. It is defined in bar or kilopascals (kPa)
- `Fuel_Pressure`: The pressure at which fuel is supplied to the engine, critical for proper combustion. It is defined in bar or kilopascals (kPa)
- `Coolant_Pressure`: The pressure of the engine coolant, affecting engine temperature regulation. It is defined in bar or kilopascals (kPa)
- `Lub_Oil_Temperature`: The temperature of the lubricating oil, which impacts viscosity and engine performance. It is defined in degrees Celsius (°C)
- `Coolant_Temperature`: The temperature of the engine coolant, crucial for preventing overheating. It is defined in degrees Celsius (°C)
- `Engine_Condition`: A categorical or numerical label representing the health of the engine, potentially indicating normal operation or various levels of wear and failure risks. It is defined as a categorical variable (0/1) representing a state such as "0 = Off/False/Active" and "1 = On/True/Faulty"

Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - sales,
7
+ - engines
8
+ - predictive_maintenance
9
+ ---