Predictive-Maintenance-using-LSTM icon indicating copy to clipboard operation
Predictive-Maintenance-using-LSTM copied to clipboard

Example of Multiple Multivariate Time Series Prediction with LSTM Recurrent Neural Networks in Python with Keras.

Results 1 Predictive-Maintenance-using-LSTM issues
Sort by recently updated
recently updated
newest added

KeyError Traceback (most recent call last) [](https://localhost:8080/#) in () 1 # summarize history for Accuracy 2 fig_acc = plt.figure(figsize=(10, 10)) ----> 3 plt.plot(history.history['acc']) 4 plt.plot(history.history['val_acc']) 5 plt.title('model accuracy') KeyError: 'acc'