deep learning notebook, lots of fixes
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -363,6 +363,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",
|
||||
@@ -394,6 +395,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"
|
||||
]
|
||||
},
|
||||
|
||||
1303
notebooks/06_deep_learning.ipynb
Normal file
1303
notebooks/06_deep_learning.ipynb
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user