Skip to content

Retrieving the number of predictors used by an autosklearn.estimators.AutoSklearnClassifier object  #782

@vlagani

Description

@vlagani

Hello,

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.

Kind regards,

Vincenzo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions