Jump to content

Connect Leeroopedia MCP: Equip your AI agents to search best practices, build plans, verify code, diagnose failures, and look up hyperparameter defaults.

Principle:Sdv dev SDV Column Pair Visualization

From Leeroopedia
Knowledge Sources
Domains Visualization, Data_Quality
Last Updated 2026-02-14 00:00 GMT

Overview

A visual comparison technique that plots real and synthetic bivariate relationships between column pairs to assess correlation fidelity.

Description

Column pair visualization creates plots comparing the joint distribution of two columns between real and synthetic data. Plot types are auto-selected: scatter for numerical pairs, heatmap for categorical pairs, and box for mixed types. This reveals whether the synthesizer captures inter-column relationships.

Usage

Use after generating synthetic data to visually inspect pairwise column relationships.

Theoretical Basis

Bivariate distribution comparison: overlay Preal(Xi,Xj) vs Psynthetic(Xi,Xj).

Related Pages

Implemented By

Page Connections

Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment