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.
1 parent 35d7af9 commit 182dc6eCopy full SHA for 182dc6e
imblearn/utils/estimator_checks.py
@@ -41,6 +41,7 @@ def _yield_sampler_checks(name, Estimator):
41
yield check_samplers_sampling_strategy_fit_resample
42
yield check_samplers_sparse
43
yield check_samplers_pandas
44
+ yield check_samplers_list
45
yield check_samplers_multiclass_ova
46
yield check_samplers_preserve_dtype
47
yield check_samplers_sample_indices
0 commit comments