Commit ·
3c91e4a
1
Parent(s): 4f7fee4
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
-
|
|
|
|
| 5 |
|
| 6 |

|
|
|
|
| 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 |

|