Due to git error, move residual file to a git recognised folder

This commit is contained in:
Michael Duong 2023-08-19 14:47:34 +00:00
parent 9705b511ed
commit 381c80a81a

View file

@ -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