evalml.preprocessing.number_of_features

evalml.preprocessing.number_of_features(dtypes)[source]

Get the number of features for specific dtypes.

Parameters

dtypes (pd.Series) – dtypes to get the number of features for

Returns

dtypes and the number of features for each input type

Return type

pd.Series