Zaktualizuj 'evaluation.py'

This commit is contained in:
Szymon Jadczak 2022-05-01 20:06:52 +02:00
parent 9bdf7be638
commit a3c5996c9f

View File

@ -24,3 +24,4 @@ with open('evaluation_acuraccy.txt') as f:
plt.xticks(range(1, len(scores) + 1)) plt.xticks(range(1, len(scores) + 1))
plt.ylabel('Accuraccy') plt.ylabel('Accuraccy')
plt.show() plt.show()
plt.savefig('accuraccy.png')