Skip to content

Commit

Permalink
Update Random Forest.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MoganaD committed Sep 3, 2018
1 parent 54a3582 commit 1a79de5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Random Forest.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Random Forest further modelling - Breast Cancer Survival Prediction
# Random Forest further modelling - Breast Cancer Survival Prediction using R

## 1. Random Forest – best ntree
### load the package
Expand All @@ -12,9 +12,10 @@
>print (all_data.rf)
### find best ntree for Random Forest
>which.min(all_data.rf$err.rate[,1])
2. Random Forest Further Modelling – for all clusters
# 2. Random Forest Further Modelling – for all clusters
Repeat the steps in (1) with different clusters of data to determine the accuracy of the model
3. Random Forest – calibration plot using Phyton 3

# 3. Random Forest – calibration plot using Phyton 3
### Import packages
import numpy as np
import pandas as pd
Expand Down

0 comments on commit 1a79de5

Please sign in to comment.