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()