shane-kercheval / oo-learning

Python machine learning library based on Object Oriented design principles; the goal is to allow users to quickly explore data and search for top machine learning algorithm candidates for a given dataset
MIT License
1 stars 0 forks source link

Imputation Transformers should have the ability include (only) or exclude specific columns. #22

Closed shane-kercheval closed 6 years ago

shane-kercheval commented 6 years ago

For example, when using ImputationTransformer, some columns may need to be imputed differently than others.