필터 지우기
필터 지우기

Is k-folds cross-valiation in regressionlearner random or block/leave one out?

조회 수: 2 (최근 30일)
Daniel Goldstein
Daniel Goldstein 2022년 7월 21일
답변: Drew 2023년 1월 10일
Is the k-folds cross-valiation in the regressionlearner random or block/leave one out? The documentation does not say.
If random, does MATLAB have functionality to complete block/leave one out cross-validation?

답변 (1개)

Drew
Drew 2023년 1월 10일
You can perform leave-one-out cross-validation in Regression Learner by setting the number of cross-validation folds equal to the number of samples in your training set. At the session start dialogue, you will find that the number of samples in the training set is the maximum allowed value for the number of folds.

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by