CristopherWVSU commited on
Commit
71710c0
·
verified ·
1 Parent(s): 404ac46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Ham but it was Spam (Type II error)")
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