1. Learn
  2. /
  3. Courses
  4. /
  5. Dimensionality Reduction in Python

Connected

Exercise

Removing features with many missing values

You'll apply feature selection on the Boston Public Schools dataset which has been pre-loaded as school_df. Calculate the missing value ratio per feature and then create a mask to remove features with many missing values.

Instructions 1/2

undefined XP
    1
    2

Question

In what range lies highest ratio of missing values for a single feature in the dataset?

Possible answers