TutteInstitute / vectorizers

Vectorizers for a range of different data types
BSD 3-Clause "New" or "Revised" License
93 stars 23 forks source link

CategoricalColumnTransformer problems #128

Open jc-healy opened 1 year ago

jc-healy commented 1 year ago

I need to take some time to cover a broader set of usages: 1) When descriptor_column_name=None transform all remaining columns 2) Handle casting the values of all columns to strings to handle integer and timestamped columns 3) Broader set of unit tests.