Contenido del Curso
Data Anomaly Detection
Data Anomaly Detection
2. Statistical Methods in Anomaly Detection
Challenge: Outlier Detection Using MAD Rule
Tarea
Swipe to show code editor
Now, you will use the MAD rule to detect outliers in the California Housing Dataset. It contains various features related to housing characteristics in different districts in California.
In this task, we will detect outliers in the column MedInc
, which stands for Median Income.
Your task is to:
- Fill in all gaps in
mad()
function to calculate Mean Absolute Deviation. - Calculate the threshold using value
3
as a threshold value. - Specify the rule to detect outliers that will be stored in the
outliers
variable.
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 6
Challenge: Outlier Detection Using MAD Rule
Tarea
Swipe to show code editor
Now, you will use the MAD rule to detect outliers in the California Housing Dataset. It contains various features related to housing characteristics in different districts in California.
In this task, we will detect outliers in the column MedInc
, which stands for Median Income.
Your task is to:
- Fill in all gaps in
mad()
function to calculate Mean Absolute Deviation. - Calculate the threshold using value
3
as a threshold value. - Specify the rule to detect outliers that will be stored in the
outliers
variable.
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 6
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones