1. Učit se
  2. /
  3. Kurzy
  4. /
  5. Dimensionality Reduction in Python

Connected

cvičení

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.

Pokyny 1/2

undefined XP
    1
    2

Otázka

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

Možné odpovědi