shankarpandala / lazypredict

Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
MIT License
2.87k stars 333 forks source link

Remove unused ColumnTransformer #340

Closed brendalf closed 3 years ago

brendalf commented 3 years ago

If the input features don't have any numeric features or any categorical features, we shouldn't create column transformers for those types of features.

I guess this should close #339.