Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ezyrb/reducedordermodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading