evalml.preprocessing.number_of_features

evalml.preprocessing.number_of_features(dtypes)[source]

Get the number of features of each specific dtype in a DataFrame.

Parameters

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

Returns

dtypes and the number of features for each input type

Return type

pd.Series