Encoding Categorical Data
Encoding categorical variables is an important step in preprocessing for buillding a statistical model in data science. Because most of the machine learning algoriths donot work (well) with categorical data directly but rather in numeric form. The ca...
hanhhoang.hashnode.dev3 min read