Multiple Choices
Answer (Choose 1 answer)
From the options listed below, select the option that is NOT a valid exploratory data approach to visually confirm whether your data is ready for modeling or if it needs further cleaning or data processing:
A. Create a panel plot that shows distributions for the dependent variable and scatter plots for all independent variables
B. Train a model and identify the observations with the largest residuals
C. Create visualizations for scatter plots, histograms, box plots, and hexbin plots
D. Create a correlation heatmap to confirm the sign and magnitude of correlation across your features.