Dmitriy Gorbachev
Thu Aug 14 16:09:14 2014
The very basic idea of bagging technique in prediction analysis is[1]:
For demonstration 'ozone' dataset from 'ElemStatLearn' package was used.
ozone radiation temperature wind
1 41 190 67 7.4
2 36 118 72 8.0
To relate ozone level to air temperature Loess regression with bagging was performed.
Steps:
Ozone-remperature plot with 10 bootstrap Loess predictions (grey) and their average (red):
Coursera, John Hopkins University “Practical Machine Learning” URL: https://class.coursera.org/predmachlearn-003/auth/auth_redirector?type=login&subtype=normal
“The Elements of Statistical Learning” Page. URL: http://statweb.stanford.edu/~tibs/ElemStatLearn/ Accessed 8/14/2014
Wikipedia, Local regression (LOESS) Page. URL: http://en.wikipedia.org/wiki/LOESS
Wikipedia, Bootstrapping (statistics) Page. URL: http://en.wikipedia.org/wiki/Bootstrapping_%28statistics%29 Accessed 8/14/2014
Shiny by RStudio.URL: http://shiny.rstudio.com