- Checking the types of categorical vairiable
- Replace "." with "" for income
- Handling Null values
- Checking the Coorelation
- Dropping 'fnlwgt'
- Visualization of Numerical variables
- Visualization of Categorical variables
- Label Encoding
- Scaling the Data
- Data splitting
- Train the model for Naive Bayes and Random Forest
- Test the model for Naive Bayes and Random Forest
- Compare the Training and Testing Accuracy
- Compare the classififcation Report
- Comapre the Confusion Matrix