diff --git a/evaluation.py b/evaluation.py index 3e59ebe..f7e7a5a 100644 --- a/evaluation.py +++ b/evaluation.py @@ -23,4 +23,5 @@ with open('evaluation_acuraccy.txt') as f: plt.xlabel('Build') plt.xticks(range(1, len(scores) + 1)) plt.ylabel('Accuraccy') - plt.show() \ No newline at end of file + plt.show() + plt.savefig('accuraccy.png') \ No newline at end of file