{
  "_id": "6a55f2ceff0138dec5d6ad37",
  "Package": "outForest",
  "Title": "Multivariate Outlier Detection and Replacement",
  "Version": "1.0.2",
  "Authors@R": "person(given = \"Michael\",\nfamily = \"Mayer\",\nrole = c(\"aut\", \"cre\"),\nemail = \"mayermichael79@gmail.com\")",
  "Description": "Provides a random forest based implementation of the\nmethod described in Chapter 7.1.2 (Regression model based\nanomaly detection) of Chandola et al. (2009)\n<doi:10.1145/1541880.1541882>. It works as follows: Each\nnumeric variable is regressed onto all other variables by a\nrandom forest. If the scaled absolute difference between\nobserved value and out-of-bag prediction of the corresponding\nrandom forest is suspiciously large, then a value is considered\nan outlier. The package offers different options to replace\nsuch outliers, e.g. by realistic values found via predictive\nmean matching. Once the method is trained on a reference data,\nit can be applied to new data.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "URL": "https://github.com/mayer79/outForest",
  "BugReports": "https://github.com/mayer79/outForest/issues",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Repository": "https://mayer79.r-universe.dev",
  "Date/Publication": "2025-04-06 09:47:38 UTC",
  "RemoteUrl": "https://github.com/mayer79/outforest",
  "RemoteRef": "HEAD",
  "RemoteSha": "33820d491475455c04679c424c4d01dd42755898",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-14 08:24:10 UTC",
    "User": "root"
  },
  "Author": "Michael Mayer [aut, cre]",
  "Maintainer": "Michael Mayer <mayermichael79@gmail.com>",
  "_user": "mayer79",
  "_type": "src",
  "_file": "outForest_1.0.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/b29bd8eafc25a64f937d29e15e2a9957569b6aef4664bf6d1ae5cc3562ae9963",
  "_filesize": 486549,
  "_sha256": "b29bd8eafc25a64f937d29e15e2a9957569b6aef4664bf6d1ae5cc3562ae9963",
  "_expires": "2026-10-22T08:26:52.000Z",
  "_created": "2026-07-14T08:24:10.000Z",
  "_published": "2026-07-14T08:26:54.807Z",
  "_jobs": [
    {
      "job": 87036059370,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8304715079"
    },
    {
      "job": 87036059331,
      "time": 118,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8304712940"
    },
    {
      "job": 87036059399,
      "time": 95,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8304704053"
    },
    {
      "job": 87036059377,
      "time": 120,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8304713375"
    },
    {
      "job": 87035513079,
      "time": 176,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8304669973"
    },
    {
      "job": 87036059398,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8304710062"
    },
    {
      "job": 87036059333,
      "time": 88,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8304703217"
    },
    {
      "job": 87036059379,
      "time": 126,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8304715649"
    },
    {
      "job": 87036059369,
      "time": 83,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8304700023"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mayer79/actions/runs/29317711078",
  "_status": "success",
  "_upstream": "https://github.com/mayer79/outforest",
  "_commit": {
    "id": "33820d491475455c04679c424c4d01dd42755898",
    "author": "Michael Mayer <mayermichael79@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #16 from mayer79/update-code-cov-version\n\nUpdate code coverage version",
    "time": 1743932858
  },
  "_maintainer": {
    "name": "Michael Mayer",
    "email": "mayermichael79@gmail.com",
    "login": "mayer79",
    "description": "Unbiased statistics | ML",
    "uuid": 16206095
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "FNN",
      "role": "Imports"
    },
    {
      "package": "ranger",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "missRanger",
      "version": ">= 2.1.0",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "mayer79",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "machine-learning",
    "outlier",
    "outlier-analysis",
    "outlier-detection",
    "random-forest"
  ],
  "_stars": 14,
  "_contributors": [
    {
      "user": "mayer79",
      "count": 86,
      "uuid": 16206095
    }
  ],
  "_userbio": {
    "uuid": 16206095,
    "type": "user",
    "name": "Michael Mayer",
    "followers": 124,
    "description": "Unbiased statistics | ML"
  },
  "_downloads": {
    "count": 315,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/outForest"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/mayer79/outforest",
  "_searchresults": 23,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/outForest.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mayer79/outforest",
  "_realowner": "mayer79",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-01-13"
    },
    {
      "version": "0.1.1",
      "date": "2021-01-07"
    },
    {
      "version": "0.1.2",
      "date": "2022-01-31"
    },
    {
      "version": "0.1.3",
      "date": "2023-03-30"
    },
    {
      "version": "1.0.0",
      "date": "2023-04-25"
    },
    {
      "version": "1.0.1",
      "date": "2023-05-21"
    }
  ],
  "_exports": [
    "Data",
    "generateOutliers",
    "is.outForest",
    "outForest",
    "outliers"
  ],
  "_help": [
    {
      "page": "Data",
      "title": "Extracts Data",
      "topics": [
        "Data",
        "Data.default",
        "Data.outForest"
      ]
    },
    {
      "page": "generateOutliers",
      "title": "Adds Outliers",
      "topics": [
        "generateOutliers"
      ]
    },
    {
      "page": "is.outForest",
      "title": "Type Check",
      "topics": [
        "is.outForest"
      ]
    },
    {
      "page": "outForest",
      "title": "Multivariate Outlier Detection and Replacement",
      "topics": [
        "outForest"
      ]
    },
    {
      "page": "outliers",
      "title": "Extracts Outliers",
      "topics": [
        "outliers",
        "outliers.default",
        "outliers.outForest"
      ]
    },
    {
      "page": "plot.outForest",
      "title": "Plots outForest",
      "topics": [
        "plot.outForest"
      ]
    },
    {
      "page": "predict.outForest",
      "title": "Out-of-Sample Application",
      "topics": [
        "predict.outForest"
      ]
    },
    {
      "page": "print.outForest",
      "title": "Prints outForest",
      "topics": [
        "print.outForest"
      ]
    },
    {
      "page": "summary.outForest",
      "title": "Summarizes outForest",
      "topics": [
        "summary.outForest"
      ]
    }
  ],
  "_pkglogo": "https://github.com/mayer79/outforest/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/mayer79/outforest/raw/HEAD/README.md",
  "_rundeps": [
    "FNN",
    "lattice",
    "Matrix",
    "missRanger",
    "ranger",
    "Rcpp",
    "RcppEigen"
  ],
  "_vignettes": [
    {
      "source": "outForest.Rmd",
      "filename": "outForest.html",
      "title": "Using 'outForest'",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Installation",
        "Usage",
        "Pipe",
        "Out-of-sample application",
        "The formula interface",
        "Too many values are identified as outliers. Crap!",
        "I don't want outliers to be replaced!",
        "The algorithm takes too much time. What can I do?",
        "References"
      ],
      "created": "2021-04-11 08:19:09",
      "modified": "2023-05-21 19:31:49",
      "commits": 5
    }
  ],
  "_score": 5.20682587603185,
  "_indexed": true,
  "_nocasepkg": "outforest",
  "_universes": [
    "mayer79"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-07-14T08:26:15.000Z",
      "distro": "resolute",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/6cfb049b84f53380c8185ff546500eea18cd346e106ae6d755fa2ca8c77d1180",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/29317711078"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-07-14T08:26:09.000Z",
      "distro": "resolute",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/e309c801e8f547b535c952dc687b62809395eddb9c438aa0ee39da32cce66ef5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/29317711078"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-07-14T08:25:47.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/a677a040ad5cdcdd4a5c20fdb5a3e0016ff6092a884a27358477d2753f9255fb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/29317711078"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-07-14T08:26:08.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/371c529e550319e07b927085f71fee78c006da476921cffc4a2fd4ba70bfb7fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/29317711078"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.2",
      "date": "2026-07-14T08:26:15.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/d436197c42443a3c999651a71395e2f97c2dc1b4dbd0f9d4ebf0bc671edeeeee",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/29317711078"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-07-14T08:25:38.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/b508d7c1de84ea6adeada95640c4d323c48c33cc4927b200c2a6e687d988b48f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/29317711078"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-07-14T08:26:10.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/9fa9984ec9f887336567ca9e8fe4d7f8961e6b72430bdc15b57b988c0ba31b1f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/29317711078"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-07-14T08:25:27.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/26f05923810a5915c603c72a0bbf527a25b5fd92d9281c512f01c3aa9d8579cc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/29317711078"
    }
  ]
}