Commit
·
83294ea
1
Parent(s):
aa0cc44
add attribution
Browse files
README.md
CHANGED
@@ -101,4 +101,7 @@ pip install lightgbm
|
|
101 |
```python
|
102 |
import lightgbm as lgb
|
103 |
lgb.Booster(model_file="phishing_model_combined_0.984_train.txt")
|
104 |
-
```
|
|
|
|
|
|
|
|
101 |
```python
|
102 |
import lightgbm as lgb
|
103 |
lgb.Booster(model_file="phishing_model_combined_0.984_train.txt")
|
104 |
+
```
|
105 |
+
|
106 |
+
## Attribution
|
107 |
+
- If you distribute, remix, adapt, or build upon our work, please credit "AIstrova Technologies Inc." in your README.md, application description, research, or website.
|