Skip to content Skip to sidebar Skip to footer
Showing posts with the label Feature Engineering

Creating New Column Based On Whether The Letter 'l' Or 'l' Is In The String Of Another Column

I am working with the Open Food Facts dataset which is very messy. There is a column called quantit… Read more Creating New Column Based On Whether The Letter 'l' Or 'l' Is In The String Of Another Column

How Do I Get Feature Importances For Decision Tree Pipeline That Has Preprocessing And Classification Steps?

I'm trying to fit Decision Tree model on UCI Adult dataset. I built the following pipeline to d… Read more How Do I Get Feature Importances For Decision Tree Pipeline That Has Preprocessing And Classification Steps?