rfModel.pdp: Random forest model approach with pdp estimator

Description Usage Arguments Further Details

View source: R/rfModel.R

Description

Use of pdp estimator in random forest approach

Usage

1
2
3
## S3 method for class 'pdp'
rfModel(estimator, rf_df, rf_spec, ntrees = 200,
  seed = 1, ...)

Arguments

estimator

Type of model to estimates (pdp)

rf_df

Transactions dataset from hedCreateSales()

rf_spec

Model specification ('formula' object)

ntrees

[200] Set number of trees to use

seed

[1] Random seed for reproducibility

...

Additional arguments

Further Details

See '?rfModel' for more information


hpiR documentation built on April 1, 2020, 5:09 p.m.