Stats
Actions
Tags
From mltoolkit
Generate exploratory figures for the current dataset (correlation heatmap, target distribution, feature distributions).
How this skill is triggered — by the user, by Claude, or both
Slash command
/mltoolkit:edaThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **If no session exists**: run the generic EDA via `python {PLUGIN_ROOT}/skills/setup/references/setup_reference.py --data <DATA> --target <TARGET> --output-dir .mltoolkit`.
python {PLUGIN_ROOT}/skills/setup/references/setup_reference.py --data <DATA> --target <TARGET> --output-dir .mltoolkit.python .mltoolkit/session.py --data <DATA> --target <TARGET> --output-dir .mltoolkit --stage eda..mltoolkit/artifacts/ and present them to the user.npx claudepluginhub olatechie/mltoolkit-pluginCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.