Update pages/5 Model Building.py
Browse files
pages/5 Model Building.py
CHANGED
|
@@ -41,7 +41,7 @@ The classification model was built using the **KNN Classifier**, a robust ensemb
|
|
| 41 |
---
|
| 42 |
|
| 43 |
The model demonstrated **strong classification performance** on the test dataset, achieving good scores across all metrics.
|
| 44 |
-
It was then saved as a
|
| 45 |
""")
|
| 46 |
|
| 47 |
|
|
|
|
| 41 |
---
|
| 42 |
|
| 43 |
The model demonstrated **strong classification performance** on the test dataset, achieving good scores across all metrics.
|
| 44 |
+
It was then saved as a **.pkl** file for deployment and integrated into the Streamlit app for real-time predictions.
|
| 45 |
""")
|
| 46 |
|
| 47 |
|