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

Removed prints

parent c62f8b70
Branches bugs_i686
Tags
No related merge requests found
......@@ -97,11 +97,6 @@ def exec_monoview(directory, X, Y, name, labels_names, classification_indices,
random_state)
classifier.fit(X_train, y_train) # NB_CORES=nbCores,
print(y_train)
print(X_train[:, 6])
print(X_train[:, 6]<=41.0)
quit()
print(X_test.shape)
logging.debug("Done:\t Training")
logging.debug("Start:\t Predicting")
......
......@@ -79,7 +79,6 @@ def pass_default_config(log=True,
:param hps_iter:
:return:
"""
print(locals()["name"])
args = dict((key, value) for key, value in locals().items() if key !="kwargs")
args = dict(args, **kwargs)
return args
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment