↧
Answer by petezurich for What is the need of converting integer encoding to...
If you encode i.e. categorical variables A, B, C to integers 1, 2, 3 many classifiers will «assume» that A (=1) is less than B (=2) or C (=3). This simply is a wrong assumption about the relationship...
View ArticleWhat is the need of converting integer encoding to binary encoding?
What is the need of converting integer encoding to binary encoding? I have checked different websites, textbooks but couldn't get what exactly it does and what is the need. We have categorical data and...
View Article