Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
maksymiuks committed Sep 4, 2024
1 parent d49cdc0 commit 7522131
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Description: Any unverified black box model is the path to failure. Opaqueness l
License: GPL
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Depends: R (>= 3.5)
Imports:
ggplot2,
Expand Down
3 changes: 3 additions & 0 deletions R/plot_model_performance.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#' @param show_outliers number of largest residuals to be presented (only when geom = boxplot).
#' @param ptlabel either \code{"name"} or \code{"index"} determines the naming convention of the outliers
#'
#' @details
#' Whenever multiple explainers are provided using ellipsis, they are sorted based on their labels levels.
#'
#' @return An object of the class \code{model_performance}.
#'
#' @export
Expand Down
3 changes: 3 additions & 0 deletions man/plot.model_performance.Rd

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

0 comments on commit 7522131

Please sign in to comment.