score.default | R Documentation |
Julia Equivalent:
IAI.score
## Default S3 method:
score(obj, predictions, truths, ...)
obj |
The type of problem. |
predictions |
The predictions to evaluate. |
truths |
The true target values for these observations. |
... |
Other parameters, including the criterion. Refer to the Julia documentation for available parameters. |
Requires IAI version 2.1 or higher.
## Not run: iai::score("regression", y_pred, y_true, criterion="mse")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.