CommencerCommencez gratuitement

Visualizing thyroid disease

In previous chapters, we considered data with two or fewer features. As the number of features increases, it becomes harder to visually assess whether individual points are anomalous.

In cases where anomaly labels are available, it is important to use scatterplots to visualize how the distribution of anomalies varies with different combinations of features.

Cet exercice fait partie du cours

<cours>Introduction to Anomaly Detection in R</cours>
Voir le cours

Exercice interactif pratique

Essayez cet exercice en complétant ce code d’exemple.

# Scatterplot showing TSH and T3
plot(___, ___, ___)
Modifier et exécuter le code