predict.SL.ranger | R Documentation |
Prediction wrapper for SL.ranger objects.
## S3 method for class 'SL.ranger'
predict(object, newdata, family, num.threads = 1,
verbose = object$verbose, ...)
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 |
SL.ranger
ranger
predict.ranger
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.