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

MinCQ train time

parent e1707216
No related branches found
No related tags found
No related merge requests found
...@@ -332,7 +332,7 @@ class MinCQGraalpy(RegularizedBinaryMinCqClassifier, BaseMonoviewClassifier): ...@@ -332,7 +332,7 @@ class MinCQGraalpy(RegularizedBinaryMinCqClassifier, BaseMonoviewClassifier):
def getInterpret(self, directory, y_test): def getInterpret(self, directory, y_test):
interpret_string = "Cbound on train :"+str(self.train_cbound) interpret_string = "Cbound on train :"+str(self.train_cbound)
np.savetxt(directory+"times.csv", np.array(self.train_time)) np.savetxt(directory+"times.csv", np.array([self.train_time, 0]))
# interpret_string += "Train C_bound value : "+str(self.cbound_train) # interpret_string += "Train C_bound value : "+str(self.cbound_train)
# y_rework = np.copy(y_test) # y_rework = np.copy(y_test)
# y_rework[np.where(y_rework==0)] = -1 # y_rework[np.where(y_rework==0)] = -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment