Deep Feature Synthesis (2D): Automated Feature Engineering
A 2D node-graph + scatter/bar view of Deep Feature Synthesis: walk a relational Customers → Transactions → Categories schema, synthesize aggregation features (COUNT, SUM, MEAN, MAX, STD) at one or two hops, and rank them live by Pearson correlation with a hidden target.
Before any model-selection or hyperparameter search runs, an AutoML pipeline has to turn raw relational tables into a flat feature matrix — and it does this automatically with Deep Feature Synthesis. This 2D companion simulator builds the same relational schema (Customers → Transactions → Categories) as its 3D twin, but renders it as three independently-drawn panels: a pannable/zoomable node graph, a live scatter plot of the best synthesized feature against a hidden target, and a ranked bar chart of every candidate feature's Pearson correlation. Tune signal strength, synthesis depth and customer count, spotlight a single aggregation primitive, and watch automated feature engineering either converge on the useful aggregate or, when the signal is weak, find nothing better than chance.
A 2D node-graph and scatter/bar view of Deep Feature Synthesis: walk a relational Customers → Transactions → Categories graph, synthesize aggregation features (COUNT, SUM, MEAN, MAX, STD) at one or two hops of depth, and rank each one live by Pearson correlation with a hidden target.
2D · HTML5 Canvas 2D · 60 FPS target · runs fully client-side, no install