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.
Este exercício faz parte do curso
Dimensionality Reduction in Python
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
