Skip to content

Commit

Permalink
Update gp_deap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiever authored Apr 6, 2017
1 parent 2301fcc commit c44e79b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tpot/gp_deap.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ def run(self):
warnings.simplefilter('ignore')
self.result = cross_val_score(*self.args, **self.kwargs)
except Exception as e:
#print(e) # for debug use
pass

def _wrapped_cross_val_score(sklearn_pipeline, features, classes,
Expand Down

0 comments on commit c44e79b

Please sign in to comment.