Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

Principle:DistrictDataLabs Yellowbrick Scatter Feature Visualization

From Leeroopedia


Knowledge Sources
Domains Feature_Analysis, Visualization
Last Updated 2026-02-08 05:00 GMT

Overview

Technique for visualizing the relationship between two features as a scatter plot with class-based point coloring to reveal separability and distribution patterns.

Description

Bivariate scatter visualization plots each observation as a point in 2D feature space, colored by its target class label. This reveals inter-class separability, feature correlations, outliers, and distribution shapes. It is one of the most fundamental exploratory data analysis techniques and supports feature selection by identifying which feature pairs best separate classes.

Usage

Use this principle during exploratory data analysis when assessing feature quality and class separability in bivariate feature space.

Theoretical Basis

For features x1,x2 and class labels y:

Plot: (x1i,x2i) colored by yii{1,...,n}

Good class separability is indicated by minimal overlap between class-colored clusters.

Related Pages

Page Connections

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