Examtopics

AWS Certified Machine Learning Engineer - Associate
  • Topic 1 Question 26

    A company wants to predict the success of advertising campaigns by considering the color scheme of each advertisement. An ML engineer is preparing data for a neural network model. The dataset includes color information as categorical data. Which technique for feature engineering should the ML engineer use for the model?

    • Apply label encoding to the color categories. Automatically assign each color a unique integer.

    • Implement padding to ensure that all color feature vectors have the same length.

    • Perform dimensionality reduction on the color categories.

    • One-hot encode the color categories to transform the color scheme feature into a binary matrix.


    シャッフルモード