Estefani Gaytan Nunez

upload

......@@ -88,12 +88,12 @@ if __name__ == '__main__':
plt.ylabel("score")
plt.rcParams.update()
plt.grid()
plt.plot(scoresTable['precision'],'o--', label='precision', linewidth=3, markersize=8)
plt.plot(scoresTable['f1-score'], 'o--', label='F1', linewidth=3, markersize=8)
plt.plot(scoresTable['recall'], 'o--', label='recall' , linewidth=3, markersize=8)
plt.plot(scoresTable['CV'], 'o--', label='CV' , linewidth=3, markersize=8)
plt.plot(scoresTable['precision'],'o--', label='precision', linewidth=1, markersize=8)
plt.plot(scoresTable['f1-score'], 'o--', label='F1', linewidth=1, markersize=8)
plt.plot(scoresTable['recall'], 'o--', label='recall' , linewidth=1, markersize=8)
plt.plot(scoresTable['CV'], 'o--', label='CV' , linewidth=1, markersize=8)
plt.legend(loc='lower right')
plt.xticks(range(64), list(scoresTable.index)[0:65], rotation=90)
plt.xticks(range(64), list(scoresTable.index)[0:65], rotation=90, fontsize=8)
#print(type(scoresTable.index))
#print(list(scoresTable.index))
#print(list(scoresTable.index)[0:64])
......

195 KB | W: | H:

162 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin