Skip to content

Commit

Permalink
removed unneeded print
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Oct 1, 2017
1 parent 6eabef9 commit 0f81466
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions surprise/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ def __init__(self, algo_class, param_grid, measures=['rmse', 'mae'],
self.param_combinations = [dict(zip(param_grid, v)) for v in
product(*param_grid.values())]

print(self.param_combinations)

def evaluate(self, data):
"""Runs the grid search on dataset.
Expand Down

0 comments on commit 0f81466

Please sign in to comment.