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

removed file too long

parent 0c56c7f4
No related branches found
No related tags found
No related merge requests found
Pipeline #3855 passed
...@@ -20,7 +20,7 @@ Classification: ...@@ -20,7 +20,7 @@ Classification:
multiclass_method: "oneVersusOne" multiclass_method: "oneVersusOne"
split: 0.4 split: 0.4
nb_folds: 2 nb_folds: 2
nb_class: 2 nb_class: 3
classes: classes:
type: ["monoview", "multiview"] type: ["monoview", "multiview"]
algos_monoview: ["adaboost",] algos_monoview: ["adaboost",]
......
...@@ -98,7 +98,8 @@ def save_results(classifier, labels_dictionary, string_analysis, views, classifi ...@@ -98,7 +98,8 @@ def save_results(classifier, labels_dictionary, string_analysis, views, classifi
""" """
labels_set = set(labels_dictionary.values()) labels_set = set(labels_dictionary.values())
logging.info(string_analysis) logging.info(string_analysis)
views_string = "-".join(views) # views_string = "-".join(views)
views_string = "mv"
labels_string = "-".join(labels_set) labels_string = "-".join(labels_set)
timestr = time.strftime("%Y_%m_%d-%H_%M_%S") timestr = time.strftime("%Y_%m_%d-%H_%M_%S")
cl_type_string = classifier.short_name cl_type_string = classifier.short_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment