An Example of Predictive Analytics for beginners ( With R Code )
I am just posting my experience of participating in StatWars- An event conducted by Department of Business Economics, University of Delhi in its annual flagship event Vishleshan. (Eventually, I ended up winning the event). As this event was related to predictive analytics, those who do not have much Idea of predictive analysis can refer to my past post How can you learn Predictive Modelling? Introduction to StatWars In this event we were asked to predict whether the residents of the city will purchase the one time investment scheme or not. The full problem description is here . My Methodology Before explaining the methodology, I assume you have some idea of four algorithms namely logistic regression, random forest, decision tree and knn. I used an ensemble of these four data mining algorithms. There are two ways of understanding my code 1. Read Individual codes and then read Ensemble.R (Which might take longer but this is better way) 2. Just read the Ensemble.R and forg...