What is the MOST effective way to encode this categorical feature into a numeric feature?
A medical device company is building a machine learning (ML) model to predict the likelihood of device recall based on customer data that the company collects from a plain text survey.One of the survey questions asks which medications the customer is taking.The data for this field contains the names of medications that customers enter manually.Customers misspell some of the medication names.The column that contains the medication name data gives a categorical feature with high cardinality but redundancy.What is the MOST effective way to encode this categorical feature into a numeric feature?Read More →