Spaces:
Build error
Build error
Upload prediction.py
Browse files- prediction.py +1 -1
prediction.py
CHANGED
|
@@ -23,7 +23,7 @@ def app():
|
|
| 23 |
# write short description about the model
|
| 24 |
st.write('''
|
| 25 |
# **Malicious or Benign Website Detection**
|
| 26 |
-
- The model used for this detection is `XGBoost` Classifier which
|
| 27 |
- The model also used `SMOTENC` to handle imbalanced data during training.
|
| 28 |
- This model achieved `0.93` recall score on the test set to detect malicious website.
|
| 29 |
''')
|
|
|
|
| 23 |
# write short description about the model
|
| 24 |
st.write('''
|
| 25 |
# **Malicious or Benign Website Detection**
|
| 26 |
+
- The model used for this detection is `XGBoost` Classifier which Hyperparameter have been tuned.
|
| 27 |
- The model also used `SMOTENC` to handle imbalanced data during training.
|
| 28 |
- This model achieved `0.93` recall score on the test set to detect malicious website.
|
| 29 |
''')
|