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

Working Of Labelencoder In Sklearn

Say I have the following input feature: hotel_id = [1, 2, 3, 2, 3] This is a categorical feature w… Read more Working Of Labelencoder In Sklearn

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?