Cybersecurity-Projects/PROJECTS/advanced/ai-threat-detection/backend/tests
CarterPerez-dev cf92b157f3 feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline
Add ONNX inference engine with 3-model ensemble (autoencoder, random forest,
isolation forest), ONNX export utilities, MLflow experiment tracking, and
classifier training scripts. Extend pipeline with hybrid ML/rules detection
mode, ensemble score fusion and blending, and full test coverage for all
new components. Fix Python 3 SyntaxError in parsers.py (except clause).
2026-02-28 04:40:33 -05:00
..
__init__.py checkpoint - phase 13 complete 2026-02-14 02:24:37 -05:00
conftest.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_api.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_autoencoder.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_cli.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_config_ml.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_detection.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_ensemble.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_experiment.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_export_onnx.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_features.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_geoip.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_inference.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_integration.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_ml_integration.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_parsers.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_pipeline.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_scaler.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00
test_training.py feat(ai-threat-detection): complete Phase 2 — ML ensemble, inference, training pipeline 2026-02-28 04:40:33 -05:00