├── README.md ├── feature_extraction.py ├── pca_tsne.py ├── predict_gradient_boosting_stat_analysis.py ├── predict_logistic_reg_stat_analysis.py ├── predict_neural_network_stat_analysis.py ├── predict_random_forest_bootstrap.py ├── predict_statistic_analysis_bootstrap.py ├── predict_svm.py ├── preprocessing1.py └── preprocessing2.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antoinedelplace/Cyberattack-Detection/HEAD/README.md -------------------------------------------------------------------------------- /feature_extraction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antoinedelplace/Cyberattack-Detection/HEAD/feature_extraction.py -------------------------------------------------------------------------------- /pca_tsne.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antoinedelplace/Cyberattack-Detection/HEAD/pca_tsne.py -------------------------------------------------------------------------------- /predict_gradient_boosting_stat_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antoinedelplace/Cyberattack-Detection/HEAD/predict_gradient_boosting_stat_analysis.py -------------------------------------------------------------------------------- /predict_logistic_reg_stat_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antoinedelplace/Cyberattack-Detection/HEAD/predict_logistic_reg_stat_analysis.py -------------------------------------------------------------------------------- /predict_neural_network_stat_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antoinedelplace/Cyberattack-Detection/HEAD/predict_neural_network_stat_analysis.py -------------------------------------------------------------------------------- /predict_random_forest_bootstrap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antoinedelplace/Cyberattack-Detection/HEAD/predict_random_forest_bootstrap.py -------------------------------------------------------------------------------- /predict_statistic_analysis_bootstrap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antoinedelplace/Cyberattack-Detection/HEAD/predict_statistic_analysis_bootstrap.py -------------------------------------------------------------------------------- /predict_svm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antoinedelplace/Cyberattack-Detection/HEAD/predict_svm.py -------------------------------------------------------------------------------- /preprocessing1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antoinedelplace/Cyberattack-Detection/HEAD/preprocessing1.py -------------------------------------------------------------------------------- /preprocessing2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antoinedelplace/Cyberattack-Detection/HEAD/preprocessing2.py --------------------------------------------------------------------------------