MEDfl 0.1.22__tar.gz → 0.1.24__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.22 → Medfl-0.1.24}/MEDfl.egg-info/PKG-INFO +2 -2
- {Medfl-0.1.22 → Medfl-0.1.24}/MEDfl.egg-info/SOURCES.txt +1 -1
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/utils.py +1 -1
- {Medfl-0.1.22 → Medfl-0.1.24}/PKG-INFO +2 -2
- {Medfl-0.1.22 → Medfl-0.1.24}/README.md +1 -1
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_sources/configuration_file.rst.txt +1 -1
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/configuration_file.html +1 -1
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/configuration_file.rst +1 -1
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/banchmarking/MEDfl_benchmarks.ipynb +43 -3
- {Medfl-0.1.22 → Medfl-0.1.24}/scripts/base.py +1 -1
- {Medfl-0.1.22 → Medfl-0.1.24}/scripts/create_db.py +9 -5
- {Medfl-0.1.22 → Medfl-0.1.24}/setup.py +3 -3
- {Medfl-0.1.22 → Medfl-0.1.24}/.github/workflows/main.yml +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/.gitignore +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/.idea/.gitignore +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/.idea/MEDfl.iml +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/.idea/misc.xml +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/.idea/modules.xml +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/.idea/vcs.xml +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/MEDfl.egg-info/dependency_links.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/MEDfl.egg-info/requires.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/MEDfl.egg-info/top_level.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__init__.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/client.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/client.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/dynamicModal.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/dynamicModal.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/federated_dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/federated_dataset.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/flpipeline.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/flpipeline.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/model.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/model.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/plot.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/plot.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/server.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/server.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/strategy.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/strategy.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/utils.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/utils.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/client.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/dynamicModal.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/federated_dataset.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/flpipeline.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/model.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/params.yaml +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/params_optimiser.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/plot.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/server.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/LearningManager/strategy.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__init__.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__pycache__/dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__pycache__/dataset.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__pycache__/flsetup.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__pycache__/flsetup.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__pycache__/net_helper.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__pycache__/net_helper.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__pycache__/net_manager_queries.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__pycache__/net_manager_queries.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__pycache__/network.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__pycache__/network.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__pycache__/node.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__pycache__/node.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/database_connector.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/dataset.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/flsetup.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/net_helper.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/net_manager_queries.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/network.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/node.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/__init__.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/Medfl/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/alembic/README +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/alembic/__init__.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/alembic/__pycache__/env.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/alembic/alembic_logging.ini +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/alembic/debug.log +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/alembic/env.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/alembic/script.py.mako +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/alembic/versions/__pycache__/b159ee510a90_initial.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/alembic/versions/b159ee510a90_initial.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/alembic.ini +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/Makefile +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/.buildinfo +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/.doctrees/Medfl.LearningManager.doctree +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/.doctrees/Medfl.NetManager.doctree +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/.doctrees/Medfl.doctree +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/.doctrees/environment.pickle +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/.doctrees/index.doctree +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/.doctrees/modules.doctree +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/.nojekyll +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/Medfl.LearningManager.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/Medfl.NetManager.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/Medfl.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_modules/Medfl/LearningManager/client.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_modules/Medfl/LearningManager/dynamicModal.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_modules/Medfl/LearningManager/federated_dataset.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_modules/Medfl/LearningManager/flpipeline.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_modules/Medfl/LearningManager/model.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_modules/Medfl/LearningManager/plot.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_modules/Medfl/LearningManager/server.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_modules/Medfl/LearningManager/strategy.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_modules/Medfl/LearningManager/utils.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_modules/Medfl/NetManager/dataset.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_modules/Medfl/NetManager/flsetup.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_modules/Medfl/NetManager/net_helper.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_modules/Medfl/NetManager/network.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_modules/Medfl/NetManager/node.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_modules/index.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_sources/Medfl.LearningManager.rst.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_sources/Medfl.NetManager.rst.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_sources/Medfl.rst.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_sources/index.rst.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_sources/modules.rst.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/MEDomics.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/basic.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/badge_only.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/lato-bold-italic.woff +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/lato-bold.woff +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/lato-bold.woff2 +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/lato-normal-italic.woff +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/lato-normal.woff +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/fonts/lato-normal.woff2 +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/css/theme.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/dark_mode_css/custom.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/dark_mode_css/dark.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/dark_mode_css/general.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/dark_mode_js/default_dark.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/dark_mode_js/default_light.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/dark_mode_js/theme_switcher.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/doctools.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/documentation_options.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/file.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/jquery.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/js/badge_only.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/js/html5shiv-printshiv.min.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/js/html5shiv.min.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/js/theme.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/language_data.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/minus.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/plus.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/pygments.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/searchtools.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/_static/sphinx_highlight.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/genindex.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/index.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/modules.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/objects.inv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/py-modindex.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/search.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/_build/searchindex.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/doctrees/Documentation.doctree +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/doctrees/Installation.doctree +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/doctrees/Medfl.LearningManager.doctree +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/doctrees/Medfl.NetManager.doctree +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/doctrees/Medfl.doctree +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/doctrees/configuration_file.doctree +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/doctrees/environment.pickle +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/doctrees/index.doctree +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/doctrees/modules.doctree +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/doctrees/tutorials.doctree +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/.buildinfo +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/.nojekyll +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/Documentation.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/Installation.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/Medfl.LearningManager.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/Medfl.NetManager.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/Medfl.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_images/FTL_comp.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_images/LearningManager.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_images/MEDfl_Diagramm.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_images/NetManager_Diagramm.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_images/learningresults.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_images/mysqllogo.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_images/phpmyadmin.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_images/wampLogo.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_images/xampplogo.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_modules/Medfl/LearningManager/client.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_modules/Medfl/LearningManager/dynamicModal.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_modules/Medfl/LearningManager/federated_dataset.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_modules/Medfl/LearningManager/flpipeline.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_modules/Medfl/LearningManager/model.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_modules/Medfl/LearningManager/plot.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_modules/Medfl/LearningManager/server.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_modules/Medfl/LearningManager/strategy.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_modules/Medfl/LearningManager/utils.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_modules/Medfl/NetManager/dataset.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_modules/Medfl/NetManager/flsetup.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_modules/Medfl/NetManager/net_helper.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_modules/Medfl/NetManager/network.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_modules/Medfl/NetManager/node.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_modules/index.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_sources/Documentation.rst.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_sources/Installation.rst.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_sources/Medfl.LearningManager.rst.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_sources/Medfl.NetManager.rst.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_sources/Medfl.rst.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_sources/index.rst.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_sources/modules.rst.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_sources/tutorials.rst.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/MEDomics.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/basic.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/badge_only.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/lato-bold.woff +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/lato-normal.woff +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/css/theme.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/custom.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/dark_mode_css/custom.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/dark_mode_css/dark.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/dark_mode_css/general.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/dark_mode_js/default_dark.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/dark_mode_js/default_light.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/dark_mode_js/theme_switcher.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/doctools.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/documentation_options.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/file.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/jquery-3.6.0.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/jquery.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/js/badge_only.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/js/html5shiv-printshiv.min.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/js/html5shiv.min.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/js/theme.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/language_data.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/minus.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/plus.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/pygments.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/searchtools.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/sphinx_highlight.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/underscore-1.13.1.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/_static/underscore.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/genindex.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/index.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/modules.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/objects.inv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/py-modindex.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/search.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/searchindex.js +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/build/html/tutorials.html +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/make.bat +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/Documentation.rst +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/Installation.rst +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/Medfl.LearningManager.rst +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/Medfl.NetManager.rst +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/Medfl.rst +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/_static/custom.css +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/conf.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/FL_gen.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/FTL_comp.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/FlDatasetDiagramm.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/GDP.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/LDP.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/LearningManager.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/MEDfl_Diagramm.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/Modelinit.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/NetManager_Diagramm.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/NetworkCreation.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/createServer.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/learningresults.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/logos/mysqllogo.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/logos/phpmyadmin.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/logos/wampLogo.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/logos/xampplogo.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/modeltest.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/netMan.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/nodecreation.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/pipeline.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/Images/strategy.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/figures/MEDomics.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/index.rst +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/modules.rst +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/docs/source/tutorials.rst +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/global_params.yaml +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/.ipynb_checkpoints/trainedModels/binary_classifier.pth +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/.ipynb_checkpoints/trainedModels/eicu_binary_classifier.pth +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/.ipynb_checkpoints/trainedModels/grid_search_classifier.pth +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/.ipynb_checkpoints/trainedModels/new_binary_classifier.pth +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/.ipynb_checkpoints/trainedModels/updated_model.pth +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/First_Tuto.ipynb +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/FL_gen.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/FTL_comp.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/FlDatasetDiagramm.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/GDP.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/LDP.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/LearningManager.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/MEDfl_Diagramm.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/MEDfl_bachmarking_plan.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/Modelinit.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/NetManager_Diagramm.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/NetworkCreation.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/createServer.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/learningresults.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/logos/mysqllogo.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/logos/phpmyadmin.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/logos/wampLogo.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/logos/xampplogo.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/modeltest.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/netMan.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/nodecreation.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/optuna_optim_diag.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/pipeline.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/Images/strategy.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/banchmarking/banchmarking_plan.md +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/banchmarking/benchmarks_results.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/banchmarking/network_architecture/net_bachmarking_conf_1.ipynb +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/banchmarking/network_architecture/net_bachmarking_conf_2.ipynb +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/banchmarking/transfer_learning/TL_activated.ipynb +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/banchmarking/transfer_learning/TL_dectivated.ipynb +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/chunk_1.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/chunk_2.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/chunk_3.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/config_1/part_1.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/config_1/part_2.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/config_1/part_3.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/config_1/test_1.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/config_1/test_2.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/eicu_sapsii_data.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/eicu_sapsii_data_test.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/eicu_sapsii_data_test_1.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/masterDataSet/Mimic_ouael.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/masterDataSet/Mimic_train.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/masterDataSet/eICU.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/nodesData/output_1.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/nodesData/output_10.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/nodesData/output_2.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/nodesData/output_3.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/nodesData/output_4.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/nodesData/output_5.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/nodesData/output_6.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/nodesData/output_7.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/nodesData/output_8.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/nodesData/output_9.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/test_1.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/test_2.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/test_3.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/data/validation/Mimic_validation.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/eicu_test.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/eicu_test_1.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/eicu_test_2.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/eicu_test_3.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/sapsii_score_knnimputed_eicu.csv +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/tutorial/1_DB.ipynb +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/tutorial/2_NetManager.ipynb +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/tutorial/3_TransferLearning copy.ipynb +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/tutorial/3_TransferLearning.ipynb +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/tutorial/4_LearningManager.ipynb +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/tutorial/5_LearningResults.ipynb +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/tutorial/6_ModelChoice.ipynb +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/tutorial/7_ParamsOptimiser.ipynb +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/tutorial/8_complete_tutorial.ipynb +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/tutorial/newplot2.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/notebooks/tutorial/newplot4.png +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/requirements.txt +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/scripts/__init__.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/scripts/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/scripts/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/scripts/__pycache__/base.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/scripts/__pycache__/base.cpython-39.pyc +0 -0
- /Medfl-0.1.22/scripts/config.ini → /Medfl-0.1.24/scripts/db_config.ini +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/scripts/setup_mysql.sh +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/setup.cfg +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/setup_mysql.sh +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/tests/__init__.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/tests/__pycache__/test_dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/tests/__pycache__/test_federated_dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/tests/__pycache__/test_flpipeline.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/tests/__pycache__/test_flsetup.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/tests/__pycache__/test_network.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/tests/__pycache__/test_node.cpython-38.pyc +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/tests/test_dataset.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/tests/test_federated_dataset.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/tests/test_flpipeline.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/tests/test_flsetup.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/tests/test_network.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/tests/test_node.py +0 -0
- {Medfl-0.1.22 → Medfl-0.1.24}/workflows/migration.yml +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: Medfl
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.24
|
4
4
|
Summary: Python Open-source package for simulating federated learning and differential privacy
|
5
5
|
Home-page: https://github.com/HaithemLamri/MEDfl
|
6
6
|
Author: MEDomics consortium
|
@@ -57,7 +57,7 @@ cd MEDfl
|
|
57
57
|
pip install -e .
|
58
58
|
```
|
59
59
|
### MySQL DB configuration
|
60
|
-
MEDfl requires a MySQL DB connection, and this is in order to allow users to work with their own tabular datasets, we have created a bash script to install and configure A MySQL DB with phpmyadmin monitoring system, run the following command then change your credential on the MEDfl/scripts/base.py and MEDfl/scripts/
|
60
|
+
MEDfl requires a MySQL DB connection, and this is in order to allow users to work with their own tabular datasets, we have created a bash script to install and configure A MySQL DB with phpmyadmin monitoring system, run the following command then change your credential on the MEDfl/scripts/base.py and MEDfl/scripts/db_config.ini files
|
61
61
|
```
|
62
62
|
sudo bash MEDfl/scripts/setup_mysql.sh
|
63
63
|
```
|
@@ -395,8 +395,8 @@ notebooks/tutorial/newplot2.png
|
|
395
395
|
notebooks/tutorial/newplot4.png
|
396
396
|
scripts/__init__.py
|
397
397
|
scripts/base.py
|
398
|
-
scripts/config.ini
|
399
398
|
scripts/create_db.py
|
399
|
+
scripts/db_config.ini
|
400
400
|
scripts/setup_mysql.sh
|
401
401
|
scripts/__pycache__/__init__.cpython-38.pyc
|
402
402
|
scripts/__pycache__/__init__.cpython-39.pyc
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: Medfl
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.24
|
4
4
|
Summary: Python Open-source package for simulating federated learning and differential privacy
|
5
5
|
Home-page: https://github.com/HaithemLamri/MEDfl
|
6
6
|
Author: MEDomics consortium
|
@@ -57,7 +57,7 @@ cd MEDfl
|
|
57
57
|
pip install -e .
|
58
58
|
```
|
59
59
|
### MySQL DB configuration
|
60
|
-
MEDfl requires a MySQL DB connection, and this is in order to allow users to work with their own tabular datasets, we have created a bash script to install and configure A MySQL DB with phpmyadmin monitoring system, run the following command then change your credential on the MEDfl/scripts/base.py and MEDfl/scripts/
|
60
|
+
MEDfl requires a MySQL DB connection, and this is in order to allow users to work with their own tabular datasets, we have created a bash script to install and configure A MySQL DB with phpmyadmin monitoring system, run the following command then change your credential on the MEDfl/scripts/base.py and MEDfl/scripts/db_config.ini files
|
61
61
|
```
|
62
62
|
sudo bash MEDfl/scripts/setup_mysql.sh
|
63
63
|
```
|
@@ -38,7 +38,7 @@ cd MEDfl
|
|
38
38
|
pip install -e .
|
39
39
|
```
|
40
40
|
### MySQL DB configuration
|
41
|
-
MEDfl requires a MySQL DB connection, and this is in order to allow users to work with their own tabular datasets, we have created a bash script to install and configure A MySQL DB with phpmyadmin monitoring system, run the following command then change your credential on the MEDfl/scripts/base.py and MEDfl/scripts/
|
41
|
+
MEDfl requires a MySQL DB connection, and this is in order to allow users to work with their own tabular datasets, we have created a bash script to install and configure A MySQL DB with phpmyadmin monitoring system, run the following command then change your credential on the MEDfl/scripts/base.py and MEDfl/scripts/db_config.ini files
|
42
42
|
```
|
43
43
|
sudo bash MEDfl/scripts/setup_mysql.sh
|
44
44
|
```
|
@@ -12,7 +12,7 @@ In the file ``MEDfl/global_params.yaml``, you need to update the base URL parame
|
|
12
12
|
|
13
13
|
MySQL Configuration
|
14
14
|
-------------------
|
15
|
-
In the file ``MEDfl/scripts/
|
15
|
+
In the file ``MEDfl/scripts/db_config.ini``, you can specify the SQL connection parameters.
|
16
16
|
|
17
17
|
.. code-block:: bash
|
18
18
|
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</section>
|
115
115
|
<section id="mysql-configuration">
|
116
116
|
<h2>MySQL Configuration<a class="headerlink" href="#mysql-configuration" title="Permalink to this heading"></a></h2>
|
117
|
-
<p>In the file <code class="docutils literal notranslate"><span class="pre">MEDfl/scripts/
|
117
|
+
<p>In the file <code class="docutils literal notranslate"><span class="pre">MEDfl/scripts/db_config.ini</span></code>, you can specify the SQL connection parameters.</p>
|
118
118
|
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="o">[</span>mysql<span class="o">]</span>
|
119
119
|
<span class="w"> </span><span class="nv">host</span><span class="w"> </span><span class="o">=</span><span class="w"> </span>localhost
|
120
120
|
<span class="w"> </span><span class="nv">port</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="m">3306</span>
|
@@ -12,7 +12,7 @@ In the file ``MEDfl/global_params.yaml``, you need to update the base URL parame
|
|
12
12
|
|
13
13
|
MySQL Configuration
|
14
14
|
-------------------
|
15
|
-
In the file ``MEDfl/scripts/
|
15
|
+
In the file ``MEDfl/scripts/db_config.ini``, you can specify the SQL connection parameters.
|
16
16
|
|
17
17
|
.. code-block:: bash
|
18
18
|
|
@@ -2,7 +2,7 @@
|
|
2
2
|
"cells": [
|
3
3
|
{
|
4
4
|
"cell_type": "code",
|
5
|
-
"execution_count":
|
5
|
+
"execution_count": 2,
|
6
6
|
"metadata": {},
|
7
7
|
"outputs": [],
|
8
8
|
"source": [
|
@@ -17,6 +17,22 @@
|
|
17
17
|
"\n"
|
18
18
|
]
|
19
19
|
},
|
20
|
+
{
|
21
|
+
"cell_type": "code",
|
22
|
+
"execution_count": 9,
|
23
|
+
"metadata": {},
|
24
|
+
"outputs": [],
|
25
|
+
"source": [
|
26
|
+
"!python \"../../scripts/create_db.py\" \"../../notebooks/data/masterDataSet/Mimic_ouael.csv\""
|
27
|
+
]
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"cell_type": "code",
|
31
|
+
"execution_count": null,
|
32
|
+
"metadata": {},
|
33
|
+
"outputs": [],
|
34
|
+
"source": []
|
35
|
+
},
|
20
36
|
{
|
21
37
|
"cell_type": "code",
|
22
38
|
"execution_count": 2,
|
@@ -42,7 +58,7 @@
|
|
42
58
|
"from Medfl.LearningManager.utils import *\n",
|
43
59
|
"from Medfl.NetManager.database_connector import DatabaseManager\n",
|
44
60
|
"\n",
|
45
|
-
"set_db_config('../../scripts/
|
61
|
+
"set_db_config('../../scripts/db_config.ini')\n",
|
46
62
|
"\n",
|
47
63
|
"db_manager = DatabaseManager()\n",
|
48
64
|
"db_manager.connect()\n",
|
@@ -51,6 +67,30 @@
|
|
51
67
|
"print('getting connection')\n"
|
52
68
|
]
|
53
69
|
},
|
70
|
+
{
|
71
|
+
"cell_type": "code",
|
72
|
+
"execution_count": 3,
|
73
|
+
"metadata": {},
|
74
|
+
"outputs": [
|
75
|
+
{
|
76
|
+
"data": {
|
77
|
+
"text/plain": [
|
78
|
+
"{'host': 'localhost',\n",
|
79
|
+
" 'port': '3306',\n",
|
80
|
+
" 'user': 'root',\n",
|
81
|
+
" 'password': '',\n",
|
82
|
+
" 'database': 'MEDfl'}"
|
83
|
+
]
|
84
|
+
},
|
85
|
+
"execution_count": 3,
|
86
|
+
"metadata": {},
|
87
|
+
"output_type": "execute_result"
|
88
|
+
}
|
89
|
+
],
|
90
|
+
"source": [
|
91
|
+
"load_db_config()"
|
92
|
+
]
|
93
|
+
},
|
54
94
|
{
|
55
95
|
"cell_type": "code",
|
56
96
|
"execution_count": 3,
|
@@ -60,7 +100,7 @@
|
|
60
100
|
"name": "stderr",
|
61
101
|
"output_type": "stream",
|
62
102
|
"text": [
|
63
|
-
"2024-04-23 20:
|
103
|
+
"2024-04-23 20:50:11,068\tINFO util.py:159 -- Missing packages: ['ipywidgets']. Run `pip install -U ipywidgets`, then restart the notebook server for rich notebook output.\n"
|
64
104
|
]
|
65
105
|
}
|
66
106
|
],
|
@@ -9,7 +9,7 @@ import os
|
|
9
9
|
current_directory = os.path.dirname(os.path.abspath(__file__))
|
10
10
|
|
11
11
|
# Load configuration from the config file
|
12
|
-
config_file_path = os.path.join(current_directory, '
|
12
|
+
config_file_path = os.path.join(current_directory, 'db_config.ini')
|
13
13
|
|
14
14
|
config = ConfigParser()
|
15
15
|
config.read(config_file_path)
|
@@ -6,13 +6,17 @@ from mysql.connector import Error
|
|
6
6
|
from configparser import ConfigParser
|
7
7
|
import os
|
8
8
|
|
9
|
-
from Medfl.LearningManager.utils import load_db_config
|
10
|
-
|
11
9
|
def main(csv_file_path):
|
12
10
|
try:
|
13
|
-
|
14
|
-
|
15
|
-
|
11
|
+
# Get the directory of the current script
|
12
|
+
current_directory = os.path.dirname(os.path.abspath(__file__))
|
13
|
+
|
14
|
+
# Load configuration from the config file
|
15
|
+
config_file_path = os.path.join(current_directory, 'db_config.ini')
|
16
|
+
|
17
|
+
config = ConfigParser()
|
18
|
+
config.read(config_file_path)
|
19
|
+
mysql_config = config['mysql']
|
16
20
|
|
17
21
|
mydb = mysql.connector.connect(host=mysql_config['host'], user=mysql_config['user'], password=mysql_config['password'])
|
18
22
|
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.24",
|
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",
|
@@ -39,8 +39,8 @@ setup(
|
|
39
39
|
packages=find_packages(exclude=['docs', 'tests']),
|
40
40
|
install_requires=requirements,
|
41
41
|
package_data={
|
42
|
-
# Include the
|
43
|
-
'scripts': ['
|
42
|
+
# Include the db_config.ini file from the scripts folder
|
43
|
+
'scripts': ['db_config.ini'],
|
44
44
|
# include the create db script
|
45
45
|
'scripts': ['create_db.py'],
|
46
46
|
# Include the params.yaml file
|
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.22 → Medfl-0.1.24}/Medfl/LearningManager/__pycache__/federated_dataset.cpython-38.pyc
RENAMED
File without changes
|
{Medfl-0.1.22 → Medfl-0.1.24}/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
|
{Medfl-0.1.22 → Medfl-0.1.24}/Medfl/NetManager/__pycache__/net_manager_queries.cpython-38.pyc
RENAMED
File without changes
|
{Medfl-0.1.22 → Medfl-0.1.24}/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
|
File without changes
|
{Medfl-0.1.22 → Medfl-0.1.24}/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.22 → Medfl-0.1.24}/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
|