-
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.
- Loading branch information
1 parent
a522e13
commit 26d0843
Showing
4 changed files
with
23 additions
and
20 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,15 +1,18 @@ | ||
Package: outliertree | ||
Type: Package | ||
Title: Explainable Outlier Detection Through Decision Tree Conditioning | ||
Version: 1.9.0 | ||
Author: David Cortes | ||
Version: 1.10.0 | ||
Authors@R: person(given = "David", | ||
family = "Cortes", | ||
role = c("aut", "cre"), | ||
email = "[email protected]") | ||
Maintainer: David Cortes <[email protected]> | ||
URL: https://github.com/david-cortes/outliertree | ||
BugReports: https://github.com/david-cortes/outliertree/issues | ||
Description: Outlier detection method that flags suspicious values within observations, | ||
constrasting them against the normal values in a user-readable format, potentially | ||
describing conditions within the data that make a given outlier more rare. | ||
Full procedure is described in Cortes (2020) <arXiv:2001.00636>. | ||
Full procedure is described in Cortes (2020) <doi:10.48550/arXiv.2001.00636>. | ||
Loosely based on the 'GritBot' <https://www.rulequest.com/gritbot-info.html> software. | ||
License: GPL (>= 3) | ||
Imports: Rcpp (>= 1.0.1), methods | ||
|
@@ -20,6 +23,7 @@ LazyData: true | |
VignetteBuilder: knitr | ||
RoxygenNote: 7.3.1 | ||
NeedsCompilation: yes | ||
Packaged: 2024-02-09 20:49:40 UTC; david | ||
Packaged: 2024-09-05 19:09:03 UTC; david | ||
Author: David Cortes [aut, cre] | ||
Repository: CRAN | ||
Date/Publication: 2024-02-09 21:40:02 UTC | ||
Date/Publication: 2024-09-06 14:40:06 UTC |
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