regression_metrics | R Documentation |
Regression Metrics
regression_metrics(true, predicted, na.rm = TRUE, sample = character())
true |
Numeric vector: True values. |
predicted |
Numeric vector: Predicted values. |
na.rm |
Logical: If TRUE, remove NA values before computation. |
sample |
Character: Sample name (e.g. "training", "test"). |
RegressionMetrics
object.
EDG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.