MEDfl 0.1.24__tar.gz → 0.1.25__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.24 → MEDfl-0.1.25}/MEDfl.egg-info/PKG-INFO +2 -2
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/server.py +4 -2
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/net_helper.py +19 -35
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/network.py +10 -4
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/node.py +11 -17
- {Medfl-0.1.24 → MEDfl-0.1.25}/PKG-INFO +2 -2
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/banchmarking/MEDfl_benchmarks.ipynb +88 -160
- {Medfl-0.1.24 → MEDfl-0.1.25}/scripts/create_db.py +2 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/setup.py +2 -2
- {Medfl-0.1.24 → MEDfl-0.1.25}/.github/workflows/main.yml +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/.gitignore +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/.idea/.gitignore +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/.idea/MEDfl.iml +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/.idea/misc.xml +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/.idea/modules.xml +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/.idea/vcs.xml +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/MEDfl.egg-info/SOURCES.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/MEDfl.egg-info/dependency_links.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/MEDfl.egg-info/requires.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/MEDfl.egg-info/top_level.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__init__.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/client.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/client.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/dynamicModal.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/dynamicModal.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/federated_dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/federated_dataset.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/flpipeline.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/flpipeline.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/model.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/model.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/plot.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/plot.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/server.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/server.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/strategy.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/strategy.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/utils.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/utils.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/client.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/dynamicModal.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/federated_dataset.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/flpipeline.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/model.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/params.yaml +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/params_optimiser.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/plot.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/strategy.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/LearningManager/utils.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/__init__.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/__pycache__/dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/__pycache__/dataset.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/__pycache__/flsetup.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/__pycache__/flsetup.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/__pycache__/net_helper.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/__pycache__/net_helper.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/__pycache__/net_manager_queries.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/__pycache__/net_manager_queries.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/__pycache__/network.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/__pycache__/network.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/__pycache__/node.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/__pycache__/node.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/database_connector.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/dataset.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/flsetup.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/NetManager/net_manager_queries.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/__init__.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/Medfl/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/README.md +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/alembic/README +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/alembic/__init__.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/alembic/__pycache__/env.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/alembic/alembic_logging.ini +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/alembic/debug.log +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/alembic/env.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/alembic/script.py.mako +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/alembic/versions/__pycache__/b159ee510a90_initial.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/alembic/versions/b159ee510a90_initial.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/alembic.ini +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/Makefile +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/.buildinfo +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/.doctrees/Medfl.LearningManager.doctree +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/.doctrees/Medfl.NetManager.doctree +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/.doctrees/Medfl.doctree +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/.doctrees/environment.pickle +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/.doctrees/index.doctree +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/.doctrees/modules.doctree +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/.nojekyll +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/Medfl.LearningManager.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/Medfl.NetManager.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/Medfl.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_modules/Medfl/LearningManager/client.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_modules/Medfl/LearningManager/dynamicModal.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_modules/Medfl/LearningManager/federated_dataset.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_modules/Medfl/LearningManager/flpipeline.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_modules/Medfl/LearningManager/model.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_modules/Medfl/LearningManager/plot.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_modules/Medfl/LearningManager/server.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_modules/Medfl/LearningManager/strategy.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_modules/Medfl/LearningManager/utils.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_modules/Medfl/NetManager/dataset.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_modules/Medfl/NetManager/flsetup.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_modules/Medfl/NetManager/net_helper.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_modules/Medfl/NetManager/network.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_modules/Medfl/NetManager/node.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_modules/index.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_sources/Medfl.LearningManager.rst.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_sources/Medfl.NetManager.rst.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_sources/Medfl.rst.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_sources/index.rst.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_sources/modules.rst.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/MEDomics.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/basic.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/badge_only.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/lato-bold-italic.woff +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/lato-bold.woff +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/lato-bold.woff2 +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/lato-normal-italic.woff +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/lato-normal.woff +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/fonts/lato-normal.woff2 +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/css/theme.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/dark_mode_css/custom.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/dark_mode_css/dark.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/dark_mode_css/general.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/dark_mode_js/default_dark.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/dark_mode_js/default_light.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/dark_mode_js/theme_switcher.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/doctools.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/documentation_options.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/file.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/jquery.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/js/badge_only.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/js/html5shiv-printshiv.min.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/js/html5shiv.min.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/js/theme.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/language_data.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/minus.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/plus.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/pygments.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/searchtools.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/_static/sphinx_highlight.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/genindex.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/index.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/modules.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/objects.inv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/py-modindex.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/search.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/_build/searchindex.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/doctrees/Documentation.doctree +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/doctrees/Installation.doctree +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/doctrees/Medfl.LearningManager.doctree +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/doctrees/Medfl.NetManager.doctree +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/doctrees/Medfl.doctree +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/doctrees/configuration_file.doctree +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/doctrees/environment.pickle +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/doctrees/index.doctree +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/doctrees/modules.doctree +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/doctrees/tutorials.doctree +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/.buildinfo +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/.nojekyll +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/Documentation.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/Installation.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/Medfl.LearningManager.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/Medfl.NetManager.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/Medfl.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_images/FTL_comp.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_images/LearningManager.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_images/MEDfl_Diagramm.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_images/NetManager_Diagramm.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_images/learningresults.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_images/mysqllogo.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_images/phpmyadmin.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_images/wampLogo.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_images/xampplogo.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_modules/Medfl/LearningManager/client.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_modules/Medfl/LearningManager/dynamicModal.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_modules/Medfl/LearningManager/federated_dataset.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_modules/Medfl/LearningManager/flpipeline.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_modules/Medfl/LearningManager/model.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_modules/Medfl/LearningManager/plot.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_modules/Medfl/LearningManager/server.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_modules/Medfl/LearningManager/strategy.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_modules/Medfl/LearningManager/utils.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_modules/Medfl/NetManager/dataset.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_modules/Medfl/NetManager/flsetup.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_modules/Medfl/NetManager/net_helper.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_modules/Medfl/NetManager/network.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_modules/Medfl/NetManager/node.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_modules/index.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_sources/Documentation.rst.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_sources/Installation.rst.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_sources/Medfl.LearningManager.rst.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_sources/Medfl.NetManager.rst.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_sources/Medfl.rst.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_sources/configuration_file.rst.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_sources/index.rst.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_sources/modules.rst.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_sources/tutorials.rst.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/MEDomics.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/basic.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/badge_only.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/lato-bold.woff +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/lato-normal.woff +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/css/theme.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/custom.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/dark_mode_css/custom.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/dark_mode_css/dark.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/dark_mode_css/general.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/dark_mode_js/default_dark.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/dark_mode_js/default_light.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/dark_mode_js/theme_switcher.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/doctools.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/documentation_options.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/file.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/jquery-3.6.0.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/jquery.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/js/badge_only.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/js/html5shiv-printshiv.min.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/js/html5shiv.min.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/js/theme.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/language_data.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/minus.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/plus.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/pygments.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/searchtools.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/sphinx_highlight.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/underscore-1.13.1.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/_static/underscore.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/configuration_file.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/genindex.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/index.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/modules.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/objects.inv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/py-modindex.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/search.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/searchindex.js +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/build/html/tutorials.html +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/make.bat +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/Documentation.rst +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/Installation.rst +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/Medfl.LearningManager.rst +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/Medfl.NetManager.rst +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/Medfl.rst +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/_static/custom.css +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/conf.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/configuration_file.rst +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/FL_gen.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/FTL_comp.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/FlDatasetDiagramm.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/GDP.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/LDP.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/LearningManager.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/MEDfl_Diagramm.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/Modelinit.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/NetManager_Diagramm.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/NetworkCreation.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/createServer.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/learningresults.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/logos/mysqllogo.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/logos/phpmyadmin.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/logos/wampLogo.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/logos/xampplogo.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/modeltest.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/netMan.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/nodecreation.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/pipeline.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/Images/strategy.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/figures/MEDomics.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/index.rst +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/modules.rst +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/docs/source/tutorials.rst +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/global_params.yaml +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/.ipynb_checkpoints/trainedModels/binary_classifier.pth +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/.ipynb_checkpoints/trainedModels/eicu_binary_classifier.pth +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/.ipynb_checkpoints/trainedModels/grid_search_classifier.pth +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/.ipynb_checkpoints/trainedModels/new_binary_classifier.pth +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/.ipynb_checkpoints/trainedModels/updated_model.pth +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/First_Tuto.ipynb +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/FL_gen.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/FTL_comp.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/FlDatasetDiagramm.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/GDP.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/LDP.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/LearningManager.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/MEDfl_Diagramm.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/MEDfl_bachmarking_plan.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/Modelinit.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/NetManager_Diagramm.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/NetworkCreation.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/createServer.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/learningresults.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/logos/mysqllogo.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/logos/phpmyadmin.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/logos/wampLogo.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/logos/xampplogo.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/modeltest.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/netMan.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/nodecreation.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/optuna_optim_diag.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/pipeline.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/Images/strategy.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/banchmarking/banchmarking_plan.md +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/banchmarking/benchmarks_results.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/banchmarking/network_architecture/net_bachmarking_conf_1.ipynb +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/banchmarking/network_architecture/net_bachmarking_conf_2.ipynb +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/banchmarking/transfer_learning/TL_activated.ipynb +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/banchmarking/transfer_learning/TL_dectivated.ipynb +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/chunk_1.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/chunk_2.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/chunk_3.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/config_1/part_1.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/config_1/part_2.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/config_1/part_3.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/config_1/test_1.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/config_1/test_2.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/eicu_sapsii_data.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/eicu_sapsii_data_test.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/eicu_sapsii_data_test_1.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/masterDataSet/Mimic_ouael.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/masterDataSet/Mimic_train.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/masterDataSet/eICU.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/nodesData/output_1.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/nodesData/output_10.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/nodesData/output_2.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/nodesData/output_3.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/nodesData/output_4.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/nodesData/output_5.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/nodesData/output_6.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/nodesData/output_7.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/nodesData/output_8.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/nodesData/output_9.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/test_1.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/test_2.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/test_3.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/data/validation/Mimic_validation.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/eicu_test.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/eicu_test_1.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/eicu_test_2.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/eicu_test_3.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/sapsii_score_knnimputed_eicu.csv +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/tutorial/1_DB.ipynb +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/tutorial/2_NetManager.ipynb +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/tutorial/3_TransferLearning copy.ipynb +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/tutorial/3_TransferLearning.ipynb +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/tutorial/4_LearningManager.ipynb +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/tutorial/5_LearningResults.ipynb +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/tutorial/6_ModelChoice.ipynb +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/tutorial/7_ParamsOptimiser.ipynb +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/tutorial/8_complete_tutorial.ipynb +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/tutorial/newplot2.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/notebooks/tutorial/newplot4.png +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/requirements.txt +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/scripts/__init__.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/scripts/__pycache__/__init__.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/scripts/__pycache__/__init__.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/scripts/__pycache__/base.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/scripts/__pycache__/base.cpython-39.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/scripts/base.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/scripts/db_config.ini +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/scripts/setup_mysql.sh +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/setup.cfg +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/setup_mysql.sh +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/tests/__init__.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/tests/__pycache__/test_dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/tests/__pycache__/test_federated_dataset.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/tests/__pycache__/test_flpipeline.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/tests/__pycache__/test_flsetup.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/tests/__pycache__/test_network.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/tests/__pycache__/test_node.cpython-38.pyc +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/tests/test_dataset.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/tests/test_federated_dataset.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/tests/test_flpipeline.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/tests/test_flsetup.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/tests/test_network.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/tests/test_node.py +0 -0
- {Medfl-0.1.24 → MEDfl-0.1.25}/workflows/migration.yml +0 -0
@@ -115,10 +115,11 @@ class FlowerServer:
|
|
115
115
|
f"cuda:{int(cid) % 4}" if torch.cuda.is_available() else "cpu"
|
116
116
|
)
|
117
117
|
client_model = copy.deepcopy(self.global_model)
|
118
|
-
|
118
|
+
|
119
119
|
trainloader = self.fed_dataset.trainloaders[int(cid)]
|
120
120
|
valloader = self.fed_dataset.valloaders[int(cid)]
|
121
121
|
# this helps in making plots
|
122
|
+
|
122
123
|
client = FlowerClient(
|
123
124
|
cid, client_model, trainloader, valloader, self.diff_priv
|
124
125
|
)
|
@@ -165,7 +166,8 @@ class FlowerServer:
|
|
165
166
|
ray_init_args = {"include_dashboard": False
|
166
167
|
, "object_store_memory": 78643200
|
167
168
|
}
|
168
|
-
|
169
|
+
self.fed_dataset.eng = None
|
170
|
+
|
169
171
|
history = fl.simulation.start_simulation(
|
170
172
|
client_fn=self.client_fn,
|
171
173
|
num_clients=self.num_clients,
|
@@ -133,11 +133,8 @@ def get_nodeid_from_name(name):
|
|
133
133
|
db_manager.connect()
|
134
134
|
my_eng = db_manager.get_connection()
|
135
135
|
|
136
|
-
NodeId =
|
137
|
-
|
138
|
-
text(f"SELECT NodeId FROM Nodes WHERE NodeName = '{name}'"), my_eng
|
139
|
-
).iloc[0, 0]
|
140
|
-
)
|
136
|
+
result_proxy = my_eng.execute(f"SELECT NodeId FROM Nodes WHERE NodeName = '{name}'")
|
137
|
+
NodeId = int(result_proxy.fetchone()[0])
|
141
138
|
return NodeId
|
142
139
|
|
143
140
|
|
@@ -156,12 +153,8 @@ def get_netid_from_name(name):
|
|
156
153
|
my_eng = db_manager.get_connection()
|
157
154
|
|
158
155
|
try:
|
159
|
-
NetId =
|
160
|
-
|
161
|
-
text(f"SELECT NetId FROM Networks WHERE NetName = '{name}'"),
|
162
|
-
my_eng,
|
163
|
-
).iloc[0, 0]
|
164
|
-
)
|
156
|
+
result_proxy = my_eng.execute(f"SELECT NetId FROM Networks WHERE NetName = '{name}'")
|
157
|
+
NetId = int(result_proxy.fetchone()[0])
|
165
158
|
except:
|
166
159
|
NetId = None
|
167
160
|
return NetId
|
@@ -182,12 +175,10 @@ def get_flsetupid_from_name(name):
|
|
182
175
|
my_eng = db_manager.get_connection()
|
183
176
|
|
184
177
|
try:
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
).iloc[0, 0]
|
190
|
-
)
|
178
|
+
|
179
|
+
result_proxy = my_eng.execute(f"SELECT FLsetupId FROM FLsetup WHERE name = '{name}'")
|
180
|
+
id = int(result_proxy.fetchone()[0])
|
181
|
+
|
191
182
|
except:
|
192
183
|
id = None
|
193
184
|
return id
|
@@ -208,12 +199,9 @@ def get_flpipeline_from_name(name):
|
|
208
199
|
my_eng = db_manager.get_connection()
|
209
200
|
|
210
201
|
try:
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
my_eng,
|
215
|
-
).iloc[0, 0]
|
216
|
-
)
|
202
|
+
|
203
|
+
result_proxy = my_eng.execute(f"SELECT id FROM FLpipeline WHERE name = '{name}'")
|
204
|
+
id = int(result_proxy.fetchone()[0])
|
217
205
|
except:
|
218
206
|
id = None
|
219
207
|
return id
|
@@ -234,12 +222,9 @@ def get_feddataset_id_from_name(name):
|
|
234
222
|
my_eng = db_manager.get_connection()
|
235
223
|
|
236
224
|
try:
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
my_eng,
|
241
|
-
).iloc[0, 0]
|
242
|
-
)
|
225
|
+
|
226
|
+
result_proxy = my_eng.execute(f"SELECT FedId FROM FedDatasets WHERE name = '{name}'")
|
227
|
+
id = int(result_proxy.fetchone()[0])
|
243
228
|
except:
|
244
229
|
id = None
|
245
230
|
return id
|
@@ -256,9 +241,8 @@ def master_table_exists():
|
|
256
241
|
db_manager.connect()
|
257
242
|
my_eng = db_manager.get_connection()
|
258
243
|
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
).values[0][0]
|
244
|
+
|
245
|
+
sql_query = text("SELECT EXISTS (SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_NAME = 'MasterDataset')")
|
246
|
+
result = my_eng.execute(sql_query)
|
247
|
+
exists = result.scalar()
|
248
|
+
return exists
|
@@ -12,6 +12,8 @@ from .node import Node
|
|
12
12
|
import pandas as pd
|
13
13
|
from Medfl.LearningManager.utils import params
|
14
14
|
|
15
|
+
from sqlalchemy import text
|
16
|
+
|
15
17
|
|
16
18
|
class Network:
|
17
19
|
"""
|
@@ -104,9 +106,10 @@ class Network:
|
|
104
106
|
DataFrame: A DataFrame containing information about all nodes in the network.
|
105
107
|
|
106
108
|
"""
|
107
|
-
|
108
|
-
|
109
|
-
)
|
109
|
+
query = text(LIST_ALL_NODES_QUERY.format(name=self.name))
|
110
|
+
result_proxy = self.eng.execute(query)
|
111
|
+
result_df = pd.DataFrame(result_proxy.fetchall(), columns=result_proxy.keys())
|
112
|
+
return result_df
|
110
113
|
|
111
114
|
def create_master_dataset(self, path_to_csv: str = params['path_to_master_csv']):
|
112
115
|
"""
|
@@ -165,4 +168,7 @@ class Network:
|
|
165
168
|
db_manager.connect() ;
|
166
169
|
my_eng = db_manager.get_connection() ;
|
167
170
|
|
168
|
-
|
171
|
+
result_proxy = my_eng.execute("SELECT * FROM Networks")
|
172
|
+
result = result_proxy.fetchall()
|
173
|
+
return result
|
174
|
+
|
@@ -74,10 +74,12 @@ class Node:
|
|
74
74
|
print("MasterDataset doesn't exist")
|
75
75
|
else:
|
76
76
|
columns = data_df.columns.tolist()
|
77
|
+
|
77
78
|
# get master_dataset columns
|
78
|
-
|
79
|
-
|
80
|
-
|
79
|
+
result_proxy = self.engine.execute(SELECT_MASTER_COLUMNS_QUERY)
|
80
|
+
master_table_columns = result_proxy.keys()
|
81
|
+
|
82
|
+
|
81
83
|
assert [x == y for x, y in zip(master_table_columns, columns)]
|
82
84
|
|
83
85
|
def update_node(self):
|
@@ -94,21 +96,13 @@ class Node:
|
|
94
96
|
"""
|
95
97
|
NodeId = get_nodeid_from_name(self.name)
|
96
98
|
if column_name is not None:
|
97
|
-
|
98
|
-
node_dataset = pd.read_sql(
|
99
|
-
text(
|
100
|
-
SELECT_DATASET_BY_COLUMN_QUERY.format(
|
101
|
-
column_name, self.name
|
102
|
-
)
|
103
|
-
),
|
104
|
-
self.engine,
|
105
|
-
)
|
106
|
-
|
99
|
+
query = text(SELECT_DATASET_BY_COLUMN_QUERY.format(column_name, self.name))
|
107
100
|
else:
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
101
|
+
query = text(SELECT_DATASET_BY_NODE_ID_QUERY.format(NodeId))
|
102
|
+
|
103
|
+
result_proxy = self.engine.execute(query)
|
104
|
+
node_dataset = pd.DataFrame(result_proxy.fetchall(), columns=result_proxy.keys())
|
105
|
+
|
112
106
|
return node_dataset
|
113
107
|
|
114
108
|
def upload_dataset(self, dataset_name: str, path_to_csv: str = params['path_to_test_csv']):
|
@@ -19,9 +19,17 @@
|
|
19
19
|
},
|
20
20
|
{
|
21
21
|
"cell_type": "code",
|
22
|
-
"execution_count":
|
22
|
+
"execution_count": 10,
|
23
23
|
"metadata": {},
|
24
|
-
"outputs": [
|
24
|
+
"outputs": [
|
25
|
+
{
|
26
|
+
"name": "stdout",
|
27
|
+
"output_type": "stream",
|
28
|
+
"text": [
|
29
|
+
"Im here !\n"
|
30
|
+
]
|
31
|
+
}
|
32
|
+
],
|
25
33
|
"source": [
|
26
34
|
"!python \"../../scripts/create_db.py\" \"../../notebooks/data/masterDataSet/Mimic_ouael.csv\""
|
27
35
|
]
|
@@ -223,82 +231,82 @@
|
|
223
231
|
" # * 1 . Differential Privacy\n",
|
224
232
|
" # *******************************************\n",
|
225
233
|
" \"diff_privacy\": [\n",
|
226
|
-
"
|
227
|
-
"
|
228
|
-
"
|
229
|
-
"\n",
|
230
|
-
"
|
231
|
-
"
|
232
|
-
"
|
233
|
-
"
|
234
|
-
"
|
235
|
-
"
|
236
|
-
"
|
237
|
-
"
|
238
|
-
"
|
239
|
-
"
|
240
|
-
"
|
241
|
-
"
|
242
|
-
"\n",
|
243
|
-
"
|
244
|
-
"
|
245
|
-
"
|
246
|
-
"
|
247
|
-
"
|
248
|
-
"
|
249
|
-
"
|
250
|
-
"
|
251
|
-
"
|
252
|
-
"
|
253
|
-
"
|
254
|
-
"
|
255
|
-
"\n",
|
256
|
-
"
|
257
|
-
"
|
258
|
-
"
|
259
|
-
"
|
260
|
-
"
|
261
|
-
"
|
262
|
-
"
|
263
|
-
"
|
264
|
-
"
|
265
|
-
"
|
266
|
-
"
|
267
|
-
"
|
268
|
-
"\n",
|
269
|
-
"
|
270
|
-
"
|
271
|
-
"
|
272
|
-
"
|
273
|
-
"
|
274
|
-
"
|
275
|
-
"
|
276
|
-
"
|
277
|
-
"
|
278
|
-
"
|
279
|
-
"
|
280
|
-
"
|
281
|
-
"\n",
|
282
|
-
"
|
283
|
-
"
|
284
|
-
"
|
285
|
-
"
|
286
|
-
"
|
287
|
-
"
|
288
|
-
"
|
289
|
-
"
|
290
|
-
"
|
291
|
-
"
|
292
|
-
"
|
293
|
-
"
|
294
|
-
"\n",
|
295
|
-
"
|
296
|
-
"
|
297
|
-
"
|
298
|
-
"
|
299
|
-
"
|
300
|
-
"
|
301
|
-
"
|
234
|
+
" {\n",
|
235
|
+
" # DP config\n",
|
236
|
+
" \"dp_activate\": False,\n",
|
237
|
+
"\n",
|
238
|
+
" # The rest of the config\n",
|
239
|
+
" \"n_clients\": 10,\n",
|
240
|
+
" \"train_test\": True,\n",
|
241
|
+
" \"train_portion\": 0.5,\n",
|
242
|
+
" \"aggreg_algo\": \"FedAvg\",\n",
|
243
|
+
" \"Tl\": True,\n",
|
244
|
+
" },\n",
|
245
|
+
" {\n",
|
246
|
+
" # DP config\n",
|
247
|
+
" \"dp_activate\": True,\n",
|
248
|
+
" \"DELTA\": 1e-5,\n",
|
249
|
+
" \"EPSILON\": 5.0,\n",
|
250
|
+
"\n",
|
251
|
+
" # The rest of the config\n",
|
252
|
+
" \"n_clients\": 10,\n",
|
253
|
+
" \"train_test\": True,\n",
|
254
|
+
" \"train_portion\": 0.5,\n",
|
255
|
+
" \"aggreg_algo\": \"FedAvg\",\n",
|
256
|
+
" \"Tl\": True,\n",
|
257
|
+
" },\n",
|
258
|
+
" {\n",
|
259
|
+
" # DP config\n",
|
260
|
+
" \"dp_activate\": True,\n",
|
261
|
+
" \"DELTA\": 1e-5,\n",
|
262
|
+
" \"EPSILON\": 10.0,\n",
|
263
|
+
"\n",
|
264
|
+
" # The rest of the config\n",
|
265
|
+
" \"n_clients\": 10,\n",
|
266
|
+
" \"train_test\": True,\n",
|
267
|
+
" \"train_portion\": 0.5,\n",
|
268
|
+
" \"aggreg_algo\": \"FedAvg\",\n",
|
269
|
+
" \"Tl\": True,\n",
|
270
|
+
" },\n",
|
271
|
+
" {\n",
|
272
|
+
" # DP config\n",
|
273
|
+
" \"dp_activate\": True,\n",
|
274
|
+
" \"DELTA\": 1e-5,\n",
|
275
|
+
" \"EPSILON\": 0.5,\n",
|
276
|
+
"\n",
|
277
|
+
" # The rest of the config\n",
|
278
|
+
" \"n_clients\": 10,\n",
|
279
|
+
" \"train_test\": True,\n",
|
280
|
+
" \"train_portion\": 0.5,\n",
|
281
|
+
" \"aggreg_algo\": \"FedAvg\",\n",
|
282
|
+
" \"Tl\": True,\n",
|
283
|
+
" },\n",
|
284
|
+
" {\n",
|
285
|
+
" # DP config\n",
|
286
|
+
" \"dp_activate\": True,\n",
|
287
|
+
" \"DELTA\": 0,\n",
|
288
|
+
" \"EPSILON\": 0.5,\n",
|
289
|
+
"\n",
|
290
|
+
" # The rest of the config\n",
|
291
|
+
" \"n_clients\": 10,\n",
|
292
|
+
" \"train_test\": True,\n",
|
293
|
+
" \"train_portion\": 0.5,\n",
|
294
|
+
" \"aggreg_algo\": \"FedAvg\",\n",
|
295
|
+
" \"Tl\": True,\n",
|
296
|
+
" },\n",
|
297
|
+
" {\n",
|
298
|
+
" # DP config\n",
|
299
|
+
" \"dp_activate\": True,\n",
|
300
|
+
" \"DELTA\": 0,\n",
|
301
|
+
" \"EPSILON\": 5.0,\n",
|
302
|
+
"\n",
|
303
|
+
" # The rest of the config\n",
|
304
|
+
" \"n_clients\": 10,\n",
|
305
|
+
" \"train_test\": True,\n",
|
306
|
+
" \"train_portion\": 0.5,\n",
|
307
|
+
" \"aggreg_algo\": \"FedAvg\",\n",
|
308
|
+
" \"Tl\": True,\n",
|
309
|
+
" }\n",
|
302
310
|
" ],\n",
|
303
311
|
" # * 2 . Nodes Config\n",
|
304
312
|
" # *******************************************\n",
|
@@ -440,44 +448,6 @@
|
|
440
448
|
"}"
|
441
449
|
]
|
442
450
|
},
|
443
|
-
{
|
444
|
-
"cell_type": "code",
|
445
|
-
"execution_count": 10,
|
446
|
-
"metadata": {},
|
447
|
-
"outputs": [],
|
448
|
-
"source": [
|
449
|
-
"benchmarks_config = {\n",
|
450
|
-
" \n",
|
451
|
-
" \"TL\": [\n",
|
452
|
-
" {\n",
|
453
|
-
" # Activate TL\n",
|
454
|
-
" \"Tl\": True,\n",
|
455
|
-
"\n",
|
456
|
-
" # The rest of the config\n",
|
457
|
-
" \"train_test\": True,\n",
|
458
|
-
" \"train_portion\": 0.5,\n",
|
459
|
-
" \"aggreg_algo\": \"FedAvg\",\n",
|
460
|
-
" \"dp_activate\": False,\n",
|
461
|
-
" \"n_clients\": 10,\n",
|
462
|
-
" \n",
|
463
|
-
" },\n",
|
464
|
-
" # {\n",
|
465
|
-
" # # Activate TL\n",
|
466
|
-
" # \"Tl\": False,\n",
|
467
|
-
"\n",
|
468
|
-
" # # The rest of the config\n",
|
469
|
-
" # \"train_test\": True,\n",
|
470
|
-
" # \"train_portion\": 0.5,\n",
|
471
|
-
" # \"aggreg_algo\": \"FedAvg\",\n",
|
472
|
-
" # \"dp_activate\": False,\n",
|
473
|
-
" # \"n_clients\": 10,\n",
|
474
|
-
" \n",
|
475
|
-
" # },\n",
|
476
|
-
" \n",
|
477
|
-
" ],\n",
|
478
|
-
"}"
|
479
|
-
]
|
480
|
-
},
|
481
451
|
{
|
482
452
|
"cell_type": "code",
|
483
453
|
"execution_count": 11,
|
@@ -627,32 +597,9 @@
|
|
627
597
|
},
|
628
598
|
{
|
629
599
|
"cell_type": "code",
|
630
|
-
"execution_count":
|
600
|
+
"execution_count": null,
|
631
601
|
"metadata": {},
|
632
|
-
"outputs": [
|
633
|
-
{
|
634
|
-
"name": "stdout",
|
635
|
-
"output_type": "stream",
|
636
|
-
"text": [
|
637
|
-
"Executing the: TL configurations\n",
|
638
|
-
"Executing th confuguration\n",
|
639
|
-
"{'Tl': True, 'train_test': True, 'train_portion': 0.5, 'aggreg_algo': 'FedAvg', 'dp_activate': False, 'n_clients': 10}\n"
|
640
|
-
]
|
641
|
-
},
|
642
|
-
{
|
643
|
-
"ename": "CalledProcessError",
|
644
|
-
"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.",
|
645
|
-
"output_type": "error",
|
646
|
-
"traceback": [
|
647
|
-
"\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
|
648
|
-
"\u001b[1;31mCalledProcessError\u001b[0m Traceback (most recent call last)",
|
649
|
-
"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",
|
650
|
-
"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",
|
651
|
-
"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",
|
652
|
-
"\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."
|
653
|
-
]
|
654
|
-
}
|
655
|
-
],
|
602
|
+
"outputs": [],
|
656
603
|
"source": [
|
657
604
|
"\n",
|
658
605
|
"# Loop Over the benchmark configs\n",
|
@@ -814,25 +761,6 @@
|
|
814
761
|
" })\n"
|
815
762
|
]
|
816
763
|
},
|
817
|
-
{
|
818
|
-
"cell_type": "code",
|
819
|
-
"execution_count": 18,
|
820
|
-
"metadata": {},
|
821
|
-
"outputs": [
|
822
|
-
{
|
823
|
-
"ename": "AttributeError",
|
824
|
-
"evalue": "'DatabaseManager' object has no attribute 'load_db_config'",
|
825
|
-
"output_type": "error",
|
826
|
-
"traceback": [
|
827
|
-
"\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
|
828
|
-
"\u001b[1;31mAttributeError\u001b[0m Traceback (most recent call last)",
|
829
|
-
"Cell \u001b[1;32mIn[18], line 1\u001b[0m\n\u001b[1;32m----> 1\u001b[0m db_manager\u001b[39m.\u001b[39;49mload_db_config()\n",
|
830
|
-
"\u001b[1;31mAttributeError\u001b[0m: 'DatabaseManager' object has no attribute 'load_db_config'"
|
831
|
-
]
|
832
|
-
}
|
833
|
-
],
|
834
|
-
"source": []
|
835
|
-
},
|
836
764
|
{
|
837
765
|
"cell_type": "code",
|
838
766
|
"execution_count": null,
|
@@ -18,6 +18,8 @@ def main(csv_file_path):
|
|
18
18
|
config.read(config_file_path)
|
19
19
|
mysql_config = config['mysql']
|
20
20
|
|
21
|
+
print('Im here !')
|
22
|
+
|
21
23
|
mydb = mysql.connector.connect(host=mysql_config['host'], user=mysql_config['user'], password=mysql_config['password'])
|
22
24
|
mycursor = mydb.cursor()
|
23
25
|
|
@@ -13,8 +13,8 @@ with open('requirements.txt') as f:
|
|
13
13
|
requirements = f.readlines()
|
14
14
|
|
15
15
|
setup(
|
16
|
-
name="
|
17
|
-
version="0.1.
|
16
|
+
name="MEDfl",
|
17
|
+
version="0.1.25",
|
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.24 → MEDfl-0.1.25}/Medfl/LearningManager/__pycache__/federated_dataset.cpython-38.pyc
RENAMED
File without changes
|
{Medfl-0.1.24 → MEDfl-0.1.25}/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
|