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
in my understanding, auto-sklearn also optimizes over different feature selection algorithms. This should mean that during prediction an autosklearn.estimators.AutoSklearnClassifier object may use fewer predictors than the ones included in the original dataset. This is because the preprocessor step of each single model included in the ensemble may pre-select a subset of the features passed in input.
I wonder if there is an easy way for counting the number of predictors actually used by an autosklearn.estimators.AutoSklearnClassifier object.