r2: R^2 (coefficient of determination)

View source: R/models.R

r2R Documentation

R^2 (coefficient of determination)

Description

R^2 (coefficient of determination)

Usage

r2(y_true, y_pred)

Arguments

y_true

A numeric vector with ground truth values.

y_pred

A numeric vector with predicted values.


quadbiolab/Pando documentation built on April 22, 2024, 8:14 a.m.