Leakage-safe end-to-end DF+FS+classification pipeline configuration, execution, and reproducibility helpers.
Package source: tabnetics.pipeline
Package overview
Stable DF+FS pipeline surface with the promoted leakage-safe FS->DF workflow (df_stage_position="after_fs"), so distribution fitting operates on the feature space that survives selection rather than the full raw matrix.
Stable exports
class ClassificationConfig(class) - Source. Stage-2 classifier backend configuration.DFFSSafeBundleError(export) - Exported bytabnetics.pipeline.DFFSClassifier(export) - Exported bytabnetics.pipeline.class DFFSConfig(class) - Source.class DistributionFitterConfig(class) - Source.class DistributionFeatureSelectionPipeline(class) - Source. Integrated DF+FS pipeline with strict leakage-safe protocol.class FittedPipelineComponents(class) - Source. Train-only fitted state consumed by the public sklearn estimator.class IncompleteFeatureSelectionError(RuntimeError)(class) - Source. Fail-closed selector outcome that must not enter Stage 2.FitResamplingContext(export) - Exported bytabnetics.pipeline.LeakageAudit(export) - Exported bytabnetics.pipeline.ResolvedSplit(export) - Exported bytabnetics.pipeline.ResolvedSplitPlan(export) - Exported bytabnetics.pipeline.ResamplingContractError(export) - Exported bytabnetics.pipeline.ResamplingPolicy(export) - Exported bytabnetics.pipeline.SAFE_DFFS_BUNDLE_ARTIFACT(export) - Exported bytabnetics.pipeline.SAFE_DFFS_BUNDLE_SCHEMA_VERSION(export) - Exported bytabnetics.pipeline.SAFE_DFFS_BUNDLE_TRUST_MODE(export) - Exported bytabnetics.pipeline.SAFE_DFFS_ROUTE_ID(export) - Exported bytabnetics.pipeline.SafeBundleIntegrityError(export) - Exported bytabnetics.pipeline.SafeBundleSchemaError(export) - Exported bytabnetics.pipeline.SafeDFFSInferenceModel(export) - Exported bytabnetics.pipeline.SplitAssignment(export) - Exported bytabnetics.pipeline.TRAINING_BALANCE_METHODS(export) - Exported bytabnetics.pipeline.TRAINING_BALANCE_SCHEMA_VERSION(export) - Exported bytabnetics.pipeline.TrainingBalanceConfig(export) - Exported bytabnetics.pipeline.TrainingBalanceContractError(export) - Exported bytabnetics.pipeline.TrainingBalanceProvenance(export) - Exported bytabnetics.pipeline.TrainingBalanceResult(export) - Exported bytabnetics.pipeline.UnsupportedSafeBundleStateError(export) - Exported bytabnetics.pipeline.create_safe_dffs_bundle(export) - Exported bytabnetics.pipeline.apply_training_balance(export) - Exported bytabnetics.pipeline.load_safe_dffs_bundle(export) - Exported bytabnetics.pipeline.resolve_assignment(export) - Exported bytabnetics.pipeline.resolve_cv(export) - Exported bytabnetics.pipeline.resolve_holdout(export) - Exported bytabnetics.pipeline.resolve_leave_one_source_out(export) - Exported bytabnetics.pipeline.
Module details
tabnetics.pipeline.__init__
Stable DF+FS pipeline surface with the promoted leakage-safe FS->DF workflow (df_stage_position="after_fs"), so distribution fitting operates on the feature space that survives selection rather than the full raw matrix.
No top-level public symbols are exported directly from this module.
tabnetics.pipeline.config
Pipeline configuration dataclasses for the stable DF+FS runtime, including the promoted df_stage_position="after_fs" ordering used by the benchmark and validation entrypoints.
No top-level public symbols are exported directly from this module.
tabnetics.pipeline.pipeline
Integrated distribution-fitting + feature-selection pipeline.
class SupportProfile(class) - Source.class DataAuditReport(class) - Source.class DistributionFitSummary(class) - Source.class DistributionFitterConfig(class) - Source.class ClassificationConfig(class) - Source. Stage-2 classifier backend configuration.class DFFSConfig(class) - Source.class PipelineRunResult(class) - Source.class NestedPairingEvaluationError(RuntimeError)(class) - Source. Fail closed when an opt-in nested pairing contract cannot be honored.class FittedPipelineComponents(class) - Source. Train-only fitted state consumed by the public sklearn estimator.class IncompleteFeatureSelectionError(RuntimeError)(class) - Source. Fail-closed selector outcome that must not enter Stage 2.class UnsafeLegacyBundleError(ValueError)(class) - Source. Raised before any legacy arbitrary-pickle payload is decoded.class DFFSReproducibleModel(class) - Source. Legacy trusted-runtime inference helper backed by arbitrary pickle.def load_df_fs_model_bundle(path: str, *, trusted_legacy_pickle: bool = False) -> DFFSReproducibleModel(function) - Source.class DistributionFitter(class) - Source. Wrapper around UnifiedDistributionSelectorV6 with auditing and diagnostics.class DistributionFeatureSelectionPipeline(class) - Source. Integrated DF+FS pipeline with strict leakage-safe protocol.
Documentation and webpages on this site are generated from authoritative internal sources using a combination of deterministic rules and generative AI. Errors are possible. Please report issues via GitHub Discussions or email [email protected].