English

fastml: Guarded Resampling Workflows for Safer Automated Machine Learning in R

Computation 2026-04-14 v1 Machine Learning Applications Machine Learning

Abstract

Preprocessing leakage arises when scaling, imputation, or other data-dependent transformations are estimated before resampling, inflating apparent performance while remaining hard to detect. We present fastml, an R package that provides a single-call interface for leakage-aware machine learning through guarded resampling, where preprocessing is re-estimated inside each resample and applied to the corresponding assessment data. The package supports grouped and time-ordered resampling, blocks high-risk configurations, audits recipes for external dependencies, and includes sandboxed execution and integrated model explanation. We evaluate fastml with a Monte Carlo simulation contrasting global and fold-local normalization, a usability comparison with tidymodels under matched specifications, and survival benchmarks across datasets of different sizes. The simulation demonstrates that global preprocessing substantially inflates apparent performance relative to guarded resampling. fastml matched held-out performance obtained with tidymodels while reducing workflow orchestration, and it supported consistent benchmarking of multiple survival model classes through a unified interface.

Keywords

Cite

@article{arxiv.2604.05225,
  title  = {fastml: Guarded Resampling Workflows for Safer Automated Machine Learning in R},
  author = {Selcuk Korkmaz and Dincer Goksuluk and Eda Karaismailoglu},
  journal= {arXiv preprint arXiv:2604.05225},
  year   = {2026}
}

Comments

36 pages, 2 figures

R2 v1 2026-07-01T11:56:17.252Z