Skip to content
Snippets Groups Projects
Commit 5b0a665a authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

remove print

parent a7abdf36
No related branches found
No related tags found
No related merge requests found
......@@ -388,7 +388,6 @@ class CombinedModelSelector(object):
score_function(predictor) * weight
for (score_function, weight) in score_functions_and_weights
])
print("Combining scores", scores)
return scores.sum()
return score
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment