1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Dimensionality Reduction in Python

Connected

अभ्यास

Removing features without variance

A sample of the Pokemon dataset has been loaded as pokemon_df. To get an idea of which features have little variance you should use the IPython Shell to calculate summary statistics on this sample. Then adjust the code to create a smaller, easier to understand, dataset.

निर्देश 1/3

undefined XP
    1
    2
    3
  • Use the .describe() method to find the numeric feature without variance and remove its name from the list assigned to number_cols.