Skip to content
Snippets Groups Projects
Commit 045b87c9 authored by bbauvin's avatar bbauvin
Browse files

Corrected Mumbo's accuracy graph

parent 02257a59
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ def plotAccuracyByIter(scoresOnTainByIter, scoresOnTestByIter, features, classif ...@@ -30,7 +30,7 @@ def plotAccuracyByIter(scoresOnTainByIter, scoresOnTestByIter, features, classif
figure = plt.figure() figure = plt.figure()
ax1 = figure.add_subplot(111) ax1 = figure.add_subplot(111)
axes = figure.gca() axes = figure.gca()
axes.set_ylim([40,100]) axes.set_ylim([0.40,1.00])
titleString = "" titleString = ""
for view, classifierConfig in zip(features, classifierAnalysis): for view, classifierConfig in zip(features, classifierAnalysis):
titleString += "\n" + view + " : " + classifierConfig titleString += "\n" + view + " : " + classifierConfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment