You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should meta-estimators set n_features_in_ if the sub-estimator does not define it? For example, if the first step of a Pipeline does not have n_features_in_, should Pipeline try to set it and handle the validation?
I think it's strange that meta-estimators do not follow SLEP010 if the sub-estimator does not.