Examtopics

AWS Certified Machine Learning - Specialty
  • Topic 1 Question 163

    A machine learning specialist is developing a regression model to predict rental rates from rental listings. A variable named Wall_Color represents the most prominent exterior wall color of the property. The following is the sample data, excluding all other variables: The specialist chose a model that needs numerical input data. Which feature engineering approaches should the specialist use to allow the regression model to learn from the Wall_Color data?

    2 つ選択
    • Apply integer transformation and set Red = 1, White = 5, and Green = 10.

    • Add new columns that store one-hot representation of colors.

    • Replace the color name string by its length.

    • Create three columns to encode the color in RGB format.

    • Replace each color name by its training set frequency.


    シャッフルモード