FredZhang7
commited on
Commit
•
da148a5
1
Parent(s):
2fdb34f
fix mistake
Browse files
README.md
CHANGED
@@ -100,5 +100,5 @@ pip install lightgbm
|
|
100 |
```
|
101 |
```python
|
102 |
import lightgbm as lgb
|
103 |
-
lgb.Booster(model_file="
|
104 |
```
|
|
|
100 |
```
|
101 |
```python
|
102 |
import lightgbm as lgb
|
103 |
+
lgb.Booster(model_file="phishing_model_combined_0.984_train.txt")
|
104 |
```
|