diff --git a/ezyrb/reducedordermodel.py b/ezyrb/reducedordermodel.py index 6f6ef9b..cbe0a8d 100644 --- a/ezyrb/reducedordermodel.py +++ b/ezyrb/reducedordermodel.py @@ -462,8 +462,7 @@ def kfold_cv_error( Split the database into k consecutive folds (no shuffling by default). Each fold is used once as a validation while the k - 1 remaining folds form the training set. If `n_splits` is equal to the number of - snapshots this function is the same as `loo_error` but the error here - is relative and not absolute. + snapshots this function is the same as `loo_error`. :param int n_splits: number of folds. Must be at least 2. :param function norm: function to apply to compute the relative error