Research: data-wizard

Cached research evidence for data-wizard (not authority).

Back to catalog page

Problem: Analyze data and guide ML: EDA, model selection, feature engineering, stats, visualization, MLOps. Use for data work. NOT for ETL, database design (database-architect), or frontend viz code.

Stack / assumptions: portable skill scripts under scripts/; on-demand references; eval fixtures

Comparable alternative: database-architect for etl, database design

Repo summary:

Full-stack data science and ML engineering — from exploratory data analysis through model deployment strategy. Adapts approach based on complexity classification.

> Grounded in repository skills/data-wizard/SKILL.md; treat as evidence, not authority.

Sub-modes: viz planviz render → optional viz dashboard for shareable EDA HTML.

ModeScriptOutput
Viz Planscripts/viz-planner.pyJSON chart plan (goal_category, encodings, column mappings)
Viz Renderscripts/viz-renderer.pyPNG or HTML chart files from plan JSON
Viz Dashboardscripts/dashboard-builder.pyComposable HTML dashboard from profiler JSON

Flow: Profile data with data-profiler.py first; use base viz for recommendations only. When the user wants artifacts, run plan then render; pass --viz-plan and --render-result into the dashboard builder when embedding charts.

References: references/visualization.md (plan/render), references/dashboard-design.md (dashboard schema).