Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with model_eval:
|
|
56 |
st.write("True Positives (TP): Correctly predicted Spam")
|
57 |
st.write("True Negatives (TN): Correctly predicted Not Spam")
|
58 |
st.write("False Positives (FP): Predicted Spam but it was actually Not Spam (Type I error)")
|
59 |
-
st.write("False Negatives (FN): Predicted
|
60 |
st.image("confusion_matrix.png")
|
61 |
|
62 |
# EVALUATION MATRICS
|
|
|
56 |
st.write("True Positives (TP): Correctly predicted Spam")
|
57 |
st.write("True Negatives (TN): Correctly predicted Not Spam")
|
58 |
st.write("False Positives (FP): Predicted Spam but it was actually Not Spam (Type I error)")
|
59 |
+
st.write("False Negatives (FN): Predicted Not Spam but it was actually Spam (Type II error)")
|
60 |
st.image("confusion_matrix.png")
|
61 |
|
62 |
# EVALUATION MATRICS
|