LoslegenKostenlos loslegen

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.

Diese Übung ist Teil des Kurses

Introduction to Anomaly Detection in R

Kurs anzeigen

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Scatterplot showing TSH and T3
plot(___, ___, ___)
Code bearbeiten und ausführen