Update 'evaluate.py'
This commit is contained in:
parent
76b6684840
commit
abc357919f
@ -29,7 +29,7 @@ with open('eval_results.txt') as f:
|
||||
|
||||
plot = plt.plot(builds, scores)
|
||||
plt.xlabel('Build number')
|
||||
plt.xticks(range(1, len(scores) + 1))
|
||||
#plt.xticks(range(1, len(scores) + 1))
|
||||
plt.ylabel('Mean absolute error')
|
||||
plt.title('Model error by build')
|
||||
plt.savefig('error_plot.jpg')
|
||||
|
Loading…
Reference in New Issue
Block a user