Skip to content

Commit a4862a9

Browse files
kshitij-mathsndem0
authored andcommitted
kfold_cv_error: docstring fix
1 parent a25f269 commit a4862a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ezyrb/reducedordermodel.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,7 @@ def kfold_cv_error(
462462
Split the database into k consecutive folds (no shuffling by default).
463463
Each fold is used once as a validation while the k - 1 remaining folds
464464
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.
465+
snapshots this function is the same as `loo_error`.
467466
468467
:param int n_splits: number of folds. Must be at least 2.
469468
:param function norm: function to apply to compute the relative error

0 commit comments

Comments
 (0)