MLBazaar / MLPrimitives

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

Improve feature_extractor primitives #183

Closed csala closed 5 years ago

csala commented 5 years ago

The current feature_extractor primitives have a very limited functionality when it comes to detecting which features to process. This should be improved so that each one of them works specifically on their intended type of column.

Also add a boolean fixed keep argument to indicate whether the original columns should be kept or removed from X.