These functions wrap common cross-validation functions from popular ML frameworks, adding automatic BORG validation. They block random CV when data dependencies are detected.
Details
BORG provides guarded versions of:
When dependencies are detected, these functions either:
Block the operation and suggest
borg_cv()insteadAutomatically switch to an appropriate blocked CV strategy