MANIFEST.in
README.md
setup.py
./.gitignore
./MANIFEST.in
./README.md
./logging.json
./requirements.txt
./setup.py
./.git/FETCH_HEAD
./.git/HEAD
./.git/config
./.git/description
./.git/index
./.git/hooks/applypatch-msg.sample
./.git/hooks/commit-msg.sample
./.git/hooks/fsmonitor-watchman.sample
./.git/hooks/post-update.sample
./.git/hooks/pre-applypatch.sample
./.git/hooks/pre-commit.sample
./.git/hooks/pre-merge-commit.sample
./.git/hooks/pre-push.sample
./.git/hooks/pre-rebase.sample
./.git/hooks/pre-receive.sample
./.git/hooks/prepare-commit-msg.sample
./.git/hooks/push-to-checkout.sample
./.git/hooks/update.sample
./.git/info/exclude
./.git/logs/HEAD
./.git/logs/refs/heads/master
./.git/logs/refs/remotes/origin/gh-pages
./.git/logs/refs/remotes/origin/master
./.git/logs/refs/remotes/origin/pc.gui
./.git/objects/pack/pack-657de69fe12cb8f2f64896a8713a3250b41a6c8a.idx
./.git/objects/pack/pack-657de69fe12cb8f2f64896a8713a3250b41a6c8a.pack
./.git/refs/heads/master
./.git/refs/remotes/origin/gh-pages
./.git/refs/remotes/origin/master
./.git/refs/remotes/origin/pc.gui
./.git/refs/tags/v0.1
./.github/workflows/pull-request.yml
./.github/workflows/push.yml
./ifra/__init__.py
./ifra/_version.py
./ifra/actor.py
./ifra/aggregations.py
./ifra/aggregator.py
./ifra/central_server.py
./ifra/configs.py
./ifra/datapreps.py
./ifra/decorator.py
./ifra/diff_privacy.py
./ifra/duplicated_rules_updater.py
./ifra/fitters.py
./ifra/loader.py
./ifra/messenger.py
./ifra/node.py
./ifra/node_model_updaters.py
./ifra/plot.py
./ifra/setup_logger.py
./ifra/train_test_split.py
./ifra.egg-info/PKG-INFO
./ifra.egg-info/SOURCES.txt
./ifra.egg-info/dependency_links.txt
./ifra.egg-info/requires.txt
./ifra.egg-info/top_level.txt
./tests/__init__.py
./tests/conftest.py
./tests/alternates/__init__.py
./tests/alternates/dataprep.py
./tests/alternates/fitter.py
./tests/alternates/updater.py
./tests/data/aggregator_configs.json
./tests/data/central_configs.json
./tests/data/make_data.py
./tests/data/thresholds.json
./tests/data/x.csv
./tests/data/y.csv
./tests/data/central_server_model_for_node_unit_test/model.csv
./tests/data/node_0/data_configs.json
./tests/data/node_0/learning_configs.json
./tests/data/node_0/x.csv
./tests/data/node_0/y.csv
./tests/data/node_1/data_configs.json
./tests/data/node_1/learning_configs.json
./tests/data/node_1/x.csv
./tests/data/node_1/y.csv
./tests/data/node_2/data_configs.json
./tests/data/node_2/learning_configs.json
./tests/data/node_2/x.csv
./tests/data/node_2/y.csv
./tests/data/node_test/alternate_learning_configs.json
./tests/data/node_test/data_configs.json
./tests/data/node_test/learning_configs.json
./tests/data/node_test/x.csv
./tests/data/node_test/y.csv
./tests/data/node_test_with_central_model/alternate_learning_configs.json
./tests/data/node_test_with_central_model/data_configs.json
./tests/data/node_test_with_central_model/learning_configs.json
./tests/data/node_test_with_central_model/x.csv
./tests/data/node_test_with_central_model/y.csv
./tests/end2end/__init__.py
./tests/end2end/test_with_iris.py
./tests/unit/__init__.py
./tests/unit/test_aggregator_and_nodegate.py
./tests/unit/test_central.py
./tests/unit/test_decorator.py
./tests/unit/test_node.py
./tests/unit/test_privacy.py
./tests/unit/test_thresholds.py
ifra/__init__.py
ifra/_version.py
ifra/actor.py
ifra/aggregations.py
ifra/aggregator.py
ifra/central_server.py
ifra/configs.py
ifra/datapreps.py
ifra/decorator.py
ifra/diff_privacy.py
ifra/duplicated_rules_updater.py
ifra/fitters.py
ifra/loader.py
ifra/messenger.py
ifra/node.py
ifra/node_model_updaters.py
ifra/plot.py
ifra/setup_logger.py
ifra/train_test_split.py
ifra.egg-info/PKG-INFO
ifra.egg-info/SOURCES.txt
ifra.egg-info/dependency_links.txt
ifra.egg-info/requires.txt
ifra.egg-info/top_level.txt