FredZhang7 commited on
Commit
3c91e4a
·
1 Parent(s): 4f7fee4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: apache-2.0
3
  ---
4
- Here're the correlation coefficients of 20+ features extracted from 593,430 URLs and whether the URL is legitimate or malicious:
 
5
 
6
  ![Phish Eater Data Analysis](https://i.imgur.com/ICMudAG.png)
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ The plots below show the regression line and correlation coefficients of 20+ features extracted from 593,430 online websites (the features train set) and whether the URL is malicious.
5
+ As we can see, there's no correlation between `is_malicious` and the columns `meta_percentage`, `mouseover_changes`, `right_click_disabled`, and `popup_window_has_text_field` as of 2023, contrary to the [analyses of researchers in 2013 on phishing detection](./Phishing_Websites_Features.docx).
6
 
7
  ![Phish Eater Data Analysis](https://i.imgur.com/ICMudAG.png)