Skip to content

RFAE

0.1.0

Autoencoding Random Forests

0packages depend
1.1Kdownloads / year
74.8%test coverage
13/13checks pass

Overview

About
Maintained by Binh Duc VuFirst published 2026-01-171 releasesCRAN page ↗GitHub ↗

Autoencoding Random Forests ('RFAE') provide a method to autoencode mixed-type tabular data using Random Forests ('RF'), which involves projecting the data to a latent feature space of user-chosen dimensionality (usually a lower dimension), and then decoding the latent representations back into the input space. The encoding stage is useful for feature engineering and data visualisation tasks, akin to how principal component analysis ('PCA') is used, and the decoding stage is useful for compression and denoising tasks. At its core, 'RFAE' is a post-processing pipeline on a trained random forest model. This means that it can accept any trained RF of 'ranger' object type: 'RF', 'URF' or 'ARF'. Because of this, it inherits Random Forests' robust performance and capacity to seamlessly handle mixed-type tabular data. For more details, see Vu et al. (2025) doi:10.48550/arXiv.2505.21441.

Install

Health

CRAN checks
13OK
Slowest check: 4.3 min · r-devel-linux-x86_64-fedora-clang
Check history
  • OK2026-06-09
    13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
  • ERROR2026-06-08
    12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE
  • OK2026-05-02
    13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
  • ERROR2026-04-25
    11 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE
  • OK2026-03-10
    14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE

Documentation

Documentation signals are not tracked yet for this package.

Downloads

1.1K
CRAN downloads in the past year
Rank #22,752 · ~3/day · ~91/mo
RFAE
Daily download trend is not available in this view yet.
14130 days
49290 days
1.1K1 year
Compare downloads with other packages →
Also on34 r2u7 autocran

Repository

Repository
13Stars
0Forks
0Open issues
0Open PRs
0Releases
43Commits
3Contributors
43 commits · Last activity 2026-01-28 · 0% stars, 30d

Repository practices

Upstream repositoryBeta

2 development-tooling and community-health practices detected across 2 families in the upstream repository

Checks run against github.com/bips-hb/rfae on 2026-07-19.

Continuous integration (1)
GitHub Actions
CRAN release process (1)
cran-comments.md
How this is detected·Detection ruleset v1 (2026-07-18)

Dependencies

Declared dependencies
12 external dependencies (excludes base and recommended)
Depends (1)
R >= 4.4.0
Imports (11)
LinkingTo (0)
none
Enhances (0)
none
Reverse dependencies
0direct
0indirect

Nothing depends on this yet.

Code & Tests

People & History

People (4)
Maintainer (1)
Author, Maintainer
Authors (4)
Author, Maintainer
Author
Package Timeline

1 release. R releases are shown for context.

  • R
    R 4.6.0 released · 2026-04-24
  • 0.1.0Latest
    2026-03-10 · current release
  • R
    R 4.5.0 released · 2025-04-11

Package metadata

First published
2026-01-17
Total releases
1 / 1 yrs
License
GPL (>= 3) OSI
Download size
53 KB
Installed size
not tracked yet
With dependencies
not tracked yet
Report a problem with this page →