LICENSE
README.md
pyproject.toml
setup.py
substrafl/__init__.py
substrafl/__version__.py
substrafl/compute_plan_builder.py
substrafl/constants.py
substrafl/evaluation_strategy.py
substrafl/exceptions.py
substrafl/experiment.py
substrafl/logger.py
substrafl/model_loading.py
substrafl/schemas.py
substrafl.egg-info/PKG-INFO
substrafl.egg-info/SOURCES.txt
substrafl.egg-info/dependency_links.txt
substrafl.egg-info/requires.txt
substrafl.egg-info/top_level.txt
substrafl/algorithms/__init__.py
substrafl/algorithms/algo.py
substrafl/algorithms/pytorch/__init__.py
substrafl/algorithms/pytorch/torch_base_algo.py
substrafl/algorithms/pytorch/torch_fed_avg_algo.py
substrafl/algorithms/pytorch/torch_fed_pca_algo.py
substrafl/algorithms/pytorch/torch_newton_raphson_algo.py
substrafl/algorithms/pytorch/torch_scaffold_algo.py
substrafl/algorithms/pytorch/torch_single_organization_algo.py
substrafl/algorithms/pytorch/weight_manager.py
substrafl/dependency/__init__.py
substrafl/dependency/constants.py
substrafl/dependency/path_management.py
substrafl/dependency/schemas.py
substrafl/index_generator/__init__.py
substrafl/index_generator/base.py
substrafl/index_generator/np_index_generator.py
substrafl/nodes/__init__.py
substrafl/nodes/aggregation_node.py
substrafl/nodes/node.py
substrafl/nodes/test_data_node.py
substrafl/nodes/train_data_node.py
substrafl/nodes/references/__init__.py
substrafl/nodes/references/local_state.py
substrafl/nodes/references/shared_state.py
substrafl/remote/__init__.py
substrafl/remote/decorators.py
substrafl/remote/operations.py
substrafl/remote/remote_struct.py
substrafl/remote/substratools_methods.py
substrafl/remote/register/__init__.py
substrafl/remote/register/generate_wheel.py
substrafl/remote/register/register.py
substrafl/remote/serializers/__init__.py
substrafl/remote/serializers/pickle_serializer.py
substrafl/remote/serializers/serializer.py
substrafl/strategies/__init__.py
substrafl/strategies/fed_avg.py
substrafl/strategies/fed_pca.py
substrafl/strategies/newton_raphson.py
substrafl/strategies/scaffold.py
substrafl/strategies/schemas.py
substrafl/strategies/single_organization.py
substrafl/strategies/strategy.py