xyncz commited on
Commit
b0ce48c
·
verified ·
1 Parent(s): 728d681

Upload prediction.py

Browse files
Files changed (1) hide show
  1. 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 has Hyperparameter 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
  ''')
 
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
  ''')