├── LICENSE ├── README.md ├── dataset.csv ├── decision_tree.py ├── features.md └── logistic_regression.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npapernot/phishing-detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npapernot/phishing-detection/HEAD/README.md -------------------------------------------------------------------------------- /dataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npapernot/phishing-detection/HEAD/dataset.csv -------------------------------------------------------------------------------- /decision_tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npapernot/phishing-detection/HEAD/decision_tree.py -------------------------------------------------------------------------------- /features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npapernot/phishing-detection/HEAD/features.md -------------------------------------------------------------------------------- /logistic_regression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/npapernot/phishing-detection/HEAD/logistic_regression.py --------------------------------------------------------------------------------