569 views
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
0% Accept Rate Accepted 0 answers out of 2 questions

1 Answer

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

Related questions

1 1 vote
1 1 answer
2.8k
2.8k views
tofighi asked Feb 27, 2020
2,769 views
How can I give access to others to view, comment or edit my Jupyter Notebook on Google Colab?
1 1 vote
1 1 answer
743
743 views
0 0 votes
1 1 answer
588
588 views
tofighi asked Oct 18, 2018
588 views
If a big company such as Google behind it, with high probability it is a great library such as TensorFlow. But in general how can I found out?
1 1 vote
1 1 answer
4.1k
4.1k views
askpython asked Oct 30, 2020
4,055 views
Whener I run Jupyter notebook there are some kernels that do not exist on system and generate errors. How can I remove them?
0 0 votes
1 1 answer
902
902 views