Package: outForest 1.0.2

outForest: Multivariate Outlier Detection and Replacement
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.
Authors:
outForest_1.0.2.tar.gz
outForest_1.0.2.zip(r-4.7)outForest_1.0.2.zip(r-4.6)outForest_1.0.2.zip(r-4.5)
outForest_1.0.2.tgz(r-4.6-any)outForest_1.0.2.tgz(r-4.5-any)
outForest_1.0.2.tar.gz(r-4.7-any)outForest_1.0.2.tar.gz(r-4.6-any)
outForest_1.0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
outForest/json (API)
NEWS
| # Install 'outForest' in R: |
| install.packages('outForest', repos = c('https://mayer79.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mayer79/outforest/issues
machine-learningoutlieroutlier-analysisoutlier-detectionrandom-forest
Last updated from:33820d4914. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 117 | ||
| source / vignettes | OK | 156 | ||
| linux-release-x86_64 | OK | 114 | ||
| macos-release-arm64 | OK | 87 | ||
| macos-oldrel-arm64 | OK | 122 | ||
| windows-devel | OK | 77 | ||
| windows-release | OK | 77 | ||
| windows-oldrel | OK | 72 | ||
| wasm-release | OK | 98 |
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Extracts Data | Data Data.default Data.outForest |
| Adds Outliers | generateOutliers |
| Type Check | is.outForest |
| Multivariate Outlier Detection and Replacement | outForest |
| Extracts Outliers | outliers outliers.default outliers.outForest |
| Plots outForest | plot.outForest |
| Out-of-Sample Application | predict.outForest |
| Prints outForest | print.outForest |
| Summarizes outForest | summary.outForest |
