Package: arf 0.2.4

Marvin N. Wright

arf: Adversarial Random Forests

Adversarial random forests (ARFs) recursively partition data into fully factorized leaves, where features are jointly independent. The procedure is iterative, with alternating rounds of generation and discrimination. Data becomes increasingly realistic at each round, until original and synthetic samples can no longer be reliably distinguished. This is useful for several unsupervised learning tasks, such as density estimation and data synthesis. Methods for both are implemented in this package. ARFs naturally handle unstructured data with mixed continuous and categorical covariates. They inherit many of the benefits of random forests, including speed, flexibility, and solid performance with default parameters. For details, see Watson et al. (2023) <https://proceedings.mlr.press/v206/watson23a.html>.

Authors:Marvin N. Wright [aut, cre], David S. Watson [aut], Kristin Blesch [aut], Jan Kapar [aut]

arf_0.2.4.tar.gz
arf_0.2.4.zip(r-4.7)arf_0.2.4.zip(r-4.6)arf_0.2.4.zip(r-4.5)
arf_0.2.4.tgz(r-4.6-any)arf_0.2.4.tgz(r-4.5-any)
arf_0.2.4.tar.gz(r-4.7-any)arf_0.2.4.tar.gz(r-4.6-any)
arf_0.2.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
arf/json (API)
NEWS

# Install 'arf' in R:
install.packages('arf', repos = c('https://bips-hb.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/bips-hb/arf/issues

Pkgdown/docs site:https://bips-hb.github.io

On CRAN:

Conda:

6.36 score 16 stars 36 scripts 295 downloads 9 exports 18 dependencies

Last updated from:a01049f7b1. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK214
source / vignettesOK281
linux-release-x86_64OK179
macos-release-arm64OK190
macos-oldrel-arm64OK121
windows-develOK144
windows-releaseOK132
windows-oldrelOK146
wasm-releaseOK118

Exports:adversarial_rfdarfearfexpctfordeforgeimputelikrarf

Dependencies:clicodetoolsdata.tableforeachglueiteratorslatticelifecyclemagrittrMatrixrangerRcppRcppEigenrlangstringistringrtruncnormvctrs

Adversarial Random Forests

Rendered fromarf.Rmdusingknitr::rmarkdownon May 18 2026.

Last update: 2025-02-21
Started: 2024-05-03