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

myucombo interpret

parent cf04f1ff
No related branches found
No related tags found
No related merge requests found
......@@ -42,3 +42,7 @@ class MuCumbo(BaseMultiviewClassifier, MuCumboClassifier):
numpy_X, view_limits = X.to_numpy_array(example_indices=example_indices,
view_indices=view_indices)
return MuCumboClassifier.predict(self, numpy_X)
def get_interpretation(self, directory, base_file_name, labels,
multiclass=False):
return ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment