-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.3.0 release cleanup checks. NEWS updated after diff of each source …
…file.
- Loading branch information
Showing
12 changed files
with
41 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: ale | ||
Title: Interpretable Machine Learning and Statistical Inference with Accumulated Local Effects (ALE) | ||
Version: 0.2.0.20240212 | ||
Version: 0.3.0 | ||
Authors@R: c( | ||
person("Chitu", "Okoli", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-5574-7572")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,19 +19,22 @@ | |
#' @author Chitu Okoli \email{[email protected]} | ||
#' @docType package | ||
#' | ||
#' @import dplyr | ||
#' @import ggplot2 | ||
#' @import purrr | ||
#' @import stats | ||
#' @importFrom rlang .data | ||
#' | ||
#' @references Okoli, Chitu. 2023. | ||
#' “Statistical Inference Using Machine Learning and Classical Techniques Based | ||
#' on Accumulated Local Effects (ALE).” arXiv. <https://arxiv.org/abs/2310.09877>. | ||
#' | ||
#' | ||
#' @keywords internal | ||
#' @aliases ale-package NULL | ||
#' | ||
#' | ||
#' @import ggplot2 | ||
#' @import dplyr | ||
#' @import purrr | ||
#' @importFrom rlang .data | ||
#' @importFrom stats median | ||
#' @importFrom stats quantile | ||
#' | ||
'_PACKAGE' | ||
|
||
# How to document the package: https://roxygen2.r-lib.org/articles/rd-other.html#packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters