Skip to content

Commit

Permalink
print confusion option is true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan (Student) authored and Ragav Venkatesan (Student) committed Mar 17, 2017
1 parent 8c55e6a commit 9014a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yann/modules/resultor.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__( self, resultor_init_args, verbose = 1):
resultor_init_args["visualize"] = True

if not"print_confusion" in resultor_init_args.keys():
resultor_init_args["print_confusion"] = False
resultor_init_args["print_confusion"] = True

for item, value in resultor_init_args.iteritems():
if item == "root":
Expand Down

0 comments on commit 9014a1d

Please sign in to comment.