From 8b0049e3d5adedd8714d55849ad47a4352b44c18 Mon Sep 17 00:00:00 2001 From: Alvaro Date: Mon, 13 Jun 2022 18:52:16 +0200 Subject: [PATCH] Accuracies table --- examples/plot_classification_methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_classification_methods.py b/examples/plot_classification_methods.py index 3634484b1..a55931c83 100644 --- a/examples/plot_classification_methods.py +++ b/examples/plot_classification_methods.py @@ -164,7 +164,7 @@ ], }) -print(accuracies) +accuracies ##############################################################################