Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loo_moment_match.R: fix doc for default k_threshold #279

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion R/loo_moment_matching.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#' reached, there will be a warning, and increasing `max_iters` may improve
#' accuracy.
#' @param k_threshold Threshold value for Pareto k values above which the moment
#' matching algorithm is used. The default value is `1 - 1 / log10(S)`,
#' matching algorithm is used. The default value is `min(1 - 1/log10(S), 0.7)`,
#' where `S` is the sample size.
#' @param split Logical; Indicate whether to do the split transformation or not
#' at the end of moment matching for each LOO fold.
Expand Down
3 changes: 2 additions & 1 deletion man/loo_model_weights.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/loo_moment_match.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading