From 6893ba28009766c073a42ab64476ed2a3e103576 Mon Sep 17 00:00:00 2001 From: gosia-malgosia Date: Tue, 14 Jan 2020 14:35:27 +0100 Subject: [PATCH] Fix incorrect call in the jupyter template. --- imageatm/notebooks/evaluation_template.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imageatm/notebooks/evaluation_template.ipynb b/imageatm/notebooks/evaluation_template.ipynb index cca95fd..c0a63e3 100644 --- a/imageatm/notebooks/evaluation_template.ipynb +++ b/imageatm/notebooks/evaluation_template.ipynb @@ -94,7 +94,7 @@ "metadata": {}, "outputs": [], "source": [ - "e._plot_classification_report(figsize=[max(5,e.n_classes*0.5), max(8,e.n_classes*0.8)])" + "e._print_classification_report()" ] }, {