Rename A+C combo → JANUS: configs, model dirs, scripts, docs
This commit is contained in:
@@ -79,7 +79,7 @@ The 9-d packet schema and 20-d flow schema are FIXED in `common/data_contract.py
|
||||
```bash
|
||||
# Train JANUS on CICIDS2017 (3 seeds available: 42, 43, 44)
|
||||
cd Mixed_CFM
|
||||
uv run --no-sync python train.py --config configs/cicids2017_ac_combo_seed42.yaml
|
||||
uv run --no-sync python train.py --config configs/cicids2017_seed42.yaml
|
||||
|
||||
# Phase-1 evaluation: per-attack-class AUROC + 10-d score export
|
||||
uv run --no-sync python eval_phase1.py \
|
||||
@@ -92,7 +92,7 @@ uv run --no-sync python eval_cross.py \
|
||||
--out <result.json>
|
||||
```
|
||||
|
||||
JANUS hyper-parameters (locked in `Mixed_CFM/configs/<dataset>_ac_combo_seed*.yaml`):
|
||||
JANUS hyper-parameters (locked in `Mixed_CFM/configs/<dataset>_seed*.yaml`):
|
||||
|
||||
```yaml
|
||||
T: 64 # max packet sequence length
|
||||
|
||||
Reference in New Issue
Block a user