FredZhang7
commited on
Commit
·
46b8d31
1
Parent(s):
f953a98
clarify
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
-
The plots below show the regression line and correlation coefficients of 20+ features extracted
|
5 |
If we could plot the lifespan of URLs, we could see that the oldest website has been online since Nov 7th, 2008, while the most recent phishing websites appeared as late as July 10th, 2023.
|
6 |
|
7 |
As we can see, there's no correlation between `is_malicious` and the columns `meta_percentage`, `mouseover_changes`, `not_indexed_by_google`, `right_click_disabled`, and `popup_window_has_text_field` as of July, 2023, contrary to some [analyses of researchers in 2013 on phishing detection](./Phishing_Websites_Features.docx).
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
In the *features* train set, there're 593,430 websites online at the time of data collection. The plots below show the regression line and correlation coefficients of 20+ features extracted and whether the URL is malicious.
|
5 |
If we could plot the lifespan of URLs, we could see that the oldest website has been online since Nov 7th, 2008, while the most recent phishing websites appeared as late as July 10th, 2023.
|
6 |
|
7 |
As we can see, there's no correlation between `is_malicious` and the columns `meta_percentage`, `mouseover_changes`, `not_indexed_by_google`, `right_click_disabled`, and `popup_window_has_text_field` as of July, 2023, contrary to some [analyses of researchers in 2013 on phishing detection](./Phishing_Websites_Features.docx).
|