MEDfl 0.1.19__tar.gz → 0.1.20__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.20}/MEDfl.egg-info/PKG-INFO +1 -1
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/network.py +1 -1
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/node.py +7 -4
- {Medfl-0.1.19 → Medfl-0.1.20}/PKG-INFO +1 -1
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/banchmarking/MEDfl_benchmarks.ipynb +31 -11
- {Medfl-0.1.19 → Medfl-0.1.20}/setup.py +1 -1
- {Medfl-0.1.19 → Medfl-0.1.20}/.github/workflows/main.yml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/.gitignore +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/.idea/.gitignore +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/.idea/MEDfl.iml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/.idea/misc.xml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/.idea/modules.xml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/.idea/vcs.xml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/MEDfl.egg-info/SOURCES.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/MEDfl.egg-info/dependency_links.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/MEDfl.egg-info/requires.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/MEDfl.egg-info/top_level.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__init__.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/client.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/client.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/dynamicModal.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/dynamicModal.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/federated_dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/federated_dataset.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/flpipeline.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/flpipeline.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/model.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/model.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/plot.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/plot.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/server.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/server.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/strategy.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/strategy.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/utils.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/__pycache__/utils.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/client.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/dynamicModal.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/federated_dataset.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/flpipeline.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/model.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/params.yaml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/params_optimiser.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/plot.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/server.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/strategy.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/LearningManager/utils.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/__init__.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/__pycache__/dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/__pycache__/dataset.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/__pycache__/flsetup.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/__pycache__/flsetup.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/__pycache__/net_helper.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/__pycache__/net_helper.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/__pycache__/net_manager_queries.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/__pycache__/net_manager_queries.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/__pycache__/network.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/__pycache__/network.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/__pycache__/node.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/__pycache__/node.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/database_connector.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/dataset.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/flsetup.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/net_helper.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/NetManager/net_manager_queries.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/__init__.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/Medfl/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/README.md +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/alembic/README +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/alembic/__init__.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/alembic/__pycache__/env.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/alembic/alembic_logging.ini +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/alembic/debug.log +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/alembic/env.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/alembic/script.py.mako +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/alembic/versions/__pycache__/b159ee510a90_initial.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/alembic/versions/b159ee510a90_initial.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/alembic.ini +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/Makefile +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/.buildinfo +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/.doctrees/Medfl.LearningManager.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/.doctrees/Medfl.NetManager.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/.doctrees/Medfl.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/.doctrees/environment.pickle +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/.doctrees/index.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/.doctrees/modules.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/.nojekyll +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/Medfl.LearningManager.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/Medfl.NetManager.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/Medfl.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_modules/Medfl/LearningManager/client.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_modules/Medfl/LearningManager/dynamicModal.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_modules/Medfl/LearningManager/federated_dataset.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_modules/Medfl/LearningManager/flpipeline.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_modules/Medfl/LearningManager/model.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_modules/Medfl/LearningManager/plot.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_modules/Medfl/LearningManager/server.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_modules/Medfl/LearningManager/strategy.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_modules/Medfl/LearningManager/utils.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_modules/Medfl/NetManager/dataset.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_modules/Medfl/NetManager/flsetup.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_modules/Medfl/NetManager/net_helper.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_modules/Medfl/NetManager/network.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_modules/Medfl/NetManager/node.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_modules/index.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_sources/Medfl.LearningManager.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_sources/Medfl.NetManager.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_sources/Medfl.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_sources/index.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_sources/modules.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/MEDomics.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/basic.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/badge_only.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/lato-bold-italic.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/lato-bold.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/lato-bold.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/lato-normal-italic.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/lato-normal.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/fonts/lato-normal.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/css/theme.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/dark_mode_css/custom.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/dark_mode_css/dark.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/dark_mode_css/general.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/dark_mode_js/default_dark.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/dark_mode_js/default_light.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/dark_mode_js/theme_switcher.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/doctools.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/documentation_options.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/file.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/jquery.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/js/badge_only.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/js/html5shiv-printshiv.min.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/js/html5shiv.min.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/js/theme.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/language_data.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/minus.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/plus.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/pygments.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/searchtools.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/_static/sphinx_highlight.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/genindex.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/index.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/modules.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/objects.inv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/py-modindex.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/search.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/_build/searchindex.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/doctrees/Documentation.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/doctrees/Installation.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/doctrees/Medfl.LearningManager.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/doctrees/Medfl.NetManager.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/doctrees/Medfl.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/doctrees/configuration_file.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/doctrees/environment.pickle +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/doctrees/index.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/doctrees/modules.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/doctrees/tutorials.doctree +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/.buildinfo +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/.nojekyll +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/Documentation.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/Installation.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/Medfl.LearningManager.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/Medfl.NetManager.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/Medfl.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_images/FTL_comp.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_images/LearningManager.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_images/MEDfl_Diagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_images/NetManager_Diagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_images/learningresults.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_images/mysqllogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_images/phpmyadmin.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_images/wampLogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_images/xampplogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_modules/Medfl/LearningManager/client.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_modules/Medfl/LearningManager/dynamicModal.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_modules/Medfl/LearningManager/federated_dataset.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_modules/Medfl/LearningManager/flpipeline.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_modules/Medfl/LearningManager/model.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_modules/Medfl/LearningManager/plot.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_modules/Medfl/LearningManager/server.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_modules/Medfl/LearningManager/strategy.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_modules/Medfl/LearningManager/utils.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_modules/Medfl/NetManager/dataset.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_modules/Medfl/NetManager/flsetup.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_modules/Medfl/NetManager/net_helper.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_modules/Medfl/NetManager/network.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_modules/Medfl/NetManager/node.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_modules/index.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_sources/Documentation.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_sources/Installation.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_sources/Medfl.LearningManager.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_sources/Medfl.NetManager.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_sources/Medfl.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_sources/configuration_file.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_sources/index.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_sources/modules.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_sources/tutorials.rst.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/MEDomics.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/basic.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/badge_only.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/lato-bold.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/lato-normal.woff +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/css/theme.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/custom.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/dark_mode_css/custom.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/dark_mode_css/dark.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/dark_mode_css/general.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/dark_mode_js/default_dark.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/dark_mode_js/default_light.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/dark_mode_js/theme_switcher.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/doctools.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/documentation_options.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/file.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/jquery-3.6.0.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/jquery.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/js/badge_only.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/js/html5shiv-printshiv.min.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/js/html5shiv.min.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/js/theme.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/language_data.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/minus.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/plus.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/pygments.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/searchtools.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/sphinx_highlight.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/underscore-1.13.1.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/_static/underscore.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/configuration_file.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/genindex.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/index.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/modules.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/objects.inv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/py-modindex.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/search.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/searchindex.js +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/build/html/tutorials.html +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/make.bat +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/Documentation.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/Installation.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/Medfl.LearningManager.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/Medfl.NetManager.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/Medfl.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/_static/custom.css +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/conf.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/configuration_file.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/FL_gen.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/FTL_comp.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/FlDatasetDiagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/GDP.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/LDP.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/LearningManager.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/MEDfl_Diagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/Modelinit.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/NetManager_Diagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/NetworkCreation.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/createServer.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/learningresults.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/logos/mysqllogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/logos/phpmyadmin.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/logos/wampLogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/logos/xampplogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/modeltest.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/netMan.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/nodecreation.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/pipeline.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/Images/strategy.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/figures/MEDomics.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/index.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/modules.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/docs/source/tutorials.rst +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/global_params.yaml +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/.ipynb_checkpoints/trainedModels/binary_classifier.pth +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/.ipynb_checkpoints/trainedModels/eicu_binary_classifier.pth +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/.ipynb_checkpoints/trainedModels/grid_search_classifier.pth +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/.ipynb_checkpoints/trainedModels/new_binary_classifier.pth +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/.ipynb_checkpoints/trainedModels/updated_model.pth +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/First_Tuto.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/FL_gen.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/FTL_comp.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/FlDatasetDiagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/GDP.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/LDP.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/LearningManager.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/MEDfl_Diagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/MEDfl_bachmarking_plan.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/Modelinit.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/NetManager_Diagramm.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/NetworkCreation.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/createServer.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/learningresults.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/logos/mysqllogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/logos/phpmyadmin.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/logos/wampLogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/logos/xampplogo.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/modeltest.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/netMan.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/nodecreation.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/optuna_optim_diag.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/pipeline.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/Images/strategy.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/banchmarking/banchmarking_plan.md +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/banchmarking/benchmarks_results.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/banchmarking/network_architecture/net_bachmarking_conf_1.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/banchmarking/network_architecture/net_bachmarking_conf_2.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/banchmarking/transfer_learning/TL_activated.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/banchmarking/transfer_learning/TL_dectivated.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/chunk_1.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/chunk_2.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/chunk_3.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/config_1/part_1.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/config_1/part_2.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/config_1/part_3.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/config_1/test_1.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/config_1/test_2.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/eicu_sapsii_data.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/eicu_sapsii_data_test.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/eicu_sapsii_data_test_1.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/masterDataSet/Mimic_ouael.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/masterDataSet/Mimic_train.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/masterDataSet/eICU.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/nodesData/output_1.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/nodesData/output_10.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/nodesData/output_2.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/nodesData/output_3.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/nodesData/output_4.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/nodesData/output_5.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/nodesData/output_6.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/nodesData/output_7.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/nodesData/output_8.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/nodesData/output_9.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/test_1.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/test_2.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/test_3.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/data/validation/Mimic_validation.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/eicu_test.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/eicu_test_1.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/eicu_test_2.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/eicu_test_3.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/sapsii_score_knnimputed_eicu.csv +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/tutorial/1_DB.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/tutorial/2_NetManager.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/tutorial/3_TransferLearning copy.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/tutorial/3_TransferLearning.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/tutorial/4_LearningManager.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/tutorial/5_LearningResults.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/tutorial/6_ModelChoice.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/tutorial/7_ParamsOptimiser.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/tutorial/8_complete_tutorial.ipynb +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/tutorial/newplot2.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/notebooks/tutorial/newplot4.png +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/requirements.txt +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/scripts/__init__.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/scripts/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/scripts/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/scripts/__pycache__/base.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/scripts/__pycache__/base.cpython-39.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/scripts/base.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/scripts/config.ini +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/scripts/create_db.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/scripts/setup_mysql.sh +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/setup.cfg +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/setup_mysql.sh +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/tests/__init__.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/tests/__pycache__/test_dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/tests/__pycache__/test_federated_dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/tests/__pycache__/test_flpipeline.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/tests/__pycache__/test_flsetup.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/tests/__pycache__/test_network.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/tests/__pycache__/test_node.cpython-38.pyc +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/tests/test_dataset.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/tests/test_federated_dataset.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/tests/test_flpipeline.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/tests/test_flsetup.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/tests/test_network.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/tests/test_node.py +0 -0
- {Medfl-0.1.19 → Medfl-0.1.20}/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": 8,
|
6
6
|
"metadata": {},
|
7
7
|
"outputs": [],
|
8
8
|
"source": [
|
@@ -19,7 +19,33 @@
|
|
19
19
|
},
|
20
20
|
{
|
21
21
|
"cell_type": "code",
|
22
|
-
"execution_count":
|
22
|
+
"execution_count": 9,
|
23
|
+
"metadata": {},
|
24
|
+
"outputs": [
|
25
|
+
{
|
26
|
+
"name": "stdout",
|
27
|
+
"output_type": "stream",
|
28
|
+
"text": [
|
29
|
+
"getting connection\n"
|
30
|
+
]
|
31
|
+
}
|
32
|
+
],
|
33
|
+
"source": [
|
34
|
+
"from Medfl.LearningManager.utils import *\n",
|
35
|
+
"from Medfl.NetManager.database_connector import DatabaseManager\n",
|
36
|
+
"\n",
|
37
|
+
"set_db_config('../../scripts/config.ini')\n",
|
38
|
+
"\n",
|
39
|
+
"db_manager = DatabaseManager()\n",
|
40
|
+
"db_manager.connect()\n",
|
41
|
+
"db_manager.get_connection()\n",
|
42
|
+
"\n",
|
43
|
+
"print('getting connection')\n"
|
44
|
+
]
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"cell_type": "code",
|
48
|
+
"execution_count": 10,
|
23
49
|
"metadata": {},
|
24
50
|
"outputs": [
|
25
51
|
{
|
@@ -29,7 +55,7 @@
|
|
29
55
|
"traceback": [
|
30
56
|
"\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
|
31
57
|
"\u001b[1;31mKeyError\u001b[0m Traceback (most recent call last)",
|
32
|
-
"Cell \u001b[1;32mIn[
|
58
|
+
"Cell \u001b[1;32mIn[10], line 16\u001b[0m\n\u001b[0;32m 11\u001b[0m \u001b[39mimport\u001b[39;00m \u001b[39mtorch\u001b[39;00m\u001b[39m.\u001b[39;00m\u001b[39mnn\u001b[39;00m\u001b[39m.\u001b[39;00m\u001b[39mfunctional\u001b[39;00m \u001b[39mas\u001b[39;00m \u001b[39mF\u001b[39;00m\n\u001b[0;32m 14\u001b[0m \u001b[39m## MedFL Imports \u001b[39;00m\n\u001b[0;32m 15\u001b[0m \u001b[39m## Network Manager Imports \u001b[39;00m\n\u001b[1;32m---> 16\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39mMedfl\u001b[39;00m\u001b[39m.\u001b[39;00m\u001b[39mNetManager\u001b[39;00m\u001b[39m.\u001b[39;00m\u001b[39mnode\u001b[39;00m \u001b[39mimport\u001b[39;00m Node\n\u001b[0;32m 17\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39mMedfl\u001b[39;00m\u001b[39m.\u001b[39;00m\u001b[39mNetManager\u001b[39;00m\u001b[39m.\u001b[39;00m\u001b[39mnetwork\u001b[39;00m \u001b[39mimport\u001b[39;00m Network\n\u001b[0;32m 18\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39mMedfl\u001b[39;00m\u001b[39m.\u001b[39;00m\u001b[39mNetManager\u001b[39;00m\u001b[39m.\u001b[39;00m\u001b[39mdataset\u001b[39;00m \u001b[39mimport\u001b[39;00m DataSet\n",
|
33
59
|
"File \u001b[1;32m~\\AppData\\Roaming\\Python\\Python39\\site-packages\\Medfl\\NetManager\\node.py:3\u001b[0m\n\u001b[0;32m 1\u001b[0m \u001b[39mimport\u001b[39;00m \u001b[39mpandas\u001b[39;00m \u001b[39mas\u001b[39;00m \u001b[39mpd\u001b[39;00m\n\u001b[1;32m----> 3\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39mscripts\u001b[39;00m\u001b[39m.\u001b[39;00m\u001b[39mbase\u001b[39;00m \u001b[39mimport\u001b[39;00m \u001b[39m*\u001b[39m\n\u001b[0;32m 4\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39m.\u001b[39;00m\u001b[39mnet_helper\u001b[39;00m \u001b[39mimport\u001b[39;00m \u001b[39m*\u001b[39m\n\u001b[0;32m 5\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39m.\u001b[39;00m\u001b[39mnet_manager_queries\u001b[39;00m \u001b[39mimport\u001b[39;00m \u001b[39m*\u001b[39m\n",
|
34
60
|
"File \u001b[1;32m~\\AppData\\Roaming\\Python\\Python39\\site-packages\\scripts\\base.py:16\u001b[0m\n\u001b[0;32m 14\u001b[0m config \u001b[39m=\u001b[39m ConfigParser()\n\u001b[0;32m 15\u001b[0m config\u001b[39m.\u001b[39mread(config_file_path)\n\u001b[1;32m---> 16\u001b[0m mysql_config \u001b[39m=\u001b[39m config[\u001b[39m'\u001b[39;49m\u001b[39mmysql\u001b[39;49m\u001b[39m'\u001b[39;49m]\n\u001b[0;32m 20\u001b[0m connection_string \u001b[39m=\u001b[39m (\n\u001b[0;32m 21\u001b[0m \u001b[39mf\u001b[39m\u001b[39m\"\u001b[39m\u001b[39mmysql+mysqlconnector://\u001b[39m\u001b[39m{\u001b[39;00mmysql_config[\u001b[39m'\u001b[39m\u001b[39muser\u001b[39m\u001b[39m'\u001b[39m]\u001b[39m}\u001b[39;00m\u001b[39m:\u001b[39m\u001b[39m{\u001b[39;00mmysql_config[\u001b[39m'\u001b[39m\u001b[39mpassword\u001b[39m\u001b[39m'\u001b[39m]\u001b[39m}\u001b[39;00m\u001b[39m@\u001b[39m\u001b[39m\"\u001b[39m\n\u001b[0;32m 22\u001b[0m \u001b[39mf\u001b[39m\u001b[39m\"\u001b[39m\u001b[39m{\u001b[39;00mmysql_config[\u001b[39m'\u001b[39m\u001b[39mhost\u001b[39m\u001b[39m'\u001b[39m]\u001b[39m}\u001b[39;00m\u001b[39m:\u001b[39m\u001b[39m{\u001b[39;00mmysql_config[\u001b[39m'\u001b[39m\u001b[39mport\u001b[39m\u001b[39m'\u001b[39m]\u001b[39m}\u001b[39;00m\u001b[39m/\u001b[39m\u001b[39m{\u001b[39;00mmysql_config[\u001b[39m'\u001b[39m\u001b[39mdatabase\u001b[39m\u001b[39m'\u001b[39m]\u001b[39m}\u001b[39;00m\u001b[39m\"\u001b[39m\n\u001b[0;32m 23\u001b[0m )\n\u001b[0;32m 25\u001b[0m eng \u001b[39m=\u001b[39m create_engine(\n\u001b[0;32m 26\u001b[0m connection_string,\n\u001b[0;32m 27\u001b[0m execution_options\u001b[39m=\u001b[39m{\u001b[39m\"\u001b[39m\u001b[39mautocommit\u001b[39m\u001b[39m\"\u001b[39m: \u001b[39mTrue\u001b[39;00m},\n\u001b[0;32m 28\u001b[0m )\n",
|
35
61
|
"File \u001b[1;32mc:\\Python39\\lib\\configparser.py:960\u001b[0m, in \u001b[0;36mRawConfigParser.__getitem__\u001b[1;34m(self, key)\u001b[0m\n\u001b[0;32m 958\u001b[0m \u001b[39mdef\u001b[39;00m \u001b[39m__getitem__\u001b[39m(\u001b[39mself\u001b[39m, key):\n\u001b[0;32m 959\u001b[0m \u001b[39mif\u001b[39;00m key \u001b[39m!=\u001b[39m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39mdefault_section \u001b[39mand\u001b[39;00m \u001b[39mnot\u001b[39;00m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39mhas_section(key):\n\u001b[1;32m--> 960\u001b[0m \u001b[39mraise\u001b[39;00m \u001b[39mKeyError\u001b[39;00m(key)\n\u001b[0;32m 961\u001b[0m \u001b[39mreturn\u001b[39;00m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39m_proxies[key]\n",
|
@@ -57,7 +83,7 @@
|
|
57
83
|
"from Medfl.NetManager.network import Network\n",
|
58
84
|
"from Medfl.NetManager.dataset import DataSet\n",
|
59
85
|
"from Medfl.NetManager.flsetup import FLsetup\n",
|
60
|
-
"
|
86
|
+
"\n",
|
61
87
|
"# flower imports \n",
|
62
88
|
"import flwr as fl\n",
|
63
89
|
"\n",
|
@@ -588,13 +614,7 @@
|
|
588
614
|
" break\n",
|
589
615
|
" # Create the MEDfl pipeline for each config\n",
|
590
616
|
"\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",
|
617
|
+
" \n",
|
598
618
|
"\n",
|
599
619
|
" db_manager.create_MEDfl_db(path_to_csv=\"../data/masterDataSet/Mimic_ouael.csv\")\n",
|
600
620
|
"\n",
|
@@ -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.20",
|
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.20}/Medfl/LearningManager/__pycache__/federated_dataset.cpython-38.pyc
RENAMED
File without changes
|
{Medfl-0.1.19 → Medfl-0.1.20}/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.20}/Medfl/NetManager/__pycache__/net_manager_queries.cpython-38.pyc
RENAMED
File without changes
|
{Medfl-0.1.19 → Medfl-0.1.20}/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.20}/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.20}/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
|
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
|
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
|