agraj07 commited on
Commit
7fbd14c
·
verified ·
1 Parent(s): 6a615ef

The dataset has been prepared from: https://www.kaggle.com/datasets/taruntiwarihp/phishing-site-urls?resource=download. The dataset is balanced dataset which has 2000 each data samples for phising and non-phising mails. It has been divided into three parts - train, validation and test. The label 0 represent that it's a non-phising URL while 1 represents phising.

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -26,4 +26,6 @@ configs:
26
  path: data/validation-*
27
  - split: test
28
  path: data/test-*
29
- ---
 
 
 
26
  path: data/validation-*
27
  - split: test
28
  path: data/test-*
29
+ size_categories:
30
+ - 1K<n<10K
31
+ ---