Building an Intrusion Detection System on UNSW-NB15 Dataset Based on Machine Learning Algorithm
Binary classification of attack category. The dataset has "label" with 0 and 1 where 0 represents non-attack and 1 represent attack. So with the features available we will try to predict a given data point whether it belongs to attack or non-attack category.
Follow the instruction mentioned in notebooks. The execution order of the notebooks are:
- About dataset and it's cleaning
- Exploratory Data Analysis
- Preprocessing and Feature Engineering
- Machine learning models and performance
- Final function to predict any raw data