replace is_estimator_stateless with estimator_requires_fit
Compare changes
@@ -19,7 +19,7 @@ from bob.bio.base.pipelines import (
@@ -147,7 +147,9 @@ def execute_pipeline_simple(
The actual code meant to check if an estimator requires fit or not while the function was named is_estimator_stateless.