Elevator Predictive Maintenance Dataset
Elevator predictive maintenance datasets from Huawei German Research Center
@kaggle.shivamb_elevator_predictive_maintenance_dataset
Elevator predictive maintenance datasets from Huawei German Research Center
@kaggle.shivamb_elevator_predictive_maintenance_dataset
Datasets from a variety of IoT sensors for predictive maintenance in the elevator industry. The data is useful for predictive maintenance of elevators doors in order to reduce unplanned stops and maximize equipment life cycle.
The dataset contains operation data, in the form of time series sampled at 4Hz in high-peak and evening elevator usage in a building (between 16:30 and 23:30). For an elevator car door the system we consider: Electromechanical sensors (Door Ball Bearing Sensor), Ambiance (Humidity), and Physics (Vibration).
Target: Vibration (predict the absolute value of vibration)
Cristian Axenie; Stefano Bortoli,
https://zenodo.org/record/3653909
CREATE TABLE predictive_maintenance_dataset (
"id" BIGINT,
"revolutions" DOUBLE,
"humidity" DOUBLE,
"vibration" DOUBLE,
"x1" DOUBLE,
"x2" DOUBLE,
"x3" DOUBLE,
"x4" DOUBLE,
"x5" DOUBLE
);Anyone who has the link will be able to view this.