From 5fab586fe089085e0976639510be4651e82bd844 Mon Sep 17 00:00:00 2001 From: marc <78002988+novak-99@users.noreply.github.com> Date: Fri, 28 May 2021 11:58:09 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8ca4157..1dca354 100644 --- a/README.md +++ b/README.md @@ -138,3 +138,9 @@ The result will be the model's predictions for the entire dataset. 3. Mean Normalization 4. One Hot Representation 5. Reverse One Hot Representation +14. ***Utilities*** + 1. TP, FP, TN, FN function + 2. Precision + 3. Recall + 4. Accuracy + 5. F1 score