Skip to content

hdoubleu/RandomForestReadingGroup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random Forest Tutorial

A quick overview of Classification and Regression Tree (CART) and the extention to Random Forest. This tutorial was created for the 'Machine Learning' themed UTS Statistical Reading Group. The tutorial was held on Thursday 25th August and sponsored by ACEMS.

The following documents/scripts are included in this repository

  • Reading Material (The Elements of Statistical Learning - Hastie, Tibshirani, and Friedmann)
    • Chapter 9 - Additive Models, Trees, and Related Methods
    • Chapter 15 - Random Forests
  • Datasets
    • Titanic Passenger Survival Data (small dataset)
    • Banking Default Data (large dataset)
  • R Code
    • Titanic_Explore.R (optional)
    • Titanic_CART.R
    • Titanic_RandomForest.R
    • Banking_Default_Explore.R (tutorial)
    • Banking_Default_CART.R (tutorial)
    • Banking_Default_RandomForest.R (tutorial)

NOTE: Please Fork and Modifiy where appropriate, then issue a 'Pull' request and I'll merge in your changes.

About

Documents for Random Forest Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published