FredZhang7 commited on
Commit
449732c
1 Parent(s): 038fff4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -58,6 +58,8 @@ configs:
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.
63
 
 
58
  - "phishing_url_val.csv"
59
  ---
60
 
61
+ **Re-collecting external_favicons. The previous algorithm may not be accurate**
62
+
63
  The *features* dataset is original, and my feature extraction method is covered in [feature_extraction.py](./feature_extraction.py).
64
  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.
65