You need to create a visualization that represents the correlation between all numerical variables in a dataset. Which kind of plot would you use in Seaborn?

  • Bar Chart
  • Box Plot
  • Heatmap
  • Scatter Plot
To visualize the correlation between numerical variables, a heatmap is typically used in Seaborn. It provides a color-coded matrix where each cell represents the correlation coefficient between two variables, making it easy to identify patterns and relationships.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *