median-bifurcation
CommunitySplit problems at the median for contrast
Data & Analytics#feature engineering#data preparation#clustering#factor analysis#contrastive learning#dynamic batching#median split
Authorthistleknot
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Median bifurcation creates discriminative negative signal by generating both sides of a distinction instead of training only on positive examples, improving learning and downstream decision boundaries.
Core Features & Use Cases
- Balanced median partitioning: Splits any continuous axis at a robust median (or equivalent), producing equal-sized partitions and avoiding class-imbalance drift.
- Hard negatives baked in: Produces both the “entailed/positive” and “non-entailed/negative” halves explicitly at data-prep time rather than mining negatives later.
- Recursive cell refinement: Applies the split repeatedly across orthogonal axes to grow epistemic granularity (2^n cells) with O(n axes) labeling cost.
- Works across domains: Supports training-data preparation (SPO-style entailment), feature engineering/clustering, dynamic batching, and ANOVA-style factor analysis.
- Inference-time pruning: Drops the unwanted partition at runtime so only the relevant side is emitted.
Quick Start
Use median-bifurcation to split your samples into above/below-median (or entailed/non-entailed) groups, include both halves during training, and emit only the relevant half at inference.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: median-bifurcation Download link: https://github.com/thistleknot/skills/archive/main.zip#median-bifurcation Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.