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

Multiclass interpretation removal

parent 3a558b81
Branches
No related tags found
No related merge requests found
......@@ -171,8 +171,10 @@ class MultiClassWrapper:
return self.estimator.get_config()
def get_interpretation(self, output_file_name=None, y_test=None):
return self.estimator.get_interpretation(output_file_name, y_test,
multi_class=True)
# return self.estimator.get_interpretation(output_file_name, y_test,
# multi_class=True)
# TODO : Multiclass interpretation
return "Multiclass wrapper is not interpretable yet"
class MonoviewWrapper(MultiClassWrapper):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment