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

fusion with mc

parent e9c31f6e
Branches
Tags
No related merge requests found
...@@ -9,7 +9,7 @@ class BaseFusionClassifier(): ...@@ -9,7 +9,7 @@ class BaseFusionClassifier():
def init_monoview_estimator(self, classifier_name, classifier_config, def init_monoview_estimator(self, classifier_name, classifier_config,
classifier_index=None, multiclass=False): classifier_index=None, multiclass=False):
if classifier_index is not None: if classifier_index is not None:
if classifier_config is not None: if classifier_config is not None and classifier_name in classifier_config:
classifier_configs = classifier_config[classifier_name] classifier_configs = classifier_config[classifier_name]
else: else:
classifier_configs = None classifier_configs = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment