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",
"execution_count": 19,
"execution_count": 20,
"source": [
"if(HORIZON == 1):\n",
"if(HORIZON+1 == 1):\n",
" ## Plotting single step forecast\n",
" eval_df.plot(x='timestamp', y=['actual', 'prediction'], style=['r', 'b'], figsize=(15, 8))\n",
"\n",
@ -1073,7 +1073,7 @@
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
"version": 3.8.1
},
"file_extension": ".py",
"mimetype": "text/x-python",

Loading…
Cancel
Save