Srikanthgoud7 commited on
Commit
8e63613
·
verified ·
1 Parent(s): e3d94d9

Update pages/5 Model Building.py

Browse files
Files changed (1) hide show
  1. pages/5 Model Building.py +1 -1
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 `.pkl` file for deployment and integrated into the Streamlit app for real-time predictions.
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