Learn R Programming

fastml (version 0.7.5)

fastml_guard_detect_full_analysis: Guarded Resampling Utilities

Description

Internal helpers that enforce the Guarded Resampling Principle by fitting preprocessing pipelines independently within each resampling split. These functions are not exported.

Usage

fastml_guard_detect_full_analysis(split, total_rows)

Arguments

split

An `rsample` split object representing a single resample.

total_rows

Integer; total number of rows in the original dataset.