Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 597 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 597 Bytes

fed-net-op

local installation

  1. clone git and move into it
  2. create env: virtualenv -p python3.10.12 .venv
  3. activate env: source .venv/bin/activate
  4. install packages: pip install -r requirements.txt
  5. install fed-net-opt: pip install -e .

folder structure

  • experiments: this folder should contain configurations and results from experiments, i.e. no code
  • scripts: this folder should contain scripts and notebooks for running experiments
  • fed-net-op: this is the package with the underlaying code (e.g. code for feature engineering), the scripts should import code from here