1. 学习
  2. /
  3. 课程
  4. /
  5. Dimensionality Reduction in Python

Connected

练习

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.

说明 1 / 共 2 个

undefined XP
    1
    2

问题

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

答案选项