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

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?

KMeans Clustering Unbalanced Data

I have a set of data with 50 features (c1, c2, c3 ...), with over 80k rows. Each row contains norma… Read more KMeans Clustering Unbalanced Data