This is the official code from ....
The datasets that were use are:
- HDFS: .....
- BGL: .....
Current scripts in the repository:
- client_app.py: start a client server.
- server_app.py: start the main server.
To run the code:
- Running server:
python server_app.py --config config_files/hdfs_iid.yaml --method 3-Gram --run_number 0
- Running client:
python client_app.py --config config_files/hdfs_iid.yaml --method 3-Gram --run_number 0 --num_client 0
To run the code:
- Running server:
python server_app.py --config config_files/bgl_no_iid.yaml --method KnowEvents LengthDetection --run_number 0
- Running client:
python client_app.py --config config_files/bgl_no_iid.yaml --method KnowEvents LengthDetection --run_number 0 --num_client 0
Change the arguments inside the script:
sh run_multiple_clients.sh
The strategy was created following the flower documentation.