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:
multiclass_method: "oneVersusOne"
split: 0.4
nb_folds: 2
nb_class: 2
nb_class: 3
classes:
type: ["monoview", "multiview"]
algos_monoview: ["adaboost",]
......
......@@ -98,7 +98,8 @@ def save_results(classifier, labels_dictionary, string_analysis, views, classifi
"""
labels_set = set(labels_dictionary.values())
logging.info(string_analysis)
views_string = "-".join(views)
# views_string = "-".join(views)
views_string = "mv"
labels_string = "-".join(labels_set)
timestr = time.strftime("%Y_%m_%d-%H_%M_%S")
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