- clone this repo
- run the following commands at root path
# create python environment
python3 -m venv .venv/bin/activate
. .venv/bin/activate
pip3 install -r requirements.txt
# get all datasets
# For SMAP, make sure you have an Kaggle API key setup, then:
sh get_dataset.shWe use the version 3.10 of python3.
To run IncFed MD-RS, run the following command.
python3 incfedmdrs_main.py --dataset [(SMD)|(SMAP)|(PSM)]For example, run the following command for SMD (Server Machine Dataset).
python3 incfedmdrs_main.py --dataset SMD