View source: R/evaluation-metrics.R
eval_mse | R Documentation |
예측값의 평균제곱오차를 계산한다.
eval_mse(.y, .y_hat)
.y |
관측 종속변수 값. 숫자형 벡터. |
.y_hat |
예측 종속변수 값. 숫자형 벡터. |
평균제곱오차.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.