Top pick: DeepLINK-T + e-BH (knockpy + e-BH (MIT + open)). Fills the gap: FDR aggregation (meta) โ which the production baseline (Pearson + Spearman + h_norm + Tier-2 MI-vs-target) cannot detect.
Lane = how usable the metric is today. Top lane = production-baseline duplicates (Pearson, Spearman). Below = permissive FOSS / GPL / unmaintained / code-released-but-not-packaged / no-FOSS. Per-circle text = first 3 letters of language (Pyt / R / Jav).
| Metric | Library | License | Lang | Maint | Complexity | Param-free? | URL |
|---|---|---|---|---|---|---|---|
| DeepLINK-T | Reference code with paper | TBD | Python (PyTorch/TF) | โ ๏ธ | O(T N hidden^2) per epoch | yes | โ |
| Derandomized Knockoffs (Ren-Barber JRSSB 2024) | Author code | varies | Python | โ ๏ธ | ? | โ | |
| MRMR | mrmr-selection | GPL | Python | โ | O(K N T) | yes | โ |
| Model-X knockoffs โ R | knockoff | GPL | R | โ | ? | โ | |
| Stability Selection (Meinshausen-Buhlmann) | stabs / stability-selection | GPL / BSD | R / Python | โ | B x cost(selection) | ? | โ |
| ARFS (Leshy + BoostAGroota + GrootCV) | arfs | MIT | Python | โ | ? | โ | |
| Boruta | BorutaPy | MIT | Python | โ | tree-model dependent | ? | โ |
| Conformal Feature Selection (Jin-Candes 2023) | crepes / conformalInference | open | Python / R | โ | ? | โ | |
| Group Knockoffs | knockpy (set groups=) | MIT | Python | โ | ? | โ | |
| KOPI | aggregated_knockoffs | open | Python | โ | ? | โ | |
| Model-X knockoffs | knockpy | MIT | Python | โ | O(N^3) + stat | yes | โ |
| e-BH (Wang-Ramdas 2022) | e-BH | open | Python | โ | O(K log K) | no | โ |
| powershap | powershap | MIT | Python | โ | ? | โ | |
| TSKI | no PyPI โ compose from knockpy + custom | n/a | Python | โ ๏ธ | O(B N^3) | yes | โ |