FredZhang7 commited on
Commit
72013bb
1 Parent(s): 8b60f04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -56,7 +56,9 @@ configs:
56
  - "phishing_features_val.csv"
57
  - "phishing_url_val0.csv"
58
  ---
59
- **I have decided to release the auto-moderation models all at once sometime in July, 2023. The curated/original datasets for training these models will be avaliable first.**
 
 
60
 
61
  The *features* dataset is original, and my feature extraction method is covered in [feature_extraction.py](./feature_extraction.py)
62
 
@@ -89,6 +91,5 @@ This way, I can make the most out of the limited phishing websites avaliable.
89
  - https://www.kaggle.com/datasets/shashwatwork/web-page-phishing-detection-dataset
90
  - https://www.kaggle.com/datasets/aman9d/phishing-data
91
 
92
-
93
  ## Side notes
94
  - Cloudflare offers an [API for URL scanning](https://developers.cloudflare.com/api/operations/phishing-url-information-get-results-for-a-url-scan), with a generous global rate limit of 1200 requests every 5 minutes.
 
56
  - "phishing_features_val.csv"
57
  - "phishing_url_val0.csv"
58
  ---
59
+ **I have decided to release the auto-moderation models all at once sometime in July, 2023. The datasets for training these models will be avaliable first.**
60
+
61
+ *Upload not complete...*
62
 
63
  The *features* dataset is original, and my feature extraction method is covered in [feature_extraction.py](./feature_extraction.py)
64
 
 
91
  - https://www.kaggle.com/datasets/shashwatwork/web-page-phishing-detection-dataset
92
  - https://www.kaggle.com/datasets/aman9d/phishing-data
93
 
 
94
  ## Side notes
95
  - Cloudflare offers an [API for URL scanning](https://developers.cloudflare.com/api/operations/phishing-url-information-get-results-for-a-url-scan), with a generous global rate limit of 1200 requests every 5 minutes.