LoslegenKostenlos loslegen

Confusion matrix interpretation

You are given the actual diagnoses and predicted diagnoses for the heart_disease dataset - actuals and predictions respectively. Import and create a confusion matrix of these diagnoses using the imported confusion_matrix() function in order to select the correct answer. Note that the sklearn output format for confusion matricies is:

Actual: Heart disease Actual: No heart disease
Predicted: Heart disease
Predicted: No heart disease

⚠️ Note: Type your code in the IPython Shell terminal and press Enter.

Diese Übung ist Teil des Kurses

End-to-End Machine Learning

Kurs anzeigen

Interaktive Übung

In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.

Übung starten