8000
Some estimator checks on meta-estimators are not invalid #20217
Labels
module:test-suite
everything related to our tests
Now that we are trying to move meta-estimators to delegate validation to inner estimators, I think that some estimator checks are invalid for meta-estimators. For example,
check_complex_data
on a meta-estimator that delegates validation, actually checks that the inner estimator is validating. Should we skip the input validation checks for meta-estimators?CC @ogrisel
XREF #20205
The text was updated successfully, but these errors were encountered: