Difference between revisions of "Random Forest Classification using R"
From CUOSGwiki
Jump to navigationJump to search (Created page with "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 su...") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 8: | Line 8: | ||
-What is R |
-What is R |
||
| + | -What is it used for |
||
-What is RF classification |
-What is RF classification |
||
| Line 16: | Line 17: | ||
TUTORIAL |
TUTORIAL |
||
| − | Data Needed |
+ | - Data Needed |
| − | The script used |
+ | - The script used |
| − | Operation in R |
+ | - Operation in R |
| − | 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 10: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