1. 学习
  2. /
  3. 课程
  4. /
  5. Cluster Analysis in Python

Connected

练习

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.

说明

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