Predictive Maintenance Project consists of two parts :
Data Analytics : Development of machine learning to predict the future failure of routing machines like pumps.
Data visualization : web application based on R-shiny as a simple decision-making tool to make easier to use the predictive model.
Sensors_data: a time series dataset coming from sensors installed on each routing machine. Sensors_data describes the evolution of vibratory health indicators: temperature, and vibrations velocity of and acceleration. The sensors are connected to a remote server within a platform of Internet of Things. The sensors send the data every two hours with at least 200 observations. Time step between two consecutive observations is not regular but can't be more than two minutes.
History of failure events: failures history of the correspondent machine from 2014 to 2017.
With this predictive model, Mike will check the failure risk of each machine within *two days. The model will output the failure probability of each one of these machines. Next, he will select the machines with risk probability higher than a specific threshold. In order to have to have a peaceful weekend, Mike should prioritize those machines in a critical state and proceed maintenance to avoid any in the middle of his weekend :)

