The intuition behind averaging

Introduction A peculiar example Minimizing our error What minimizes the squared error? - a simulation Extensions and implications Introduction Everyone knows what the average is. To find the average of the bunch of numbers, simply add them all up and then divide the total by the number of … Continue reading

Random Forests in R

Introduction As the name suggests, random forest models basically contain an ensemble of decision tree models, with each decision tree predicting the same response variable. The response may be categorical, in which case being a classification problem, or continuous / numerical, being a … Continue reading