| LeakSplits-class | R Documentation |
These classes capture splits, model fits, and audit diagnostics produced by
make_split_plan(), fit_resample(), and audit_leakage().
## S4 method for signature 'LeakDeltaLSI'
show(object)
object |
A |
An S4 object of the respective class.
modeSplitting mode. One of "subject_grouped", "batch_blocked", "study_loocv", "time_series", or "combined".
indicesList of resampling descriptors (train/test indices when available)
info(LeakSplits) Metadata associated with the split plan (mode, coldata, hash, etc.)
splitsA ['LeakSplits'] object used for resampling
metricsModel performance metrics per resample
metric_summarySummary of metrics across resamples
auditAudit information per resample
predictionsList of prediction objects
preprocessPreprocessing steps used during fitting
learnersLearner definitions used in the pipeline
outcomeOutcome variable name
taskModeling task name
feature_namesFeature names included in the model
info(LeakFit) Metadata about the model fit (sample IDs, timings, provenance, etc.)
fitA ['LeakFit'] object used to generate the audit
permutation_gapData frame summarising permutation gaps
perm_valuesNumeric vector of permutation-based scores
batch_assocData frame of batch associations
target_assocData frame of feature-wise outcome associations
duplicatesData frame detailing duplicate records
trailList capturing audit trail information
info(LeakAudit) Metadata about the audit (mechanism summary, settings, provenance, etc.)
metricPerformance metric compared between pipelines
exchangeabilityExchangeability assumption used for the sign-flip test
tierInference tier label based on effective number of repeats
strictWhether strict mode was requested
R_effEffective number of paired repeats available for inference
delta_lsiHuber-robust point estimate of repeat-level metric difference
delta_lsi_ciBCa 95% CI for delta_lsi (NA when R_eff < 10)
delta_metricArithmetic mean of repeat-level metric differences
delta_metric_ciBCa 95% CI for delta_metric (NA when R_eff < 10)
p_valueSign-flip randomization test p-value (NA when R_eff < 5 or unpaired)
inference_okTRUE when tier A (R_eff >= 20, paired, finite p and CI)
folds_naivePer-fold data frame for the naive pipeline
folds_guardedPer-fold data frame for the guarded pipeline
repeats_naivePer-repeat aggregate data frame for the naive pipeline
repeats_guardedPer-repeat aggregate data frame for the guarded pipeline
info(LeakDeltaLSI) Metadata including R_naive, R_guarded, paired status, and block details
[make_split_plan()], [fit_resample()], [audit_leakage()]
[fit_resample()]
[audit_leakage()], [audit_report()]
[delta_lsi()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.