FredZhang7 commited on
Commit
5ef66c2
1 Parent(s): 449732c

remove update

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -58,7 +58,6 @@ configs:
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.
 
58
  - "phishing_url_val.csv"
59
  ---
60
 
 
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.