In this project, Pima Indian Diabetes Data has been used to implement Classification using Random Forest. The Dataset is available online, and can be downloaded from here.
Initially the accuracy was 74%
The Accuracy has been improved to 79% using Random-Forest based feature selection. In this project, we selected only top 5 features after feature selection.