Clustermap
A clustermap
is a matrix plot with a heatmap and two clustering dendrograms (learn more: Machine Learning).







Opgave
Swipe to start coding
- 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.
Løsning
Var alt klart?
Tak for dine kommentarer!
Sektion 4. Kapitel 2
single
Spørg AI
Spørg AI
Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat
Awesome!
Completion rate improved to 4.35
Clustermap
Stryg for at vise menuen
A clustermap
is a matrix plot with a heatmap and two clustering dendrograms (learn more: Machine Learning).







Opgave
Swipe to start coding
- 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.
Løsning
Var alt klart?
Tak for dine kommentarer!
Awesome!
Completion rate improved to 4.35Sektion 4. Kapitel 2
single