Seriesly Hot
Zeiss Hackathon 2019 - Data Science in the Nano Age
Solution to Challenge 4 - Predictive filter maintenance based on time series data of CPU temperatures.
Team Members:
- Martin Creutzenberg
- Mark Dekker
- Andreas Kröpelin
- Isabel Povoa
- Viola Schneider
What we achieved
Evaluated a variety of a cloud architectures for the temparature data pipeline and prediction services. A quick overview can be found here.
As you can see in the last page, from the azure services, we attached the Azure Blob Storage to Azure Databricks, deployed a model from Databricks to an Azure Container Instance and used static files to render the statistics and the model from the Azure Container Instance.
Created a user interaction concept where the line manager responsible for the affected machines is notified by an email such as this that a given machine is in need of maintenance and why this is important.
Data exploration, both by exporting the data to influxDB and and exploring it in Grafana. Additionally the data was transformed and processed with pandas dataframes to look for deeper patterns in the data. This work can be found here.

- Finally a variety of machine learning models were trained to try and predict imminent failures. The techniques attempted were SVMs, Random Forests, A basic Perceptron Neural Net and LSTM Neural Net. None of them produced promising results though.

Log in or sign up for Devpost to join the conversation.