API Documentation

API Documentation

Configuration & Execution

  • Executor
    • The main interface for experiment pipeline

Pipeline Components

  • Loader
    • Data loading and handling
  • Splitter
    • Data splitting for experiments
  • Processor
    • Data preprocessing and postprocessing
    • Appx.: Available Process type
  • Synthesizer
    • Synthetic data generation
  • Constrainer
    • Data constraint handler for synthetic data
  • Evaluator
    • Privacy, fidelity, and utility assessment
    • Appx.: Available Evaluation Methods.
  • Reporter
    • Results export and reporting

Data Management