paper-with-me

홈 › Papers

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

2026-04-06 · Selcuk Korkmaz, Dincer Goksuluk, Eda Karaismailoglu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2604.05225

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

bioLeak: Leakage-Aware Modeling and Diagnostics for Machine Learning in R

2026-04-13 · Selçuk Korkmaz arxiv

Data leakage remains a recurrent source of optimistic bias in biomedical machine learning studies. Standard row-wise cross-validation and globally estimated preprocessing steps are often inappropriate for data with repea…

Binary Classification

SaFeR: Safety-Critical Scenario Generation for Autonomous Driving Test via Feasibility-Constrained Token Resampling

2026-03-04 · Jinlong Cui, Fenghua Liang, Guo Yang, Chengcheng Tang 외 arxiv

Safety-critical scenario generation is crucial for evaluating autonomous driving systems. However, existing approaches often struggle to balance three conflicting objectives: adversarial criticality, physical feasibility…

Reinforcement LearningAutonomous Driving

Guarded Repair for Harm-Aware Post-hoc Replacement of LLM Mathematical Reasoning

2026-05-23 · Haizhou Xia arxiv

Post-hoc repair of LLM mathematical reasoning introduces an asymmetric risk: fixing an incorrect reasoning trace is useful, but replacing a trace that was already correct can be harmful. We study this problem under a sel…

Mathematical Reasoning

Beyond Final Answers: Auditing Trajectory-Level Hallucinations in Multi-Agent Industrial Workflows

2026-05-22 · Harshada Badave, Santosh Borse, Andrea Gomez, Harshitha Narahari 외 arxiv

Large Language Models (LLMs) are increasingly deployed as autonomous agents that reason, use tools, and act over multiple steps. Yet most hallucination benchmarks still evaluate only the final output, missing failures th…

GRACE-DS: a Guarded Reward-guided Agent Correction Environment in Data Science

2026-06-14 · Aleksandr Tsymbalov, Danis Zaripov, Artem Epifanov, Anastasiya Palienko arxiv

We introduce GRACE-DS, a Guarded Reward-guided Agent Correction Environment in Data Science for pre-deployment evaluation of LLM-powered AutoML agents. GRACE-DS is a set of evaluation metrics in an isolated environment t…

Feature EngineeringCode Repair