bagged.outliertrees: Robust Explainable Outlier Detection Based on OutlierTree

Bagged OutlierTrees is an explainable unsupervised outlier detection method based on an ensemble implementation of the existing OutlierTree procedure (Cortes, 2020). This implementation takes advantage of bootstrap aggregating (bagging) to improve robustness by reducing the possible masking effect and subsequent high variance (similarly to Isolation Forest), hence the name "Bagged OutlierTrees". To learn more about the base procedure OutlierTree (Cortes, 2020), please refer to <arXiv:2001.00636>.

Getting started

Package details

AuthorRafael Santos [aut, cre]
MaintainerRafael Santos <rafael.jpsantos@outlook.com>
LicenseMIT + file LICENSE
Version1.0.0
URL https://github.com/RafaJPSantos/bagged.outliertrees
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("bagged.outliertrees")

Try the bagged.outliertrees package in your browser

Any scripts or data that you put into this service are public.

bagged.outliertrees documentation built on July 6, 2021, 9:06 a.m.