View source: R/as_prediction.R
as_prediction | R Documentation |
Convert object to a Prediction or a list of Prediction.
as_prediction(x, check = FALSE, ...)
## S3 method for class 'Prediction'
as_prediction(x, check = FALSE, ...)
## S3 method for class 'PredictionDataClassif'
as_prediction(x, check = FALSE, ...)
## S3 method for class 'PredictionDataRegr'
as_prediction(x, check = FALSE, ...)
as_predictions(x, predict_sets = "test", ...)
## S3 method for class 'list'
as_predictions(x, predict_sets = "test", ...)
x |
(any) |
check |
( |
... |
(any) |
predict_sets |
( |
Prediction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.