rfTitanic: fit a random forest model on the titanic data

Description Usage Arguments Author(s) Examples

Description

convenience function to reduce overhead of repeatedly fitting RF to titanic data

Usage

1
2
3
4
rfTitanic(formel = Survived ~ Sex + Pclass + PassengerId, 


    nRows = 500, ntree = 10, mtry = 3, nodesize = 1)

Arguments

formel

formula

nRows

subsample size

ntree

number of trees

mtry

mtry

nodesize

nodesize

Author(s)

Markus Loecher <Markus.Loecher@gmail.com>

Examples

1
rfTit = rfTitanic(nRows = 500,nodesize=10)

markusloecher/rfVarImpOOB documentation built on July 5, 2020, 6:50 p.m.