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

Removed prints

parent 7fff8a6f
Branches
Tags
No related merge requests found
......@@ -337,7 +337,6 @@ class ColumnGenerationClassifierQar(BaseEstimator, ClassifierMixin, BaseBoost):
self_complemented=self.self_complemented)
self.estimators_generator.fit(X, y)
self.classification_matrix = self._binary_classification_matrix(X)
print(np.unique(y), np.unique(self.classification_matrix))
self.train_shape = self.classification_matrix.shape
m, n = self.classification_matrix.shape
......
......@@ -15,7 +15,7 @@ def parseTheArgs(arguments):
parser = argparse.ArgumentParser(
description='This file is used to benchmark the scores fo multiple classification algorithm on multiview data.',
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
formatter_class=argparse.ArgumentDefaultsHelpFormatter,)
groupStandard = parser.add_argument_group('Standard arguments')
groupStandard.add_argument('-log', action='store_true', help='Use option to activate logging to console')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment