1 1 vote Which of the following feature transformations would be a good choice to transform a categorical variable into a matrix binary feature? A. One-hot-encoding B. Principal Component Analysis (PCA) C. Box-Cox D. Informative prior Data Science Interview Questions python programming + – 0% Accept Rate Accepted 0 answers out of 2 questions Gabriel777 280 points 2 2 5 answer comment Share 0 reply Please log in or register to add a comment.
1 1 vote Answer: Letter A: One hot encoding is a process by which categorical variables are converted into a form that could be provided to ML algorithms to do a better job in prediction. Source: Hackernoon Gabriel777 answered Oct 27, 2018 Gabriel777 280 points 2 2 5 comment Share 0 reply Please log in or register to add a comment.