Package: outliertree 1.10.0-1

outliertree: Explainable Outlier Detection Through Decision Tree Conditioning

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) <doi:10.48550/arXiv.2001.00636>. Loosely based on the 'GritBot' <https://www.rulequest.com/gritbot-info.html> software.

Authors:David Cortes [aut, cre]

outliertree_1.10.0-1.tar.gz
outliertree_1.10.0-1.zip(r-4.7)outliertree_1.10.0-1.zip(r-4.6)outliertree_1.10.0-1.zip(r-4.5)
outliertree_1.10.0-1.tgz(r-4.6-x86_64)outliertree_1.10.0-1.tgz(r-4.6-arm64)outliertree_1.10.0-1.tgz(r-4.5-arm64)outliertree_1.10.0-1.tgz(r-4.5-x86_64)
outliertree_1.10.0-1.tar.gz(r-4.7-arm64)outliertree_1.10.0-1.tar.gz(r-4.7-x86_64)outliertree_1.10.0-1.tar.gz(r-4.6-arm64)outliertree_1.10.0-1.tar.gz(r-4.6-x86_64)
outliertree_1.10.0-1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION
card.svg |card.png
outliertree/json (API)

# Install 'outliertree' in R:
install.packages('outliertree', repos = c('https://david-cortes.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/david-cortes/outliertree/issues

Uses libs:
  • c++– GNU Standard C++ Library v3
  • openmp– GCC OpenMP (GOMP) support library
Datasets:
  • hypothyroid - Data about thyroid hormones for anonymous patients
  • titanic - Data about passengers of the RMS Titanic

On CRAN:

Conda:

anomaly-detectionoutlier-detectioncppopenmp

7.71 score 64 stars 2 packages 25 scripts 1.8k downloads 3 exports 2 dependencies

Last updated from:8a9987259d. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK182
linux-devel-x86_64OK130
source / vignettesOK235
linux-release-arm64OK156
linux-release-x86_64OK145
macos-release-arm64OK105
macos-release-x86_64OK231
macos-oldrel-arm64OK111
macos-oldrel-x86_64OK403
windows-develOK141
windows-releaseOK135
windows-oldrelOK118
wasm-releaseOK154

Exports:check.outlierness.boundsextract.training.outliersoutlier.tree

Dependencies:RcerealRcpp

Explainable Outlier Detection in Titanic dataset
Loading the raw data | Pre-processing the data | Fitting a model | Examining the results more closely | Trying different hyperparameters

Last update: 2022-02-17
Started: 2022-02-17

Introducing OutlierTree
A look at the dataset | Finding outliers | A closer look at some of those outliers | Handling results

Last update: 2021-05-06
Started: 2021-05-06