FredZhang7 commited on
Commit
40f35ef
1 Parent(s): 7cb548a

100.0% accuracy train+val model.. holy

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -86,5 +86,5 @@ pip install lightgbm
86
  ```
87
  ```python
88
  import lightgbm as lgb
89
- lgb.Booster(model_file="malicious_features_combined.txt")
90
  ```
 
86
  ```
87
  ```python
88
  import lightgbm as lgb
89
+ lgb.Booster(model_file="phishing_model_100.0%_train+val.txt")
90
  ```