Skip to content

outForest

Multivariate Outlier Detection and Replacement

v1.0.1 · May 21, 2023 · GPL (>= 2)

Description

Provides a random forest based implementation of the method described in Chapter 7.1.2 (Regression model based anomaly detection) of Chandola et al. (2009) <doi:10.1145/1541880.1541882>. It works as follows: Each numeric variable is regressed onto all other variables by a random forest. If the scaled absolute difference between observed value and out-of-bag prediction of the corresponding random forest is suspiciously large, then a value is considered an outlier. The package offers different options to replace such outliers, e.g. by realistic values found via predictive mean matching. Once the method is trained on a reference data, it can be applied to new data.

Downloads

291

Last 30 days

14123rd

697

Last 90 days

2.9K

Last year

Trend: +37.3% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Dependency Network

Dependencies Reverse dependencies FNN ranger missRanger outForest

Version History

new 1.0.1 Mar 10, 2026
updated 1.0.1 ← 1.0.0 diff May 20, 2023
updated 1.0.0 ← 0.1.3 diff Apr 24, 2023
updated 0.1.3 ← 0.1.2 diff Mar 29, 2023
updated 0.1.2 ← 0.1.1 diff Jan 30, 2022
updated 0.1.1 ← 0.1.0 diff Jan 6, 2021
new 0.1.0 Jan 12, 2020