Description Usage Arguments Value
View source: R/validate-predictions.R
This function tests that model predictions make sense. It is intended to be run after new data has been scored, but before it has been submitted. We might ensure that outputs are sensible, within an expected range, or do not contain sensitive data. Failed assertions will raise an error. Upon success, the md5 hash of the predictions will be returned.
1 | validate_predictions(predictions)
|
predictions |
A vector of model predictions |
The MD5 hash of the predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.