Skip to content

Commit

Permalink
Merge pull request #503 from gibbona1/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt authored Apr 19, 2024
2 parents a16cd88 + c6926b2 commit be744a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/fair-aaa.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#'
#' @return
#' This function is a
#' [function factory](https://adv-r.hadley.nz/function-factories.html); it's
#' [function factory](https://adv-r.hadley.nz/function-factories.html); its
#' output is itself a function. Further, the functions that this function
#' outputs are also function factories. More explicitly, this looks like:
#'
Expand Down
2 changes: 1 addition & 1 deletion R/prob-mn_log_loss.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' probabilities of `.6` and `.9` where both are classified as predicting
#' a positive value, say, `"Yes"`, the accuracy metric would interpret them
#' as having the same value. If the true output is `"Yes"`, log loss penalizes
#' `.6` because it is "less sure" of it's result compared to the probability
#' `.6` because it is "less sure" of its result compared to the probability
#' of `.9`.
#'
#' @family class probability metrics
Expand Down
2 changes: 1 addition & 1 deletion man/mn_log_loss.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/new_groupwise_metric.Rd

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

0 comments on commit be744a3

Please sign in to comment.