Implementation of predictive maintenance for Azure Machine Learning in Python.
utils.py: methods to generate features, labels and normalize data
Model Building.ipynb: evaluation of different models on regression (how many more cycle to failure) and classification (will it fail in certain window size) tasks
- Try ARIMA model
- Try LSTM