Skip to content

aidotse/fed-net-op

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages