Skip to content

Commit

Permalink
Update MRO in SVDD to satisfy scikit-learn#14884
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannz committed Feb 27, 2020
1 parent ceac3c1 commit cf6a8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/svm/_classes.py
Expand Up @@ -1324,7 +1324,7 @@ def probB_(self):
return self._probB


class SVDD(BaseLibSVM, OutlierMixin):
class SVDD(OutlierMixin, BaseLibSVM):
"""Support Vector Data Description (SVDD) for Unsupervised Outlier Detection.
Estimate the support of a high-dimensional distribution by finding the
Expand Down

0 comments on commit cf6a8ad

Please sign in to comment.