Package: arf 0.2.3

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. (2022) <arxiv:2205.09435>.

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

arf_0.2.3.tar.gz
arf_0.2.3.zip(r-4.5)arf_0.2.3.zip(r-4.4)arf_0.2.3.zip(r-4.3)
arf_0.2.3.tgz(r-4.4-any)arf_0.2.3.tgz(r-4.3-any)
arf_0.2.3.tar.gz(r-4.5-noble)arf_0.2.3.tar.gz(r-4.4-noble)
arf_0.2.3.tgz(r-4.4-emscripten)arf_0.2.3.tgz(r-4.3-emscripten)
arf.pdf |arf.html
arf/json (API)
NEWS

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

Peer review:

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

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

On CRAN:

6.43 score 13 stars 13 scripts 314 downloads 9 exports 18 dependencies

Last updated 3 months agofrom:f9074b8941. Checks:7 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKJan 13 2025
R-4.5-winOKJan 13 2025
R-4.5-linuxOKJan 13 2025
R-4.4-winOKJan 13 2025
R-4.4-macOKJan 13 2025
R-4.3-winOKJan 13 2025
R-4.3-macOKJan 13 2025

Exports:adversarial_rfdarfearfexpctfordeforgeimputelikrarf

Dependencies:clicodetoolsdata.tableforeachglueiteratorslatticelifecyclemagrittrMatrixrangerRcppRcppEigenrlangstringistringrtruncnormvctrs

Adversarial Random Forests

Rendered fromarf.Rmdusingknitr::rmarkdownon Jan 13 2025.

Last update: 2024-05-24
Started: 2024-05-03