Difference between revisions of "Random Forest Classification using R"

From CUOSGwiki
Jump to navigationJump to search
 
Line 25: Line 25:
 
- Changing parameters
 
- Changing parameters
   
Running the classification
+
- Running the classification
   
Validation types and methods (what is K fold vs test data)
+
- Validation types and methods (what is K fold vs test data)
   
Comments and notes
+
- Comments and notes

Latest revision as of 11:25, 12 December 2014

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