October 2018
Beginner to intermediate
676 pages
18h 30m
English
We will use the Wine Quality dataset for this example also. It has 12 different attributes. We will first get a correlation matrix and then plot it as a heatmap. There is no heatmap function/method as such, so we will use the same imshow method that we used to read and display the images.
Import the required libraries:
import matplotlib.pyplot as pltimport pandas as pd
Read now
Unlock full access