FredZhang7
commited on
Commit
•
86d1e89
1
Parent(s):
c22b3d7
fix filename issues
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_1.000.txt")
|
104 |
```
|