Coverage for ids_iforest/scripts/__init__.py: 0%

1 statements  

« prev     ^ index     » next       coverage.py v7.10.6, created at 2025-09-03 16:19 +0000

1"""Scripts for dataset generation and preparation. 

2 

3The ``ids_iforest.scripts`` package contains auxiliary command‑line 

4programs that are not part of the core IDS functionality but help 

5create training datasets. At the moment it includes only 

6``generate_datasets``, which can synthesise flows for benign and 

7attack traffic. Future extensions may add CIC‑IDS parsing and other 

8dataset utilities. 

9""" 

10 

11__all__ = []