MEDfl 0.1.19__tar.gz → 0.1.21__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {Medfl-0.1.19 → Medfl-0.1.21}/MEDfl.egg-info/PKG-INFO +1 -1
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/network.py +1 -1
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/node.py +7 -4
- {Medfl-0.1.19 → Medfl-0.1.21}/PKG-INFO +1 -1
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/banchmarking/MEDfl_benchmarks.ipynb +72 -40
- {Medfl-0.1.19 → Medfl-0.1.21}/scripts/create_db.py +6 -9
- {Medfl-0.1.19 → Medfl-0.1.21}/setup.py +1 -1
- {Medfl-0.1.19 → Medfl-0.1.21}/.github/workflows/main.yml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/.gitignore +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/.idea/.gitignore +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/.idea/MEDfl.iml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/.idea/misc.xml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/.idea/modules.xml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/.idea/vcs.xml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/MEDfl.egg-info/SOURCES.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/MEDfl.egg-info/dependency_links.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/MEDfl.egg-info/requires.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/MEDfl.egg-info/top_level.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__init__.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/client.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/client.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/dynamicModal.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/dynamicModal.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/federated_dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/federated_dataset.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/flpipeline.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/flpipeline.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/model.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/model.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/plot.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/plot.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/server.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/server.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/strategy.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/strategy.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/utils.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/utils.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/client.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/dynamicModal.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/federated_dataset.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/flpipeline.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/model.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/params.yaml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/params_optimiser.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/plot.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/server.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/strategy.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/utils.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__init__.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/dataset.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/flsetup.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/flsetup.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/net_helper.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/net_helper.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/net_manager_queries.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/net_manager_queries.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/network.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/network.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/node.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/node.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/database_connector.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/dataset.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/flsetup.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/net_helper.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/net_manager_queries.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/__init__.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/Medfl/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/README.md +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/alembic/README +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/alembic/__init__.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/alembic/__pycache__/env.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/alembic/alembic_logging.ini +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/alembic/debug.log +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/alembic/env.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/alembic/script.py.mako +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/alembic/versions/__pycache__/b159ee510a90_initial.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/alembic/versions/b159ee510a90_initial.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/alembic.ini +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/Makefile +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/.buildinfo +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/.doctrees/Medfl.LearningManager.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/.doctrees/Medfl.NetManager.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/.doctrees/Medfl.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/.doctrees/environment.pickle +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/.doctrees/index.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/.doctrees/modules.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/.nojekyll +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/Medfl.LearningManager.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/Medfl.NetManager.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/Medfl.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/Medfl/LearningManager/client.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/Medfl/LearningManager/dynamicModal.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/Medfl/LearningManager/federated_dataset.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/Medfl/LearningManager/flpipeline.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/Medfl/LearningManager/model.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/Medfl/LearningManager/plot.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/Medfl/LearningManager/server.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/Medfl/LearningManager/strategy.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/Medfl/LearningManager/utils.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/Medfl/NetManager/dataset.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/Medfl/NetManager/flsetup.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/Medfl/NetManager/net_helper.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/Medfl/NetManager/network.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/Medfl/NetManager/node.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/index.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_sources/Medfl.LearningManager.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_sources/Medfl.NetManager.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_sources/Medfl.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_sources/index.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_sources/modules.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/MEDomics.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/basic.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/badge_only.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/lato-bold-italic.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/lato-bold.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/lato-bold.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/lato-normal-italic.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/lato-normal.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/fonts/lato-normal.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/css/theme.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/dark_mode_css/custom.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/dark_mode_css/dark.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/dark_mode_css/general.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/dark_mode_js/default_dark.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/dark_mode_js/default_light.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/dark_mode_js/theme_switcher.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/doctools.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/documentation_options.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/file.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/jquery.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/js/badge_only.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/js/html5shiv-printshiv.min.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/js/html5shiv.min.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/js/theme.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/language_data.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/minus.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/plus.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/pygments.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/searchtools.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_static/sphinx_highlight.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/genindex.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/index.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/modules.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/objects.inv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/py-modindex.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/search.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/searchindex.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/doctrees/Documentation.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/doctrees/Installation.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/doctrees/Medfl.LearningManager.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/doctrees/Medfl.NetManager.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/doctrees/Medfl.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/doctrees/configuration_file.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/doctrees/environment.pickle +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/doctrees/index.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/doctrees/modules.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/doctrees/tutorials.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/.buildinfo +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/.nojekyll +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/Documentation.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/Installation.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/Medfl.LearningManager.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/Medfl.NetManager.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/Medfl.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_images/FTL_comp.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_images/LearningManager.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_images/MEDfl_Diagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_images/NetManager_Diagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_images/learningresults.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_images/mysqllogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_images/phpmyadmin.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_images/wampLogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_images/xampplogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_modules/Medfl/LearningManager/client.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_modules/Medfl/LearningManager/dynamicModal.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_modules/Medfl/LearningManager/federated_dataset.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_modules/Medfl/LearningManager/flpipeline.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_modules/Medfl/LearningManager/model.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_modules/Medfl/LearningManager/plot.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_modules/Medfl/LearningManager/server.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_modules/Medfl/LearningManager/strategy.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_modules/Medfl/LearningManager/utils.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_modules/Medfl/NetManager/dataset.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_modules/Medfl/NetManager/flsetup.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_modules/Medfl/NetManager/net_helper.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_modules/Medfl/NetManager/network.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_modules/Medfl/NetManager/node.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_modules/index.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_sources/Documentation.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_sources/Installation.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_sources/Medfl.LearningManager.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_sources/Medfl.NetManager.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_sources/Medfl.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_sources/configuration_file.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_sources/index.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_sources/modules.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_sources/tutorials.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/MEDomics.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/basic.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/badge_only.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/lato-bold.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/lato-normal.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/css/theme.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/custom.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/dark_mode_css/custom.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/dark_mode_css/dark.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/dark_mode_css/general.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/dark_mode_js/default_dark.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/dark_mode_js/default_light.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/dark_mode_js/theme_switcher.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/doctools.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/documentation_options.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/file.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/jquery-3.6.0.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/jquery.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/js/badge_only.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/js/html5shiv-printshiv.min.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/js/html5shiv.min.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/js/theme.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/language_data.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/minus.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/plus.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/pygments.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/searchtools.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/sphinx_highlight.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/underscore-1.13.1.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/_static/underscore.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/configuration_file.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/genindex.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/index.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/modules.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/objects.inv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/py-modindex.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/search.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/searchindex.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/build/html/tutorials.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/make.bat +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/Documentation.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/Installation.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/Medfl.LearningManager.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/Medfl.NetManager.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/Medfl.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/_static/custom.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/conf.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/configuration_file.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/FL_gen.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/FTL_comp.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/FlDatasetDiagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/GDP.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/LDP.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/LearningManager.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/MEDfl_Diagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/Modelinit.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/NetManager_Diagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/NetworkCreation.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/createServer.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/learningresults.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/logos/mysqllogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/logos/phpmyadmin.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/logos/wampLogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/logos/xampplogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/modeltest.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/netMan.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/nodecreation.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/pipeline.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/Images/strategy.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/figures/MEDomics.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/index.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/modules.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/docs/source/tutorials.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/global_params.yaml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/.ipynb_checkpoints/trainedModels/binary_classifier.pth +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/.ipynb_checkpoints/trainedModels/eicu_binary_classifier.pth +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/.ipynb_checkpoints/trainedModels/grid_search_classifier.pth +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/.ipynb_checkpoints/trainedModels/new_binary_classifier.pth +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/.ipynb_checkpoints/trainedModels/updated_model.pth +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/First_Tuto.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/FL_gen.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/FTL_comp.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/FlDatasetDiagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/GDP.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/LDP.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/LearningManager.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/MEDfl_Diagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/MEDfl_bachmarking_plan.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/Modelinit.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/NetManager_Diagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/NetworkCreation.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/createServer.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/learningresults.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/logos/mysqllogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/logos/phpmyadmin.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/logos/wampLogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/logos/xampplogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/modeltest.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/netMan.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/nodecreation.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/optuna_optim_diag.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/pipeline.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/Images/strategy.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/banchmarking/banchmarking_plan.md +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/banchmarking/benchmarks_results.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/banchmarking/network_architecture/net_bachmarking_conf_1.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/banchmarking/network_architecture/net_bachmarking_conf_2.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/banchmarking/transfer_learning/TL_activated.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/banchmarking/transfer_learning/TL_dectivated.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/chunk_1.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/chunk_2.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/chunk_3.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/config_1/part_1.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/config_1/part_2.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/config_1/part_3.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/config_1/test_1.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/config_1/test_2.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/eicu_sapsii_data.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/eicu_sapsii_data_test.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/eicu_sapsii_data_test_1.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/masterDataSet/Mimic_ouael.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/masterDataSet/Mimic_train.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/masterDataSet/eICU.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/nodesData/output_1.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/nodesData/output_10.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/nodesData/output_2.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/nodesData/output_3.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/nodesData/output_4.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/nodesData/output_5.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/nodesData/output_6.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/nodesData/output_7.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/nodesData/output_8.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/nodesData/output_9.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/test_1.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/test_2.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/test_3.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/data/validation/Mimic_validation.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/eicu_test.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/eicu_test_1.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/eicu_test_2.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/eicu_test_3.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/sapsii_score_knnimputed_eicu.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/tutorial/1_DB.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/tutorial/2_NetManager.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/tutorial/3_TransferLearning copy.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/tutorial/3_TransferLearning.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/tutorial/4_LearningManager.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/tutorial/5_LearningResults.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/tutorial/6_ModelChoice.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/tutorial/7_ParamsOptimiser.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/tutorial/8_complete_tutorial.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/tutorial/newplot2.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/notebooks/tutorial/newplot4.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/requirements.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/scripts/__init__.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/scripts/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/scripts/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/scripts/__pycache__/base.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/scripts/__pycache__/base.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/scripts/base.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/scripts/config.ini +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/scripts/setup_mysql.sh +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/setup.cfg +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/setup_mysql.sh +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/tests/__init__.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/tests/__pycache__/test_dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/tests/__pycache__/test_federated_dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/tests/__pycache__/test_flpipeline.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/tests/__pycache__/test_flsetup.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/tests/__pycache__/test_network.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/tests/__pycache__/test_node.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/tests/test_dataset.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/tests/test_federated_dataset.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/tests/test_flpipeline.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/tests/test_flsetup.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/tests/test_network.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/tests/test_node.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.21}/workflows/migration.yml +0 -0
@@ -1,10 +1,9 @@
|
|
1
1
|
import pandas as pd
|
2
2
|
|
3
|
-
from scripts.base import *
|
4
3
|
from .net_helper import *
|
5
4
|
from .net_manager_queries import *
|
6
5
|
from Medfl.LearningManager.utils import params
|
7
|
-
|
6
|
+
from Medfl.NetManager.database_connector import DatabaseManager
|
8
7
|
|
9
8
|
class Node:
|
10
9
|
"""
|
@@ -17,7 +16,7 @@ class Node:
|
|
17
16
|
"""
|
18
17
|
|
19
18
|
def __init__(
|
20
|
-
self, name: str, train: int, test_fraction: float = 0.2, engine=
|
19
|
+
self, name: str, train: int, test_fraction: float = 0.2, engine=None
|
21
20
|
):
|
22
21
|
"""
|
23
22
|
Initialize a Node instance.
|
@@ -30,7 +29,11 @@ class Node:
|
|
30
29
|
self.name = name
|
31
30
|
self.train = train
|
32
31
|
self.test_fraction = 1.0 if self.train == 0 else test_fraction
|
33
|
-
|
32
|
+
|
33
|
+
|
34
|
+
db_manager = DatabaseManager() ;
|
35
|
+
db_manager.connect() ;
|
36
|
+
self.engine = db_manager.get_connection()
|
34
37
|
|
35
38
|
def validate(self):
|
36
39
|
"""Validate name, train, test_fraction"""
|
@@ -2,7 +2,7 @@
|
|
2
2
|
"cells": [
|
3
3
|
{
|
4
4
|
"cell_type": "code",
|
5
|
-
"execution_count":
|
5
|
+
"execution_count": 1,
|
6
6
|
"metadata": {},
|
7
7
|
"outputs": [],
|
8
8
|
"source": [
|
@@ -19,21 +19,48 @@
|
|
19
19
|
},
|
20
20
|
{
|
21
21
|
"cell_type": "code",
|
22
|
-
"execution_count":
|
22
|
+
"execution_count": 2,
|
23
23
|
"metadata": {},
|
24
24
|
"outputs": [
|
25
25
|
{
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"
|
29
|
-
|
30
|
-
"\
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
26
|
+
"name": "stderr",
|
27
|
+
"output_type": "stream",
|
28
|
+
"text": [
|
29
|
+
"C:\\Users\\HP User\\AppData\\Roaming\\Python\\Python39\\site-packages\\tqdm\\auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
|
30
|
+
" from .autonotebook import tqdm as notebook_tqdm\n"
|
31
|
+
]
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"name": "stdout",
|
35
|
+
"output_type": "stream",
|
36
|
+
"text": [
|
37
|
+
"getting connection\n"
|
38
|
+
]
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"source": [
|
42
|
+
"from Medfl.LearningManager.utils import *\n",
|
43
|
+
"from Medfl.NetManager.database_connector import DatabaseManager\n",
|
44
|
+
"\n",
|
45
|
+
"set_db_config('../../scripts/config.ini')\n",
|
46
|
+
"\n",
|
47
|
+
"db_manager = DatabaseManager()\n",
|
48
|
+
"db_manager.connect()\n",
|
49
|
+
"db_manager.get_connection()\n",
|
50
|
+
"\n",
|
51
|
+
"print('getting connection')\n"
|
52
|
+
]
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"cell_type": "code",
|
56
|
+
"execution_count": 3,
|
57
|
+
"metadata": {},
|
58
|
+
"outputs": [
|
59
|
+
{
|
60
|
+
"name": "stderr",
|
61
|
+
"output_type": "stream",
|
62
|
+
"text": [
|
63
|
+
"2024-04-23 20:40:29,282\tINFO util.py:159 -- Missing packages: ['ipywidgets']. Run `pip install -U ipywidgets`, then restart the notebook server for rich notebook output.\n"
|
37
64
|
]
|
38
65
|
}
|
39
66
|
],
|
@@ -57,7 +84,7 @@
|
|
57
84
|
"from Medfl.NetManager.network import Network\n",
|
58
85
|
"from Medfl.NetManager.dataset import DataSet\n",
|
59
86
|
"from Medfl.NetManager.flsetup import FLsetup\n",
|
60
|
-
"
|
87
|
+
"\n",
|
61
88
|
"# flower imports \n",
|
62
89
|
"import flwr as fl\n",
|
63
90
|
"\n",
|
@@ -78,7 +105,7 @@
|
|
78
105
|
},
|
79
106
|
{
|
80
107
|
"cell_type": "code",
|
81
|
-
"execution_count":
|
108
|
+
"execution_count": 4,
|
82
109
|
"metadata": {},
|
83
110
|
"outputs": [],
|
84
111
|
"source": [
|
@@ -108,7 +135,7 @@
|
|
108
135
|
},
|
109
136
|
{
|
110
137
|
"cell_type": "code",
|
111
|
-
"execution_count":
|
138
|
+
"execution_count": 5,
|
112
139
|
"metadata": {},
|
113
140
|
"outputs": [],
|
114
141
|
"source": [
|
@@ -117,7 +144,7 @@
|
|
117
144
|
},
|
118
145
|
{
|
119
146
|
"cell_type": "code",
|
120
|
-
"execution_count":
|
147
|
+
"execution_count": 6,
|
121
148
|
"metadata": {},
|
122
149
|
"outputs": [],
|
123
150
|
"source": [
|
@@ -128,7 +155,7 @@
|
|
128
155
|
},
|
129
156
|
{
|
130
157
|
"cell_type": "code",
|
131
|
-
"execution_count":
|
158
|
+
"execution_count": 7,
|
132
159
|
"metadata": {},
|
133
160
|
"outputs": [],
|
134
161
|
"source": [
|
@@ -138,7 +165,7 @@
|
|
138
165
|
},
|
139
166
|
{
|
140
167
|
"cell_type": "code",
|
141
|
-
"execution_count":
|
168
|
+
"execution_count": 8,
|
142
169
|
"metadata": {},
|
143
170
|
"outputs": [],
|
144
171
|
"source": [
|
@@ -148,7 +175,7 @@
|
|
148
175
|
},
|
149
176
|
{
|
150
177
|
"cell_type": "code",
|
151
|
-
"execution_count":
|
178
|
+
"execution_count": 9,
|
152
179
|
"metadata": {},
|
153
180
|
"outputs": [],
|
154
181
|
"source": [
|
@@ -375,7 +402,7 @@
|
|
375
402
|
},
|
376
403
|
{
|
377
404
|
"cell_type": "code",
|
378
|
-
"execution_count":
|
405
|
+
"execution_count": 10,
|
379
406
|
"metadata": {},
|
380
407
|
"outputs": [],
|
381
408
|
"source": [
|
@@ -413,7 +440,7 @@
|
|
413
440
|
},
|
414
441
|
{
|
415
442
|
"cell_type": "code",
|
416
|
-
"execution_count":
|
443
|
+
"execution_count": 11,
|
417
444
|
"metadata": {},
|
418
445
|
"outputs": [],
|
419
446
|
"source": [
|
@@ -423,7 +450,7 @@
|
|
423
450
|
},
|
424
451
|
{
|
425
452
|
"cell_type": "code",
|
426
|
-
"execution_count":
|
453
|
+
"execution_count": 12,
|
427
454
|
"metadata": {},
|
428
455
|
"outputs": [],
|
429
456
|
"source": [
|
@@ -437,7 +464,7 @@
|
|
437
464
|
},
|
438
465
|
{
|
439
466
|
"cell_type": "code",
|
440
|
-
"execution_count":
|
467
|
+
"execution_count": 13,
|
441
468
|
"metadata": {},
|
442
469
|
"outputs": [],
|
443
470
|
"source": [
|
@@ -484,7 +511,7 @@
|
|
484
511
|
},
|
485
512
|
{
|
486
513
|
"cell_type": "code",
|
487
|
-
"execution_count":
|
514
|
+
"execution_count": 14,
|
488
515
|
"metadata": {},
|
489
516
|
"outputs": [],
|
490
517
|
"source": [
|
@@ -520,7 +547,7 @@
|
|
520
547
|
},
|
521
548
|
{
|
522
549
|
"cell_type": "code",
|
523
|
-
"execution_count":
|
550
|
+
"execution_count": 15,
|
524
551
|
"metadata": {},
|
525
552
|
"outputs": [],
|
526
553
|
"source": [
|
@@ -549,7 +576,7 @@
|
|
549
576
|
},
|
550
577
|
{
|
551
578
|
"cell_type": "code",
|
552
|
-
"execution_count":
|
579
|
+
"execution_count": 16,
|
553
580
|
"metadata": {},
|
554
581
|
"outputs": [],
|
555
582
|
"source": [
|
@@ -560,18 +587,29 @@
|
|
560
587
|
},
|
561
588
|
{
|
562
589
|
"cell_type": "code",
|
563
|
-
"execution_count":
|
590
|
+
"execution_count": 17,
|
564
591
|
"metadata": {},
|
565
592
|
"outputs": [
|
566
593
|
{
|
567
|
-
"
|
568
|
-
"
|
594
|
+
"name": "stdout",
|
595
|
+
"output_type": "stream",
|
596
|
+
"text": [
|
597
|
+
"Executing the: TL configurations\n",
|
598
|
+
"Executing th confuguration\n",
|
599
|
+
"{'Tl': True, 'train_test': True, 'train_portion': 0.5, 'aggreg_algo': 'FedAvg', 'dp_activate': False, 'n_clients': 10}\n"
|
600
|
+
]
|
601
|
+
},
|
602
|
+
{
|
603
|
+
"ename": "CalledProcessError",
|
604
|
+
"evalue": "Command '['python', 'C:\\\\Users\\\\HP User\\\\AppData\\\\Roaming\\\\Python\\\\Python39\\\\site-packages\\\\Medfl\\\\NetManager\\\\..\\\\scripts\\\\create_db.py', '../data/masterDataSet/Mimic_ouael.csv']' returned non-zero exit status 2.",
|
569
605
|
"output_type": "error",
|
570
606
|
"traceback": [
|
571
607
|
"\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
|
572
|
-
"\u001b[1;
|
573
|
-
"Cell \u001b[1;32mIn[
|
574
|
-
"\u001b[1;
|
608
|
+
"\u001b[1;31mCalledProcessError\u001b[0m Traceback (most recent call last)",
|
609
|
+
"Cell \u001b[1;32mIn[17], line 14\u001b[0m\n\u001b[0;32m 9\u001b[0m \u001b[39mbreak\u001b[39;00m\n\u001b[0;32m 10\u001b[0m \u001b[39m# Create the MEDfl pipeline for each config\u001b[39;00m\n\u001b[1;32m---> 14\u001b[0m db_manager\u001b[39m.\u001b[39;49mcreate_MEDfl_db(path_to_csv\u001b[39m=\u001b[39;49m\u001b[39m\"\u001b[39;49m\u001b[39m../data/masterDataSet/Mimic_ouael.csv\u001b[39;49m\u001b[39m\"\u001b[39;49m)\n\u001b[0;32m 16\u001b[0m \u001b[39m# if the differential privac is activated change the epsilon and delta on the params file \u001b[39;00m\n\u001b[0;32m 17\u001b[0m \u001b[39mif\u001b[39;00m(config[\u001b[39m\"\u001b[39m\u001b[39mdp_activate\u001b[39m\u001b[39m\"\u001b[39m]):\n",
|
610
|
+
"File \u001b[1;32m~\\AppData\\Roaming\\Python\\Python39\\site-packages\\Medfl\\NetManager\\database_connector.py:40\u001b[0m, in \u001b[0;36mDatabaseManager.create_MEDfl_db\u001b[1;34m(self, path_to_csv)\u001b[0m\n\u001b[0;32m 37\u001b[0m create_db_script_path \u001b[39m=\u001b[39m os\u001b[39m.\u001b[39mpath\u001b[39m.\u001b[39mjoin(current_directory, \u001b[39m'\u001b[39m\u001b[39m..\u001b[39m\u001b[39m'\u001b[39m, \u001b[39m'\u001b[39m\u001b[39mscripts\u001b[39m\u001b[39m'\u001b[39m, \u001b[39m'\u001b[39m\u001b[39mcreate_db.py\u001b[39m\u001b[39m'\u001b[39m)\n\u001b[0;32m 39\u001b[0m \u001b[39m# Execute the create_db.py script\u001b[39;00m\n\u001b[1;32m---> 40\u001b[0m subprocess\u001b[39m.\u001b[39;49mrun([\u001b[39m'\u001b[39;49m\u001b[39mpython\u001b[39;49m\u001b[39m'\u001b[39;49m, create_db_script_path, path_to_csv], check\u001b[39m=\u001b[39;49m\u001b[39mTrue\u001b[39;49;00m)\n\u001b[0;32m 42\u001b[0m \u001b[39mreturn\u001b[39;00m\n",
|
611
|
+
"File \u001b[1;32mc:\\Python39\\lib\\subprocess.py:528\u001b[0m, in \u001b[0;36mrun\u001b[1;34m(input, capture_output, timeout, check, *popenargs, **kwargs)\u001b[0m\n\u001b[0;32m 526\u001b[0m retcode \u001b[39m=\u001b[39m process\u001b[39m.\u001b[39mpoll()\n\u001b[0;32m 527\u001b[0m \u001b[39mif\u001b[39;00m check \u001b[39mand\u001b[39;00m retcode:\n\u001b[1;32m--> 528\u001b[0m \u001b[39mraise\u001b[39;00m CalledProcessError(retcode, process\u001b[39m.\u001b[39margs,\n\u001b[0;32m 529\u001b[0m output\u001b[39m=\u001b[39mstdout, stderr\u001b[39m=\u001b[39mstderr)\n\u001b[0;32m 530\u001b[0m \u001b[39mreturn\u001b[39;00m CompletedProcess(process\u001b[39m.\u001b[39margs, retcode, stdout, stderr)\n",
|
612
|
+
"\u001b[1;31mCalledProcessError\u001b[0m: Command '['python', 'C:\\\\Users\\\\HP User\\\\AppData\\\\Roaming\\\\Python\\\\Python39\\\\site-packages\\\\Medfl\\\\NetManager\\\\..\\\\scripts\\\\create_db.py', '../data/masterDataSet/Mimic_ouael.csv']' returned non-zero exit status 2."
|
575
613
|
]
|
576
614
|
}
|
577
615
|
],
|
@@ -588,13 +626,7 @@
|
|
588
626
|
" break\n",
|
589
627
|
" # Create the MEDfl pipeline for each config\n",
|
590
628
|
"\n",
|
591
|
-
"
|
592
|
-
"\n",
|
593
|
-
" db_manager = DatabaseManager()\n",
|
594
|
-
" db_manager.connect()\n",
|
595
|
-
" db_manager.get_connection()\n",
|
596
|
-
"\n",
|
597
|
-
" print('getting connection')\n",
|
629
|
+
" \n",
|
598
630
|
"\n",
|
599
631
|
" db_manager.create_MEDfl_db(path_to_csv=\"../data/masterDataSet/Mimic_ouael.csv\")\n",
|
600
632
|
"\n",
|
@@ -6,17 +6,14 @@ from mysql.connector import Error
|
|
6
6
|
from configparser import ConfigParser
|
7
7
|
import os
|
8
8
|
|
9
|
+
from Medfl.NetManager.database_connector import DatabaseManager
|
10
|
+
|
9
11
|
def main(csv_file_path):
|
10
12
|
try:
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
config_file_path = os.path.join(current_directory, 'config.ini')
|
16
|
-
|
17
|
-
config = ConfigParser()
|
18
|
-
config.read(config_file_path)
|
19
|
-
mysql_config = config['mysql']
|
13
|
+
db_manager = DatabaseManager() ;
|
14
|
+
db_manager.connect() ;
|
15
|
+
mysql_config = db_manager.get_connection()
|
16
|
+
|
20
17
|
|
21
18
|
mydb = mysql.connector.connect(host=mysql_config['host'], user=mysql_config['user'], password=mysql_config['password'])
|
22
19
|
mycursor = mydb.cursor()
|
@@ -14,7 +14,7 @@ with open('requirements.txt') as f:
|
|
14
14
|
|
15
15
|
setup(
|
16
16
|
name="Medfl",
|
17
|
-
version="0.1.
|
17
|
+
version="0.1.21",
|
18
18
|
author="MEDomics consortium",
|
19
19
|
author_email="medomics.info@gmail.com",
|
20
20
|
description="Python Open-source package for simulating federated learning and differential privacy",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/federated_dataset.cpython-38.pyc
RENAMED
File without changes
|
{Medfl-0.1.19 → Medfl-0.1.21}/Medfl/LearningManager/__pycache__/federated_dataset.cpython-39.pyc
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/net_manager_queries.cpython-38.pyc
RENAMED
File without changes
|
{Medfl-0.1.19 → Medfl-0.1.21}/Medfl/NetManager/__pycache__/net_manager_queries.cpython-39.pyc
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{Medfl-0.1.19 → Medfl-0.1.21}/alembic/versions/__pycache__/b159ee510a90_initial.cpython-38.pyc
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{Medfl-0.1.19 → Medfl-0.1.21}/docs/_build/_modules/Medfl/LearningManager/federated_dataset.html
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|