We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1ccec8 + 45f8e23 commit a85299bCopy full SHA for a85299b
Orange/widgets/data/owoutliers.py
@@ -170,7 +170,7 @@ def commit(self):
170
inliers = outliers = None
171
self.n_inliers = self.n_outliers = None
172
if self.data is not None and len(self.data) > 0:
173
- if self.data.Y.ndim > 1:
+ if self.data.Y.ndim > 1 and self.data.Y.shape[1] > 1:
174
self.Error.multiclass_error()
175
else:
176
inliers, outliers = self._get_outliers()
0 commit comments