Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

predict.SL.ranger

Prediction wrapper for ranger random forests


Description

Prediction wrapper for SL.ranger objects.

Usage

## S3 method for class 'SL.ranger'
predict(object, newdata, family, num.threads = 1,
  verbose = object$verbose, ...)

Arguments

object

SL.kernlab object

newdata

Dataframe to generate predictions

family

Gaussian or binomial

num.threads

Number of threads used for parallelization

verbose

If TRUE output additional information during execution.

...

Unused additional arguments

See Also


SuperLearner

Super Learner Prediction

v2.0-28
GPL-3
Authors
Eric Polley [aut, cre], Erin LeDell [aut], Chris Kennedy [aut], Sam Lendle [ctb], Mark van der Laan [aut, ths]
Initial release
2021-05-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.