FredZhang7 commited on
Commit
da148a5
1 Parent(s): 2fdb34f

fix mistake

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -100,5 +100,5 @@ pip install lightgbm
100
  ```
101
  ```python
102
  import lightgbm as lgb
103
- lgb.Booster(model_file="phishing_model_combined_1.000.txt")
104
  ```
 
100
  ```
101
  ```python
102
  import lightgbm as lgb
103
+ lgb.Booster(model_file="phishing_model_combined_0.984_train.txt")
104
  ```