From b25ca021a1cd4175fe85df5582017a99ccae5306 Mon Sep 17 00:00:00 2001 From: cynic Date: Tue, 19 Jul 2022 01:06:28 -0400 Subject: [PATCH] fix merge error --- readme.txt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/readme.txt b/readme.txt index bd020c8..7ea9be5 100644 --- a/readme.txt +++ b/readme.txt @@ -1,14 +1,4 @@ USAGE: -<<<<<<< HEAD python3 main.py -uses sklearn's SGD classifier -======= -python3 main.py -max = guess fraudulent if the heuristic for the best column finds it -and = guess fraudulent if ALL the heuristics determined to be good find it - -the goodness of a heuristic is determined by the proportion of rows it can correctly determine the class of - -i.e. if the accuracy is .90, guess = Class 90% of the time ->>>>>>> a05b791646edb8095704fc22880ddf7b95a9b241 +uses sklearn's SGD classifier \ No newline at end of file