mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
remove residual output at base folder
This commit is contained in:
parent
53fa286f17
commit
a95795c1f9
1 changed files with 4 additions and 1 deletions
|
|
@ -145,7 +145,10 @@ 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: for cml, we might want to have class that outputs all data and plots to add to the report
|
||||
# If we want residual plot/ any plots, we will need to self host
|
||||
# plt.savefig(RESIDUAL_FILE, dpi=120)
|
||||
|
||||
|
||||
# TODO: introduce a seperate script for model optimisation, and from there, optimise for deployment
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue