Update README.md
Browse files
README.md
CHANGED
|
@@ -17,8 +17,8 @@ This dataset contains labeled domain names used to train phishing detection mode
|
|
| 17 |
Each line is in FastText format:
|
| 18 |
|
| 19 |
```
|
| 20 |
-
|
| 21 |
-
|
| 22 |
```
|
| 23 |
|
| 24 |
## Statistics
|
|
@@ -28,14 +28,6 @@ __label__clean google.com
|
|
| 28 |
|
| 29 |
*(Replace with your real counts if needed.)*
|
| 30 |
|
| 31 |
-
## Usage
|
| 32 |
-
|
| 33 |
-
Use this file as input for FastText supervised training:
|
| 34 |
-
|
| 35 |
-
```bash
|
| 36 |
-
./fasttext supervised -input phishing_train.txt -output phishing_model
|
| 37 |
-
```
|
| 38 |
-
|
| 39 |
## License
|
| 40 |
|
| 41 |
MIT
|
|
|
|
| 17 |
Each line is in FastText format:
|
| 18 |
|
| 19 |
```
|
| 20 |
+
carreeffoursa.site
|
| 21 |
+
google.com
|
| 22 |
```
|
| 23 |
|
| 24 |
## Statistics
|
|
|
|
| 28 |
|
| 29 |
*(Replace with your real counts if needed.)*
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
## License
|
| 32 |
|
| 33 |
MIT
|