mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Due to git error, move residual file to a git recognised folder
This commit is contained in:
parent
9705b511ed
commit
381c80a81a
1 changed files with 2 additions and 0 deletions
|
|
@ -145,6 +145,8 @@ def training(
|
|||
plt.tight_layout()
|
||||
RESIDUAL_FILE = "residuals.png"
|
||||
plt.savefig(output_base / METRICS_FOLDER / RESIDUAL_FILE, dpi=120)
|
||||
plt.savefig(RESIDUAL_FILE, dpi=120)
|
||||
|
||||
|
||||
# TODO: introduce a seperate script for model optimisation, and from there, optimise for deployment
|
||||
# Imagining for now that the model trained here is the best model amongst all models built
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue