FredZhang7
commited on
Commit
•
40f35ef
1
Parent(s):
7cb548a
100.0% accuracy train+val model.. holy
Browse files
README.md
CHANGED
@@ -86,5 +86,5 @@ pip install lightgbm
|
|
86 |
```
|
87 |
```python
|
88 |
import lightgbm as lgb
|
89 |
-
lgb.Booster(model_file="
|
90 |
```
|
|
|
86 |
```
|
87 |
```python
|
88 |
import lightgbm as lgb
|
89 |
+
lgb.Booster(model_file="phishing_model_100.0%_train+val.txt")
|
90 |
```
|