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.