Skip to content

Commit

Permalink
update along with PyOD
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 committed Oct 2, 2021
1 parent 798fc74 commit f21c3cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions combo/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@
from sklearn.utils.multiclass import check_classification_targets

from .sklearn_base import _pprint
from pyod.utils.utility import _get_sklearn_version

if _get_sklearn_version() > 20:
from inspect import signature
else:
from sklearn.externals.funcsigs import signature
from inspect import signature


class BaseAggregator(ABC):
Expand Down

0 comments on commit f21c3cf

Please sign in to comment.