FredZhang7 commited on
Commit
15b829e
1 Parent(s): b451724

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -49,6 +49,11 @@ size_categories:
49
 
50
  [See a demo of a model trained on this dataset](https://huggingface.co/spaces/aivance/malphish-eater)
51
 
 
 
 
 
 
52
  The *features* dataset is original, and my feature extraction method is covered in [feature_extraction.py](./feature_extraction.py).
53
  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.
54
 
 
49
 
50
  [See a demo of a model trained on this dataset](https://huggingface.co/spaces/aivance/malphish-eater)
51
 
52
+ **Important Notice:**
53
+ - the data collection and analysis for `domain_registration_length` was incorrect
54
+ - the algorithm to extract `external_favicons` was not robust enough
55
+ - therefore, a v2 is coming for the demo
56
+
57
  The *features* dataset is original, and my feature extraction method is covered in [feature_extraction.py](./feature_extraction.py).
58
  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.
59