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