Python: one hot encoding pandas
Introduction to One-Hot Encoding When we want to convert categorical data into a numerical format we use One Hot encoding which can be understood by computer. In one hot encoding we create new binary columns for each unique value in categorical features. In one hot encoding we assign values like 0 or 1 to columns […]
Python: one hot encoding pandas Read More »