-
Hi, I perform k-fold cross-validation in If so, reporting standard deviation would be also useful? best, |
Beta Was this translation helpful? Give feedback.
Answered by
pplonski
Jan 21, 2022
Replies: 1 comment 3 replies
-
Hi @filipsPL, The metrics are computed from all samples in the case of cross-validation. The AutoML gathers predictions from all folds and then computes the metric. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
filipsPL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @filipsPL,
The metrics are computed from all samples in the case of cross-validation. The AutoML gathers predictions from all folds and then computes the metric.