replace is_estimator_stateless with estimator_requires_fit
Compare changes
+ 6
− 10
@@ -73,7 +73,7 @@ class DummyTransformer(TransformerMixin, BaseEstimator):
@@ -110,8 +110,6 @@ class DummyWithTags(DummyTransformer):
@@ -136,8 +134,6 @@ class DummyWithTagsNotData(DummyTransformer):
@@ -165,8 +161,6 @@ class DummyWithDask(DummyTransformer):
@@ -454,9 +448,11 @@ def test_failing_checkpoint_transformer():
@@ -546,7 +542,7 @@ def test_checkpoint_fittable_sample_transformer():