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 we can convert it to integer so far so good. However, what is the need for binary encoding?
I have check the answer at Why does one hot encoding improve machine learning performance? However, it's still not clear. It says we can get their own weights but wasn't that possible even if we had integer value?