Skip to content

Commit 7d7c797

Browse files
Jenil-Scclauss
andauthored
Updated name from lstm_prediction.py_tf to lstm_prediction.py and also imported keras (#4422)
* Updated name from lstm_prediction.py_lf to lstm_prediction.py and also imported keras * Edited the changes * tensorflow 2.5 is has shipped!!! * Update lstm_prediction.py * Update lstm_prediction.py * One blank line, not two? Co-authored-by: Christian Clauss <[email protected]>
1 parent 002c545 commit 7d7c797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: machine_learning/lstm/lstm_prediction.py_tf renamed to machine_learning/lstm/lstm_prediction.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"""
77
import numpy as np
88
import pandas as pd
9-
from keras.layers import LSTM, Dense
10-
from keras.models import Sequential
119
from sklearn.preprocessing import MinMaxScaler
10+
from tensorflow.keras.layers import LSTM, Dense
11+
from tensorflow.keras.models import Sequential
1212

1313
if __name__ == "__main__":
1414
"""

0 commit comments

Comments
 (0)