git404hub

what is ml-shap-skill fr?

from-zero-tohero/ml-shap-skill — explained in plain English

Analysis updated 2026-05-18

22Audience · dataComplexity · 3/5Setup · easy

tl;dr

A Codex skill that runs a full leakage-aware machine learning analysis on CSV or Excel data, including SHAP-based explanations of model predictions.

vibe map

mindmap
  root((ML-SHAP Skill))
    What it does
      Audits data quality
      Picks validation strategy
      Compares models
      Explains with SHAP
    Tech stack
      Codex skill
      Python
      SHAP
    Use cases
      Analyze tabular data
      Explain model predictions
      Generate reports
    Audience
      Data scientists
      Researchers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Run a full regression or classification analysis on an Excel or CSV dataset without writing the pipeline by hand.

VIBE 2

Generate SHAP explanations showing which features drive each prediction and in which direction.

VIBE 3

Produce publication-ready figures, an Excel workbook, and a written report from a single dataset.

what's the stack?

PythonSHAPCodex

how it stacks up fr

from-zero-tohero/ml-shap-skillaerdelan/housand-domaintoolmatrixaffaan-m/opencode
Stars222222
LanguageTypeScriptTypeScript
Last pushed2026-02-09
MaintenanceMaintained
Setup difficultyeasyeasyeasy
Complexity3/52/52/5
Audiencedatadeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

Requires Codex with a skills directory to run this as an invokable skill.

No license has been specified, the author asks that one be added before redistribution or reuse.

in plain english

ML-SHAP Skill is a reusable add-on for Codex, an AI coding assistant, that runs a complete machine learning analysis on tabular data stored in CSV or Excel files. Instead of writing all the analysis code yourself, you point the skill at your data and describe your goal, and it handles the statistical workflow for you. The skill first checks the data for common problems: missing values, duplicate rows, inconsistent types, outliers, and signs that information from outside the training set has leaked into it. It then picks an appropriate way to split the data into training and test portions depending on whether the data is a plain snapshot, follows a timeline, is grouped by category such as city or customer, or has a spatial structure. From there it compares several types of models, from simple baselines to tree-based and boosting models, and tunes them carefully so the test portion is never used to influence the tuning. A major feature is explainability through SHAP, a method for showing how much each input variable contributed to a prediction and in which direction. The skill produces SHAP charts such as beeswarm plots showing feature importance and value spread, along with dependence and interaction charts. When SHAP cannot be used for a particular model, it falls back to alternative importance methods and clearly labels them as substitutes rather than presenting them as SHAP results. The output is meant to be publication-ready: charts saved as PNG, PDF, and SVG, an Excel workbook, a written report, and the underlying reproducible code, plus an optional JSON summary. The skill is careful about scientific correctness too, for example refusing to describe same-period estimates as future forecasts and avoiding causal claims from what are simple predictive explanations. To install it, you copy the ml-shap folder into your local Codex skills directory and restart Codex so it becomes available to invoke by name. No license has been specified yet, so the author asks that one be added before the skill is redistributed or reused elsewhere.

prompts (copy fr)

prompt 1
Use $ml-shap to run a complete machine-learning and SHAP analysis on my dataset.
prompt 2
Help me install the ml-shap skill into my Codex skills directory.
prompt 3
Explain the difference between SHAP beeswarm plots and permutation importance in this skill's output.
prompt 4
Show me how to specify a time column and group column when running this skill on grouped time-series data.

Frequently asked questions

what is ml-shap-skill fr?

A Codex skill that runs a full leakage-aware machine learning analysis on CSV or Excel data, including SHAP-based explanations of model predictions.

What license does ml-shap-skill use?

No license has been specified, the author asks that one be added before redistribution or reuse.

How hard is ml-shap-skill to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is ml-shap-skill for?

Mainly data.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.