Chapter 6 Data Visualization
6.1 Matplotlib
6.2 Exploratory Visualization
Suppose we want to have a look at the distribution of our dataset
Detect how each attribute correlates with the scatter_matrix()
function, applied to a subset of attributes. It draws a matrix of scatter plot.