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

Corrected some errors and added n_stumps option

parent 6380eef5
Branches
Tags
No related merge requests found
...@@ -140,7 +140,6 @@ class ColumnGenerationClassifierQar(BaseEstimator, ClassifierMixin, BaseBoost): ...@@ -140,7 +140,6 @@ class ColumnGenerationClassifierQar(BaseEstimator, ClassifierMixin, BaseBoost):
# Find best weak hypothesis given example_weights. Select the one that has the lowest minimum # Find best weak hypothesis given example_weights. Select the one that has the lowest minimum
# C-bound with the previous vote or the one with the best weighted margin # C-bound with the previous vote or the one with the best weighted margin
if self.c_bound_choice: if self.c_bound_choice:
sol, new_voter_index = self._find_new_voter(y_kernel_matrix, y) sol, new_voter_index = self._find_new_voter(y_kernel_matrix, y)
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment