Description Usage Arguments Author(s) Examples
convenience function to reduce overhead of repeatedly fitting RF to titanic data
1 2 3 4 | rfTitanic(formel = Survived ~ Sex + Pclass + PassengerId,
nRows = 500, ntree = 10, mtry = 3, nodesize = 1)
|
formel |
formula |
nRows |
subsample size |
ntree |
number of trees |
mtry |
mtry |
nodesize |
nodesize |
Markus Loecher <Markus.Loecher@gmail.com>
1 | rfTit = rfTitanic(nRows = 500,nodesize=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.