Spaces:
Sleeping
Sleeping
Commit
·
f36eca2
1
Parent(s):
5a6ec2e
More error files fixed
Browse files
app.py
CHANGED
@@ -92,9 +92,6 @@ with model_eval:
|
|
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.")
|
|
|
92 |
# Evaluation Metrics
|
93 |
st.title("Evaluation Metrics")
|
94 |
st.write("Evaluation metrics help assess the performance of the sentiment analysis.")
|
|
|
|
|
|
|
95 |
|
96 |
st.header("Naive Bayes Evaluation Metrics")
|
97 |
st.write("The image below represents the **Accuracy, F1 score, and classification report** of the Naive Bayes model.")
|