Estefani Gaytan Nunez

upload

......@@ -89,8 +89,8 @@ if __name__ == '__main__':
plt.rcParams.update()
plt.grid()
plt.plot(scoresTable['precision'],'co--', label='precision', linewidth=1, markersize=6)
plt.plot(scoresTable['f1-score'], 'mo--', label='F1', linewidth=1, markersize=6)
plt.plot(scoresTable['recall'], 'go--', label='recall' , linewidth=1, markersize=6)
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)
plt.legend(loc='upper left')
plt.xticks(range(64), list(scoresTable.index)[0:65], rotation=90, fontsize=8)
......

191 KB | W: | H:

187 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin