Package: arf 0.2.2

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.2.tar.gz
arf_0.2.2.zip(r-4.5)arf_0.2.2.zip(r-4.4)arf_0.2.2.zip(r-4.3)
arf_0.2.2.tgz(r-4.4-any)arf_0.2.2.tgz(r-4.3-any)
arf_0.2.2.tar.gz(r-4.5-noble)arf_0.2.2.tar.gz(r-4.4-noble)
arf_0.2.2.tgz(r-4.4-emscripten)arf_0.2.2.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

On CRAN:

8 exports 11 stars 2.11 score 18 dependencies 12 scripts 366 downloads

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

TargetResultDate
Doc / VignettesOKAug 31 2024
R-4.5-winOKAug 31 2024
R-4.5-linuxOKAug 31 2024
R-4.4-winOKAug 31 2024
R-4.4-macOKAug 31 2024
R-4.3-winOKAug 31 2024
R-4.3-macOKAug 31 2024

Exports:adversarial_rfdarfearfexpctfordeforgelikrarf

Dependencies:clicodetoolsdata.tableforeachglueiteratorslatticelifecyclemagrittrMatrixrangerRcppRcppEigenrlangstringistringrtruncnormvctrs

Adversarial Random Forests

Rendered fromarf.Rmdusingknitr::rmarkdownon Aug 31 2024.

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