We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25f269 commit a4862a9Copy full SHA for a4862a9
ezyrb/reducedordermodel.py
@@ -462,8 +462,7 @@ def kfold_cv_error(
462
Split the database into k consecutive folds (no shuffling by default).
463
Each fold is used once as a validation while the k - 1 remaining folds
464
form the training set. If `n_splits` is equal to the number of
465
- snapshots this function is the same as `loo_error` but the error here
466
- is relative and not absolute.
+ snapshots this function is the same as `loo_error`.
467
468
:param int n_splits: number of folds. Must be at least 2.
469
:param function norm: function to apply to compute the relative error
0 commit comments