Which type of visualization should the ML engineer use to meet these requirements?
Use the SageMaker Data Wrangler scatter plot visualization to inspect the relationship between the car price and type of car.
Use the SageMaker Data Wrangler quick model visualization to quickly evaluate the data and produce importance scores for the car price and type of car.
Use the SageMaker Data Wrangler anomaly detection visualization to Identify outliers for the specific features.
Use the SageMaker Data Wrangler histogram visualization to inspect the range of values for the specific feature.
Explanations:
Scatter plots are used to analyze relationships between two variables, not for viewing the distribution of a single variable such as car prices.
Quick model visualization is used to evaluate feature importance rather than visualizing the distribution of a specific feature.
Anomaly detection visualization is used to detect outliers, not for viewing the distribution of a feature like car prices.
A histogram is suitable for showing the distribution of values for a specific feature, making it ideal for analyzing the range and frequency of car prices.