Update pages/5 Model Building.py
Browse files
pages/5 Model Building.py
CHANGED
@@ -31,7 +31,7 @@ st.markdown("""
|
|
31 |
- Classification Report (Precision, Recall, F1-score)
|
32 |
- Confusion Matrix
|
33 |
|
34 |
-
The trained model demonstrated good performance on the test data and was exported as a `.pkl` file for deployment in the
|
35 |
""")
|
36 |
|
37 |
if st.button("Go to Deployment >>"):
|
|
|
31 |
- Classification Report (Precision, Recall, F1-score)
|
32 |
- Confusion Matrix
|
33 |
|
34 |
+
The trained model demonstrated good performance on the test data and was exported as a `.pkl` file for deployment in the Streamlit app.
|
35 |
""")
|
36 |
|
37 |
if st.button("Go to Deployment >>"):
|