Package: outForest 1.0.1
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.1.tar.gz
outForest_1.0.1.zip(r-4.5)outForest_1.0.1.zip(r-4.4)outForest_1.0.1.zip(r-4.3)
outForest_1.0.1.tgz(r-4.4-any)outForest_1.0.1.tgz(r-4.3-any)
outForest_1.0.1.tar.gz(r-4.5-noble)outForest_1.0.1.tar.gz(r-4.4-noble)
outForest_1.0.1.tgz(r-4.4-emscripten)outForest_1.0.1.tgz(r-4.3-emscripten)
outForest.pdf |outForest.html✨
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 4 months agofrom:90daee4840. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | OK | Oct 27 2024 |
R-4.5-linux | OK | Oct 27 2024 |
R-4.4-win | OK | Oct 27 2024 |
R-4.4-mac | OK | Oct 27 2024 |
R-4.3-win | OK | Oct 27 2024 |
R-4.3-mac | OK | Oct 27 2024 |
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 |