From 3426ea08109c7e2ca8e26b6c6670edc79639db33 Mon Sep 17 00:00:00 2001 From: nrsmsf Date: Thu, 8 Feb 2018 14:27:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1. Diabetes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1. Diabetes.py b/1. Diabetes.py index ecf3a87..a38b94d 100644 --- a/1. Diabetes.py +++ b/1. Diabetes.py @@ -26,6 +26,6 @@ # Fit the model model.fit(X, Y, epochs=1000, batch_size=200) # evaluate the model -scores = model.evaluate(X, Y) +scores = model.evaluate (X, Y) print("\n%s: %.2f%%" % (model.metrics_names[1], scores[1]*100)) ''' 99.48% '''