Skip to content

Commit 6ff07f0

Browse files
committed
organize into LSTM folder
1 parent 7ab37ab commit 6ff07f0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

LSTM_airplane_forcast.ipynb LSTM/LSTM_airplane_forcast.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"import pandas as pd\n",
6767
"import matplotlib.pyplot as plt\n",
6868
"\n",
69-
"data_csv = pd.read_csv('./dataset/airplane_data.csv',usecols=[1])\n",
69+
"data_csv = pd.read_csv('../dataset/airplane_data.csv',usecols=[1])\n",
7070
"plt.plot(data_csv)"
7171
]
7272
},

0 commit comments

Comments
 (0)