prediction image update

This commit is contained in:
Pawel Sarkowicz
2026-03-29 09:40:34 -04:00
parent 01807be17d
commit 4ca8bb2134
13 changed files with 129 additions and 10838 deletions

View File

@@ -367,6 +367,7 @@
" ax.set_title(f'{model_name}: Residual Plot', fontsize=14)\n",
"\n",
" plt.tight_layout()\n",
" plt.savefig(f'../images/05_predictive_modelling/{model_name.lower().replace(\" \", \"_\")}_predictions.png', dpi=150, bbox_inches='tight')\n",
" plt.show()\n",
"\n",
"\n",
@@ -398,6 +399,7 @@
" plt.suptitle('') # Remove automatic title\n",
"\n",
" plt.tight_layout()\n",
" plt.savefig(f'../images/05_predictive_modelling/{model_name.lower().replace(\" \", \"_\")}_errors.png', dpi=150, bbox_inches='tight')\n",
" plt.show()\n"
]
},