Random Forest Classification using R

From CUOSGwiki
Jump to navigationJump to search

Tutorial on preforming Random Forest Classification using R

-What is Random Forest (RF)

  -What is it used for
  -Why its awesome
  -When should it be used
  -links to supporting RF
  

-What is R

-What is it used for

-What is RF classification

  -Types of scripts 
  -Why its awesome
  -Types of data that is required

TUTORIAL

- Data Needed
- The script used
- Operation in R
- Changing parameters
- Running the classification
- Validation types and methods (what is K fold vs test data)
- Comments and notes