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

On CRAN:

6.40 score 12 stars 13 scripts 376 downloads 9 exports 18 dependencies

Last updated 7 days agofrom:f9074b8941. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 14 2024
R-4.5-winOKNov 14 2024
R-4.5-linuxOKNov 14 2024
R-4.4-winOKNov 14 2024
R-4.4-macOKNov 14 2024
R-4.3-winOKNov 14 2024
R-4.3-macOKNov 14 2024

Exports:adversarial_rfdarfearfexpctfordeforgeimputelikrarf

Dependencies:clicodetoolsdata.tableforeachglueiteratorslatticelifecyclemagrittrMatrixrangerRcppRcppEigenrlangstringistringrtruncnormvctrs

Adversarial Random Forests

Rendered fromarf.Rmdusingknitr::rmarkdownon Nov 14 2024.

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