Open
Description
A cosmetic complaint:
It's not possible to instantiate a pipeline with a placeholder like in #12272 and grid-search the final estimator. If the final estimator is None
, there is no score
method and so GridSearchCV
refuses to run.
I'm not sure if this is worth fixing or how to most elegantly fix it, but it's a bit ugly.