Used Naive Bayes and performed feature reduction from a set of attributes in a bank dataset
IDE - MATLAB Datasets taken from "https://archive.ics.uci.edu/ml/datasets/bank+marketing" Datasets include - 1) bank.csv 2) bank-additional.csv 3) bank-additional-full.csv 4) bank-full.csv
Covert datasets to matrix form - all commands provided in the form of matlab files. Feature Reduction text file describes the classication of certain attributes that have a vast range. It also shows the accuracy after removing the least significant feature in each step.
READ final report for analysis and final conclusion.