1. Learn
  2. /
  3. Courses
  4. /
  5. Cluster Analysis in Python

Connected

Exercise

Normalize basic list data

Now that you are aware of normalization, let us try to normalize some data. goals_for is a list of goals scored by a football team in their last ten matches. Let us standardize the data using the whiten() function.

Instructions

100 XP
  • Import the whiten function.
  • Use the whiten() function to standardize the data.