rfTitanic | R Documentation |
convenience function to reduce overhead of repeatedly fitting RF to titanic data
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>
rfTit = rfTitanic(nRows = 500,nodesize=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.