Update notebook.ipynb

pull/322/head
KLN888 4 years ago committed by GitHub
parent 4bd1de1e33
commit dd17aae001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1004,9 +1004,9 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 19, "execution_count": 20,
"source": [ "source": [
"if(HORIZON == 1):\n", "if(HORIZON+1 == 1):\n",
" ## Plotting single step forecast\n", " ## Plotting single step forecast\n",
" eval_df.plot(x='timestamp', y=['actual', 'prediction'], style=['r', 'b'], figsize=(15, 8))\n", " eval_df.plot(x='timestamp', y=['actual', 'prediction'], style=['r', 'b'], figsize=(15, 8))\n",
"\n", "\n",
@ -1073,7 +1073,7 @@
"language_info": { "language_info": {
"codemirror_mode": { "codemirror_mode": {
"name": "ipython", "name": "ipython",
"version": 3 "version": 3.8.1
}, },
"file_extension": ".py", "file_extension": ".py",
"mimetype": "text/x-python", "mimetype": "text/x-python",
@ -1096,4 +1096,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 2 "nbformat_minor": 2
} }

Loading…
Cancel
Save