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>.

Package details

AuthorMarvin N. Wright [aut, cre] (<https://orcid.org/0000-0002-8542-6291>), David S. Watson [aut] (<https://orcid.org/0000-0001-9632-2159>), Kristin Blesch [aut] (<https://orcid.org/0000-0001-6241-3079>), Jan Kapar [aut] (<https://orcid.org/0009-0000-6408-2840>)
MaintainerMarvin N. Wright <cran@wrig.de>
LicenseGPL (>= 3)
Version0.2.0
URL https://github.com/bips-hb/arf https://bips-hb.github.io/arf/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("arf")

Try the arf package in your browser

Any scripts or data that you put into this service are public.

arf documentation built on May 29, 2024, 5:11 a.m.