evalml.pipelines.components.OneHotEncoder.get_feature_names

OneHotEncoder.get_feature_names()[source]

Return feature names for the input features after fitting.

Returns

The feature names after encoding, provided in the same order as input_features.

Return type

np.array