Skip to content

Commit

Permalink
delete unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
王悦凝 authored and 王悦凝 committed Apr 17, 2019
1 parent e5d6ed8 commit 9a60d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuralizer/model_search_very_simplified.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def model_search(data,test_fraction,random_state,params,cumulative_time = 0.0,re
else:
pass
f.write("The best_R for now is %0.4f and combination is %s "% (best_R,best_param))
print("best R for the combination %s with %d hidden layer is %0.4f" % (best_param,layer,best_R))
print("best R for the combination %s with %d hidden layer is %0.4f" % (best_param,layers,best_R))
run_once = 1

iteration_n += 1
Expand Down

0 comments on commit 9a60d11

Please sign in to comment.