Agent skill · Data & Analytics

icdm-reproducibility

Use when strengthening reproducibility for an ICDM (IEEE International Conference on Data Mining) paper - seeds, configs, compute and data reporting, and an anonymized reproduction package that survives the Research Track's triple-blind regime while every detail fights for room inside the single 10-page IEEE all-inclusive cap.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill icdm-reproducibility --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: ICDM-Skills/skills/icdm-reproducibility/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +31 this week
Language: Stata
Read our review of the source →

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

From the SKILL.md

# ICDM Reproducibility Make the mining result reproducible as *science*, under two ICDM-specific pressures: the Research Track is **triple-blind**, so the reproduction package cannot reveal identity, and the reporting all competes for space inside the **10-page all-inclusive cap**. Reproducibility at ICDM is not a separate checklist form (verify per edition); it is evidence that the discovery is real rather than a lucky configuration. ## What must be reproducible - The mining task setup: exact datasets, versions, preprocessing, splits, and how ground truth or injections were generated. - The method: hyperparameters, model selection procedure, the mechanism's knobs (e.g. sketch size, partition count), and the random seeds. - The evaluation: metrics, thresholds/cutoffs, variance estimation, and the hardware behind any timing claim. ## Reproducibility tiers | Tier | What a reviewer can do | How to reach it | |---|---|---| | Rerunnable | Re-execute your scripts and get your tables | Pinned deps, seeds, config files, entry script | | Rebuildable | Reconstruct the pipeline from description alone | Precise protocol in the paper + appendix | | Attested | Trust numbers that cannot be shared

What's inside
Steps it walks through
  1. What must be reproducible
  2. Reproducibility tiers
  3. Configs as artifacts
  4. Triple-blind the package
  5. Report inside the page cap
  6. Vignette: the seed table that answered a review before it was written
  7. Output format
More from Awesome-Journal-Skills
All skills →
About this skill
What does the icdm-reproducibility skill do?

Use when strengthening reproducibility for an ICDM (IEEE International Conference on Data Mining) paper - seeds, configs, compute and data reporting, and an anonymized reproduction package that survives the Research Track's triple-blind regime while every detail fights for room inside the single 10-page IEEE all-inclusive cap.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill icdm-reproducibility --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 brycewang-stanford/Awesome-Journal-Skills, a repository with 909 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