Zaktualizuj 'evaluation.py'

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

View File

@ -23,4 +23,5 @@ with open('evaluation_acuraccy.txt') as f:
plt.xlabel('Build') plt.xlabel('Build')
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')