From 23faaa4125dc4784bd9f47a07745d3e47abecda6 Mon Sep 17 00:00:00 2001 From: goeunchae <105789590+goeunchae@users.noreply.github.com> Date: Thu, 1 Dec 2022 14:34:32 +0900 Subject: [PATCH] Update utils.py --- utils.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 43edd1b..af78227 100644 --- a/utils.py +++ b/utils.py @@ -106,4 +106,6 @@ def get_plot(result_df): ax[i].legend() plt.title('Actual Values vs. Predicted Values') - plt.show() \ No newline at end of file + plt.savefig('Actual vs Predicted Plot') + + plt.show()