From aa41d7394e49a9baaedb27b3a4d5c8907f58608f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Strza=C5=82ko?= Date: Sat, 22 May 2021 19:00:33 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7451577..d706874 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Sources Data taken from . -Results from geval +Results from geval (Using Naive Bayes) ------- Likelihood 0.0000 @@ -25,10 +25,15 @@ Precision 0.8997 Recall 0.2883 - +Results from geval (Using Log Reg (NN from Pytorch)) +------- Likelihood 0.0000 + Accuracy 0.7561 -F1.0 0.6152 + +F1.0 0.6152 + Precision 0.6965 -Recall 0.5509 \ No newline at end of file + +Recall 0.5509 \ No newline at end of file