Agent skill

ce-integration-compare

Guide CE integration with SHAP and LIME, compare explanation outputs, and configure the calibrated-explanations integration adapters.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ce-integration-compare --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-ml/ce-integration-compare/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# CE Integration Compare You are helping users work with the CE integrations for SHAP and LIME. ## Required references - `src/calibrated_explanations/integrations/shap.py` - `src/calibrated_explanations/integrations/lime.py` - `src/calibrated_explanations/integrations/__init__.py` ## Use this skill when - A user asks how to use CE with SHAP or LIME. - Comparing CE explanations with SHAP/LIME outputs. - Configuring or debugging the integration adapters. - Understanding the differences between calibrated explanations and feature-attribution methods. ## Key concepts ### CE vs. feature attribution methods Calibrated explanations provide **rule-based explanations with calibrated uncertainty intervals**. SHAP and LIME provide **feature attribution values** (importance scores per feature). The approaches are complementary: - CE rules tell you *which conditions* justify a prediction with calibrated confidence. - SHAP/LIME tell you *how much* each feature contributed to the prediction. ### Integration architecture The integration modules provide adapter classes that: 1. Wrap a fitted CE explainer to produce SHAP-compatible or LIME-compatible outputs. 2. Allow side-by-side comparison of CE r

What's inside
Steps it walks through
  1. Required references
  2. Use this skill when
  3. Key concepts
  4. CE vs. feature attribution methods
  5. Integration architecture
  6. Workflow
  7. Constraints
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ce-integration-compare skill do?

Guide CE integration with SHAP and LIME, compare explanation outputs, and configure the calibrated-explanations integration adapters.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ce-integration-compare --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going