1. เรียนรู้
  2. /
  3. Courses
  4. /
  5. Cluster Analysis in Python

Connected

Exercises

Visualize normalized data

After normalizing your data, you can compare the scaled data to the original data to see the difference. The variables from the last exercise, goals_for and scaled_data are already available to you.

คำแนะนำ

100 XP
  • Use the matplotlib library to plot the original and scaled data.
  • Show the legend in the plot.
  • Display the plot.