Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -162,7 +162,7 @@ if __name__ == "__main__": | ... | @@ -162,7 +162,7 @@ if __name__ == "__main__": |
162 | oFile.write(str(confusion_matrix(trueEvaluationClasses, y_pred)) + '\n') | 162 | oFile.write(str(confusion_matrix(trueEvaluationClasses, y_pred)) + '\n') |
163 | oFile.write('Classification report: \n') | 163 | oFile.write('Classification report: \n') |
164 | oFile.write(classification_report(trueEvaluationClasses, y_pred) + '\n') | 164 | oFile.write(classification_report(trueEvaluationClasses, y_pred) + '\n') |
165 | - if options.classifier == "Perceptron": | 165 | + #if options.classifier == "Perceptron": |
166 | oFile.write("{}".format(confidence_scores)) | 166 | oFile.write("{}".format(confidence_scores)) |
167 | 167 | ||
168 | print(" Saving test report done!") | 168 | print(" Saving test report done!") | ... | ... |
-
Please register or login to post a comment