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

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 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?