Skip to content
Snippets Groups Projects
Commit 14b20b63 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Added teoretical bound respect check

parent 790d14ba
Branches
No related tags found
No related merge requests found
......@@ -76,11 +76,6 @@ class ColumnGenerationClassifierQar(BaseEstimator, ClassifierMixin, BaseBoost):
voter_perf = self.compute_voter_perf(formatted_y)
# if epsilon == 0. or math.log((1 - epsilon) / epsilon) == math.inf:
# self.chosen_columns_.pop()
# self.break_cause = " epsilon was too small."
# break
self.compute_voter_weight(voter_perf)
self.update_example_weights(formatted_y)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment