FredZhang7 commited on
Commit
bfa68e2
·
1 Parent(s): 15f79b5

may not release models, depending on demand

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -57,7 +57,6 @@ configs:
57
  - "phishing_features_val.csv"
58
  - "phishing_url_val.csv"
59
  ---
60
- **I have decided to release the auto-moderation models all at once sometime in July/August, 2023. The datasets for training these models will be avaliable first.**
61
 
62
  The *features* dataset is original, and my feature extraction method is covered in [feature_extraction.py](./feature_extraction.py).
63
  To extract features from a website, simply passed the URL and label to `collect_data()`. The features are saved to `phishing_detection_dataset.csv` locally by default.
 
57
  - "phishing_features_val.csv"
58
  - "phishing_url_val.csv"
59
  ---
 
60
 
61
  The *features* dataset is original, and my feature extraction method is covered in [feature_extraction.py](./feature_extraction.py).
62
  To extract features from a website, simply passed the URL and label to `collect_data()`. The features are saved to `phishing_detection_dataset.csv` locally by default.