Package: arf 0.2.3
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:
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')) |
Bug tracker:https://github.com/bips-hb/arf/issues
Last updated 7 days agofrom:f9074b8941. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 14 2024 |
R-4.5-win | OK | Nov 14 2024 |
R-4.5-linux | OK | Nov 14 2024 |
R-4.4-win | OK | Nov 14 2024 |
R-4.4-mac | OK | Nov 14 2024 |
R-4.3-win | OK | Nov 14 2024 |
R-4.3-mac | OK | Nov 14 2024 |
Exports:adversarial_rfdarfearfexpctfordeforgeimputelikrarf
Dependencies:clicodetoolsdata.tableforeachglueiteratorslatticelifecyclemagrittrMatrixrangerRcppRcppEigenrlangstringistringrtruncnormvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
arf: Adversarial Random Forests | arf-package arf |
Adversarial Random Forests | adversarial_rf |
Shortcut likelihood function | darf |
Shortcut expectation function | earf |
Expected Value | expct |
Forests for Density Estimation | forde |
Forests for Generative Modeling | forge |
Missing value imputation with ARF | impute |
Likelihood Estimation | lik |
Shortcut sampling function | rarf |