Skip to content

Commit 5984126

Browse files
Ajit Kumar SinghAjit Kumar Singh
Ajit Kumar Singh
authored and
Ajit Kumar Singh
committed
adding code
1 parent 63e4474 commit 5984126

3 files changed

+2368
-17
lines changed

Time_Series_Forecasting_With_LSTMs.ipynb

+8-8
Original file line numberDiff line numberDiff line change
@@ -873,14 +873,14 @@
873873
}
874874
],
875875
"source": [
876-
" plt.figure(figsize=(12,4))\n",
877-
" plt.title('Beer, Wine, and Alcohol Sales')\n",
878-
" plt.ylabel('Sales (millions of dollars)')\n",
879-
" plt.grid(True)\n",
880-
" plt.autoscale(axis='x',tight=True)\n",
881-
" plt.plot(df['S4248SM144NCEN'])\n",
882-
" plt.plot(x,true_prediction)\n",
883-
" plt.show()"
876+
"plt.figure(figsize=(12,4))\n",
877+
"plt.title('Beer, Wine, and Alcohol Sales')\n",
878+
"plt.ylabel('Sales (millions of dollars)')\n",
879+
"plt.grid(True)\n",
880+
"plt.autoscale(axis='x',tight=True)\n",
881+
"plt.plot(df['S4248SM144NCEN'])\n",
882+
"plt.plot(x,true_prediction)\n",
883+
"plt.show()"
884884
]
885885
},
886886
{

0 commit comments

Comments
 (0)