Open jerome-plumecoq opened 3 years ago
Hello, There have same problem under scikit-learn 0.24.0 (or 0.24.1) with pyod 0.8.6.
Also having same issue with scikit-learn 0.24.1 and pyod 0.8.6
from pyod.models.combination import aom, moa
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-17-6ede6bd12bb9> in <module>
----> 1 from pyod.models.combination import aom, moa
~\Anaconda3\lib\site-packages\pyod\models\combination.py in <module>
8 from __future__ import print_function
9
---> 10 from combo.models.score_comb import aom as combo_aom
11 from combo.models.score_comb import moa as combo_moa
12 from combo.models.score_comb import average as combo_average
~\Anaconda3\lib\site-packages\combo\models\score_comb.py in <module>
14 from sklearn.utils.extmath import weighted_mode
15 from sklearn.utils.random import sample_without_replacement
---> 16 from sklearn.utils.testing import assert_equal
17 from sklearn.utils.multiclass import check_classification_targets
18
ModuleNotFoundError: No module named 'sklearn.utils.testing'
as suggested, please update combo library to 0.1.2
pip install combo --upgrade https://github.com/yzhao062/pyod/issues/276
Hello, With the newly released scikit-learn 0.24.0, FeatureBagging is unusable (pyod v0.8.5)
cf. #252