Course Content
Deep Dive into the seaborn Visualization
Deep Dive into the seaborn Visualization
Clustermap
A clustermap
is a matrix plot with a heatmap and two clustering dendrograms (learn more: Machine Learning).
Task
- Create the
clustermap
using theseaborn
library:
- Add the data for the
clustermap
. Input only the name of the DataFrame; - Set the
'vlag'
cmap
; - Set the
standard_scale
parameter equals1
; - Set the
'single'
method
parameter; - Set the
'correlation'
metric
parameter; - Add the
annot
; - Set the
vmin
parameter equals0
andvmax
parameter equals10
; - Display the plot.
Thanks for your feedback!
Clustermap
A clustermap
is a matrix plot with a heatmap and two clustering dendrograms (learn more: Machine Learning).
Task
- Create the
clustermap
using theseaborn
library:
- Add the data for the
clustermap
. Input only the name of the DataFrame; - Set the
'vlag'
cmap
; - Set the
standard_scale
parameter equals1
; - Set the
'single'
method
parameter; - Set the
'correlation'
metric
parameter; - Add the
annot
; - Set the
vmin
parameter equals0
andvmax
parameter equals10
; - Display the plot.
Thanks for your feedback!
Clustermap
A clustermap
is a matrix plot with a heatmap and two clustering dendrograms (learn more: Machine Learning).
Task
- Create the
clustermap
using theseaborn
library:
- Add the data for the
clustermap
. Input only the name of the DataFrame; - Set the
'vlag'
cmap
; - Set the
standard_scale
parameter equals1
; - Set the
'single'
method
parameter; - Set the
'correlation'
metric
parameter; - Add the
annot
; - Set the
vmin
parameter equals0
andvmax
parameter equals10
; - Display the plot.
Thanks for your feedback!
A clustermap
is a matrix plot with a heatmap and two clustering dendrograms (learn more: Machine Learning).
Task
- Create the
clustermap
using theseaborn
library:
- Add the data for the
clustermap
. Input only the name of the DataFrame; - Set the
'vlag'
cmap
; - Set the
standard_scale
parameter equals1
; - Set the
'single'
method
parameter; - Set the
'correlation'
metric
parameter; - Add the
annot
; - Set the
vmin
parameter equals0
andvmax
parameter equals10
; - Display the plot.