MLBazaar / MLPrimitives

Primitives for machine learning and data science.
https://mlbazaar.github.io/MLPrimitives
MIT License
70 stars 38 forks source link

feature_extraction.CategoricalEncoder support dtype category #196

Closed csala closed 5 years ago

csala commented 5 years ago

CategoricalEncoder primitive works well with object columns but does not identify category columns as categories. This should be fixed.