Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Jan 22, 2021
1 parent 16671b7 commit 7c73658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervised/model_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def train(self, model_path):
)

if self.params.get("injected_sample_weight", False):
print("Dont use sample weight in model evaluation")
#print("Dont use sample weight in model evaluation")
sample_weight = None
sample_weight_validation = None

Expand Down

0 comments on commit 7c73658

Please sign in to comment.