CristopherWVSU commited on
Commit
5a6ec2e
·
1 Parent(s): 33ca2a7

Fixed some errors

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -91,13 +91,10 @@ with model_eval:
91
 
92
  # Evaluation Metrics
93
  st.title("Evaluation Metrics")
94
- <<<<<<< HEAD
95
  st.write("Evaluation metrics help assess the performance of the sentiment analysis.")
96
- =======
97
  st.write("The image below represents the Accuracy, F1 score and the classification report of the model")
98
  st.image("classification_report.png")
99
  st.write("The model can be improved by using other algorithms, but logistic regression was used for project purposes")
100
- >>>>>>> 64109459f828dc3f3d3324333c00af17b628d996
101
 
102
  st.header("Naive Bayes Evaluation Metrics")
103
  st.write("The image below represents the **Accuracy, F1 score, and classification report** of the Naive Bayes model.")
 
91
 
92
  # Evaluation Metrics
93
  st.title("Evaluation Metrics")
 
94
  st.write("Evaluation metrics help assess the performance of the sentiment analysis.")
 
95
  st.write("The image below represents the Accuracy, F1 score and the classification report of the model")
96
  st.image("classification_report.png")
97
  st.write("The model can be improved by using other algorithms, but logistic regression was used for project purposes")
 
98
 
99
  st.header("Naive Bayes Evaluation Metrics")
100
  st.write("The image below represents the **Accuracy, F1 score, and classification report** of the Naive Bayes model.")