Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -93,5 +93,6 @@ if __name__ == '__main__': | ... | @@ -93,5 +93,6 @@ if __name__ == '__main__': |
93 | plt.plot(scoresTable['recall'], 'o--', label='recall' , linewidth=3, markersize=15) | 93 | plt.plot(scoresTable['recall'], 'o--', label='recall' , linewidth=3, markersize=15) |
94 | plt.plot(scoresTable['CV'], 'o--', label='CV' , linewidth=3, markersize=15) | 94 | plt.plot(scoresTable['CV'], 'o--', label='CV' , linewidth=3, markersize=15) |
95 | plt.legend(loc='lower right') | 95 | plt.legend(loc='lower right') |
96 | - plt.xticks(range(8),['run1', 'run2', 'run3', 'run4', 'run5', 'run6', 'run7', 'run8']) | 96 | + plt.xticks(range(8),['run1', 'run2', 'run3', 'run4', 'run5', 'run6', 'run7', 'run8', |
97 | + 'run1-NER(9)', 'run2-NER(10)', 'run3-NER(11)', 'run4-NER(12)', 'run5-NER(13)', 'run6-NER(14)', 'run7-NER(15)', 'run8-NER(16)']) | ||
97 | fig.savefig(imageName, bbox_inches='tight', pad_inches = 0.5) | 98 | fig.savefig(imageName, bbox_inches='tight', pad_inches = 0.5) | ... | ... |
-
Please register or login to post a comment