baselines: update Kitsune Path A to JANUS route_comparison checkpoints

Replaces stale phase25_* checkpoint paths with the current janus_<ds>_seed<S>
layout under route_comparison/, adds CICIoT2023 to PCAP_GLOBS / WITHIN_DIRS,
and removes the per-dataset n_atk caps so within-dataset eval uses the same
sample budget as JANUS phase1.

Adds cython (3.2.4) — required by Kitsune's KitNET cluster compile path.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-08 23:59:40 +08:00
parent a6bcbbd299
commit 0ccd758600
3 changed files with 83 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ dependencies = [
"pyarrow>=24.0.0",
"pzflow>=4.0.0",
"shap>=0.51.0",
"cython>=3.2.4",
]
[build-system]