From 6012ea71d654909453d31675a5a750e91b4ff147 Mon Sep 17 00:00:00 2001 From: Koon Kiat Date: Sun, 3 Nov 2024 04:14:53 +0800 Subject: [PATCH] Update README.md Signed-off-by: Koon Kiat --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index dd47ec2..e5a771a 100644 --- a/README.md +++ b/README.md @@ -73,14 +73,6 @@ The project utilizes merged datasets from SpamAssassin (Hugging Face) and CEAS ( ### Evaluation -- **Metrics**: Accuracy, precision, recall, F1-score. -- **Confusion Matrix**: Displaying the performance of each model. -- **Learning Curves**: Visualizing model performance as a function of training data size. - -These results are stored in the `output` folder. - -## Evaluation - - **Accuracy**: Measures overall prediction correctness. - **Precision, Recall, F1-Score:** Evaluates the balance between correct and incorrect classifications. - **Confusion Matrix**: Displays the performance of each model in predicting "Safe" vs. "Not Safe" emails.