Estefani Gaytan Nunez

upload

......@@ -93,6 +93,11 @@ if __name__ == '__main__':
plt.plot(scoresTable['f1-score'], 'bo--', label='F1', linewidth=1, markersize=6)
plt.plot(scoresTable['recall'], 'mo--', label='recall' , linewidth=1, markersize=6)
plt.plot(scoresTable['CV'], 'ro--', label='CV' , linewidth=1, markersize=6)
for k,v in dict(scoresTable).items():
for a,b in zip(range(64), v):
plt.text(a, float(b)+0.03, b[0:4], fontsize=5)
#print(a,b)
plt.legend(loc='upper left')
plt.xticks(range(64), list(scoresTable.index)[0:65], rotation=90, fontsize=8)
#plt.xticks(range(16),['run1', 'run2', 'run3', 'run4', 'run5', 'run6', 'run7', 'run1-NER(9)', 'run2-NER(10)', 'run3-NER(11)', 'run4-NER(12)', 'run5-NER(13)', 'run6-NER(14)', 'run7-NER(15)', 'run8-NER(16)'], rotation=90)
......

195 KB | W: | H:

221 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin