1. 학습
  2. /
  3. 강의
  4. /
  5. Customer Segmentation in Python

Connected

연습 문제

Visualize snake plot

Good work! You will now use the melted dataset to build the snake plot. The melted data is loaded as datamart_melt.

The seaborn library is loaded as sns and matplotlib.pyplot is available as plt.

You can use the console to explore the melted dataset.

지침

100 XP
  • Add the plot title.
  • Add the X-axis label "Metric".
  • Add the Y-axis label "Value".
  • Plot a line for each value of the Cluster in datamart_melt.