get_honest {orf} | R Documentation |
Get Honest Predictions
Description
get honest prediction, i.e. fitted values for in sample data (train and honest sample) based on the honest sample
Usage
get_honest(forest, honest_data, train_data)
Arguments
forest |
estimated forest object of type ranger |
honest_data |
honest dataframe |
train_data |
train dataframe |
Value
vector of honest forest predictions
[Package orf version 0.1.4 Index]