paper-with-me

Papers

arfpy: A python package for density estimation and generative modeling with adversarial random forests

2023-11-13 · Kristin Blesch, Marvin N. Wright

This paper introduces $\textit{arfpy}$, a python implementation of Adversarial Random Forests (ARF) (Watson et al., 2023), which is a lightweight procedure for synthesizing new data that resembles some given data. The software $\textit{arfpy}$ equips practitioners with straightforward functionalities for both density estimation and generative modeling. The method is particularly useful for tabular data and its competitive performance is demonstrated in previous literature. As a major advantage over the mostly deep learning based alternatives, $\textit{arfpy}$ combines the method's reduced requirements in tuning efforts and computational resources with a user-friendly python interface. This supplies audiences across scientific fields with software to generate data effortlessly.

📄 PDF Abstract BibTeX arXiv:2311.07366

Code (1)

bips-hb/arfpy 공식 구현

Tasks

Density Estimation

Similar Papers 제목 키워드 기반

DeBaCl: A Python Package for Interactive DEnsity-BAsed CLustering

2013-07-30 · Brian P. Kent, Alessandro Rinaldo, Timothy Verstynen

The level set tree approach of Hartigan (1975) provides a probabilistically based and highly interpretable encoding of the clustering behavior of a dataset. By representing the hierarchy of data modes as a dendrogram of …

ClusteringComputational Efficiency

AutoGMM: Automatic and Hierarchical Gaussian Mixture Modeling in Python

2019-09-06 · Thomas L. Athey, Tingshan Liu, Benjamin D. Pedigo, Joshua T. Vogelstein

Background: Gaussian mixture modeling is a fundamental tool in clustering, as well as discriminant analysis and semiparametric density estimation. However, estimating the optimal model for any given number of components …

ClusteringDensity Estimation

genriesz: A Python Package for Automatic Debiased Machine Learning with Generalized Riesz Regression

2026-02-19 · Masahiro Kato arxiv

Efficient estimation of causal and structural parameters can be automated using the Riesz representation theorem and debiased machine learning (DML). We present genriesz, an open-source Python package that implements aut…

DADApy: Distance-based Analysis of DAta-manifolds in Python

2022-05-04 · Aldo Glielmo, Iuri Macocco, Diego Doimo, Matteo Carli 외

DADApy is a python software package for analysing and characterising high-dimensional data manifolds. It provides methods for estimating the intrinsic dimension and the probability density, for performing density-based c…

Clustering

$whittlehurst$: A Python package implementing Whittle's likelihood estimation of the Hurst exponent

2025-05-16 · Bálint Csanády, Lóránt Nagy, András Lukács

This paper presents $whittlehurst$, a Python package implementing Whittle's likelihood method for estimating the Hurst exponent in fractional Brownian motion (fBm). While the theoretical foundations of Whittle's estimato…

Computational Efficiency