one-hot-encoding or one-out-of-N encoding, also known as dummy variables.
The way of representing categorical data is known as one-hot encoding or dummy variables. Because we cannot proceed with categorical data like a machine learning model, it does not understand text data; it only understands numerical data.
And we cann...
dev-aaryan.hashnode.dev2 min read