@ -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",
@ -1096,4 +1096,4 @@
"nbformat": 4,
"nbformat_minor": 2
}