From 851e05426264be006d127bc64589c73a6fce2ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Est=C3=A8ve?= Date: Wed, 25 Jan 2023 17:12:50 +0100 Subject: [PATCH] MNT Remove allowed type for check_parameters_default_constructible --- sklearn/utils/estimator_checks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sklearn/utils/estimator_checks.py b/sklearn/utils/estimator_checks.py index 3c9f6371e0a1e..34067536f130a 100644 --- a/sklearn/utils/estimator_checks.py +++ b/sklearn/utils/estimator_checks.py @@ -3298,7 +3298,6 @@ def param_filter(p): type(None), type, types.FunctionType, - joblib.Memory, } # Any numpy numeric such as np.int32. allowed_types.update(np.core.numerictypes.allTypes.values())