Skip to content Skip to sidebar Skip to footer
Showing posts with the label Categorical Data

How To Reverse Label Encoder From Sklearn For Multiple Columns?

I would like to use the inverse_transform function for LabelEncoder on multiple columns. This is th… Read more How To Reverse Label Encoder From Sklearn For Multiple Columns?

Reduce Number Of Levels For Large Categorical Variables

Are there some ready to use libraries or packages for python or R to reduce the number of levels fo… Read more Reduce Number Of Levels For Large Categorical Variables

How To Check For Correlation Among Continuous And Categorical Variables?

I have a dataset including categorical variables(binary) and continuous variables. I'm trying t… Read more How To Check For Correlation Among Continuous And Categorical Variables?