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

Culster quick test

parent ec634f33
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,7 @@ class ColumnGenerationClassifier(BaseEstimator, ClassifierMixin, BaseBoost): ...@@ -59,6 +59,7 @@ class ColumnGenerationClassifier(BaseEstimator, ClassifierMixin, BaseBoost):
w= None w= None
self.collected_weight_vectors_ = {} self.collected_weight_vectors_ = {}
self.collected_dual_constraint_violations_ = {} self.collected_dual_constraint_violations_ = {}
print("Begin")
for k in range(min(n, self.n_max_iterations if self.n_max_iterations is not None else np.inf)): for k in range(min(n, self.n_max_iterations if self.n_max_iterations is not None else np.inf)):
beg=time.time() beg=time.time()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment