Feature Encoding Techniques – Machine Learning
Introduction- In machine learning, the input data or the learning dataset is in a form of numerical data. But there can be many cases where these input datasets are categorial instead of numerical. Feature encoding is a popular method used to convert the categorial data into numerical format. Encoding categorical data allows the machine …