From a52cd6d1bd71e980843e2e5c90cad76e13ef254b Mon Sep 17 00:00:00 2001 From: Nick Graham Date: Mon, 22 Jan 2018 14:39:02 -0600 Subject: [PATCH] Fixes output to match source {:.2f} will give two decimal places --- 03_classification.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/03_classification.ipynb b/03_classification.ipynb index e544fc3..ae1853d 100644 --- a/03_classification.ipynb +++ b/03_classification.ipynb @@ -4659,8 +4659,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "Precision: 95%\n", - "Recall: 98%\n" + "Precision: 95.00%\n", + "Recall: 98.00%\n" ] } ],