Skip to content

Commit d4a16c1

Browse files
authored
Update lstm_prediction.py
1 parent b0f5b68 commit d4a16c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: machine_learning/lstm/lstm_prediction.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
import numpy as np
99
import pandas as pd
10+
from keras.layers import LSTM, Dense
11+
from keras.models import Sequential
1012
from sklearn.preprocessing import MinMaxScaler
11-
from tensorflow.keras.layers import LSTM, Dense
12-
from tensorflow.keras.models import Sequential
1313

1414
if __name__ == "__main__":
1515
"""

0 commit comments

Comments
 (0)