Estefani Gaytan Nunez

upload

......@@ -97,18 +97,18 @@ if __name__ == '__main__':
plt.grid()
plt.plot(scoresTable['precision'],'co--', label='precision', linewidth=1, markersize=4)
x,y = maxPoint(scoresTable['precision'])
plt.plot(x, y, 'o', markersize=10)
plt.plot(x, y, 'co', markersize=13)
plt.plot(scoresTable['f1-score'], 'bo--', label='F1', linewidth=1, markersize=4)
x,y = maxPoint(scoresTable['f1-score'])
plt.plot(x, y, 'o', markersize=10)
plt.plot(x, y, 'bo', markersize=13)
plt.plot(scoresTable['recall'], 'mo--', label='recall' , linewidth=1, markersize=4)
x,y = maxPoint(scoresTable['recall'])
plt.plot(x, y, 'o', markersize=10)
plt.plot(x, y, 'mo', markersize=13)
plt.plot(scoresTable['CV'], 'ro--', label='CV' , linewidth=1, markersize=4)
x,y = maxPoint(scoresTable['CV'])
plt.plot(x, y, 'o', markersize=10)
plt.plot(x, y, 'ro', markersize=13)
for k,v in dict(scoresTable).items():
for a,b in zip(range(64), v):
......

228 KB | W: | H:

229 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin