MEDfl 2.0.4.dev12__tar.gz → 2.0.5.dev0__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-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl.egg-info/PKG-INFO +5 -12
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/PKG-INFO +5 -12
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/README.md +4 -11
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/setup.py +1 -1
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/.github/workflows/main.yml +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/.gitignore +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/.idea/.gitignore +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/.idea/MEDfl.iml +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/.idea/misc.xml +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/.idea/modules.xml +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/.idea/vcs.xml +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/LICENSE +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/LearningManager/__init__.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/LearningManager/client.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/LearningManager/dynamicModal.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/LearningManager/federated_dataset.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/LearningManager/flpipeline.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/LearningManager/model.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/LearningManager/params.yaml +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/LearningManager/params_optimiser.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/LearningManager/plot.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/LearningManager/server.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/LearningManager/strategy.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/LearningManager/utils.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/NetManager/__init__.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/NetManager/database_connector.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/NetManager/dataset.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/NetManager/flsetup.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/NetManager/net_helper.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/NetManager/net_manager_queries.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/NetManager/network.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/NetManager/node.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/__init__.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/rw/__init__.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/rw/client.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/rw/model.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/rw/server.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/rw/strategy.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/scripts/__init__.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/scripts/base.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl/scripts/create_db.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl.egg-info/SOURCES.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl.egg-info/dependency_links.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl.egg-info/requires.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/MEDfl.egg-info/top_level.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/alembic/README +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/alembic/__init__.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/alembic/__pycache__/env.cpython-38.pyc +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/alembic/alembic_logging.ini +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/alembic/debug.log +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/alembic/env.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/alembic/script.py.mako +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/alembic/versions/__pycache__/b159ee510a90_initial.cpython-38.pyc +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/alembic/versions/b159ee510a90_initial.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/alembic.ini +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/Makefile +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/.buildinfo +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/.doctrees/Medfl.LearningManager.doctree +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/.doctrees/Medfl.NetManager.doctree +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/.doctrees/Medfl.doctree +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/.doctrees/environment.pickle +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/.doctrees/index.doctree +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/.doctrees/modules.doctree +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/.nojekyll +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/Medfl.LearningManager.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/Medfl.NetManager.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/Medfl.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/client.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/dynamicModal.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/federated_dataset.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/flpipeline.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/model.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/plot.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/server.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/strategy.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/utils.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/NetManager/dataset.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/NetManager/flsetup.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/NetManager/net_helper.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/NetManager/network.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/NetManager/node.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/index.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_sources/Medfl.LearningManager.rst.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_sources/Medfl.NetManager.rst.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_sources/Medfl.rst.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_sources/index.rst.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_sources/modules.rst.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/MEDomics.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/basic.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/badge_only.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/lato-bold-italic.woff +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/lato-bold.woff +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/lato-bold.woff2 +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/lato-normal-italic.woff +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/lato-normal.woff +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/lato-normal.woff2 +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/theme.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/dark_mode_css/custom.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/dark_mode_css/dark.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/dark_mode_css/general.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/dark_mode_js/default_dark.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/dark_mode_js/default_light.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/dark_mode_js/theme_switcher.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/doctools.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/documentation_options.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/file.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/jquery.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/js/badge_only.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/js/html5shiv-printshiv.min.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/js/html5shiv.min.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/js/theme.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/language_data.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/minus.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/plus.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/pygments.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/searchtools.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/sphinx_highlight.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/genindex.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/index.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/modules.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/objects.inv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/py-modindex.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/search.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/searchindex.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/doctrees/Documentation.doctree +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/doctrees/Installation.doctree +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/doctrees/Medfl.LearningManager.doctree +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/doctrees/Medfl.NetManager.doctree +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/doctrees/Medfl.doctree +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/doctrees/configuration_file.doctree +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/doctrees/environment.pickle +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/doctrees/index.doctree +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/doctrees/modules.doctree +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/doctrees/tutorials.doctree +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/.buildinfo +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/.nojekyll +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/Documentation.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/Installation.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/Medfl.LearningManager.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/Medfl.NetManager.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/Medfl.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_images/FTL_comp.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_images/LearningManager.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_images/MEDfl_Diagramm.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_images/NetManager_Diagramm.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_images/learningresults.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_images/mysqllogo.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_images/phpmyadmin.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_images/wampLogo.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_images/xampplogo.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_modules/index.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_sources/Documentation.rst.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_sources/Installation.rst.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_sources/Medfl.LearningManager.rst.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_sources/Medfl.NetManager.rst.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_sources/Medfl.rst.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_sources/configuration_file.rst.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_sources/index.rst.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_sources/modules.rst.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_sources/tutorials.rst.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/MEDomics.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/basic.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/badge_only.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/lato-bold.woff +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/lato-normal.woff +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/css/theme.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/custom.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/dark_mode_css/custom.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/dark_mode_css/dark.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/dark_mode_css/general.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/dark_mode_js/default_dark.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/dark_mode_js/default_light.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/dark_mode_js/theme_switcher.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/doctools.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/documentation_options.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/file.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/jquery-3.6.0.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/jquery.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/js/badge_only.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/js/html5shiv-printshiv.min.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/js/html5shiv.min.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/js/theme.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/language_data.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/minus.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/plus.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/pygments.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/searchtools.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/sphinx_highlight.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/underscore-1.13.1.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_static/underscore.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/configuration_file.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/genindex.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/index.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/modules.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/objects.inv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/py-modindex.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/search.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/searchindex.js +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/tutorials.html +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/make.bat +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/Documentation.rst +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/Installation.rst +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/Medfl.LearningManager.rst +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/Medfl.NetManager.rst +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/Medfl.rst +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/_static/custom.css +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/conf.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/configuration_file.rst +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/FL_gen.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/FTL_comp.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/FlDatasetDiagramm.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/GDP.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/LDP.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/LearningManager.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/MEDfl_Diagramm.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/Modelinit.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/NetManager_Diagramm.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/NetworkCreation.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/createServer.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/learningresults.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/logos/mysqllogo.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/logos/phpmyadmin.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/logos/wampLogo.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/logos/xampplogo.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/modeltest.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/netMan.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/nodecreation.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/pipeline.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/Images/strategy.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/figures/MEDomics.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/index.rst +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/modules.rst +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/source/tutorials.rst +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/global_params.yaml +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/medfl.egg-info/PKG-INFO +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/medfl.egg-info/SOURCES.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/medfl.egg-info/dependency_links.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/medfl.egg-info/requires.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/medfl.egg-info/top_level.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/.ipynb_checkpoints/trainedModels/binary_classifier.pth +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/.ipynb_checkpoints/trainedModels/eicu_binary_classifier.pth +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/.ipynb_checkpoints/trainedModels/grid_search_classifier.pth +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/.ipynb_checkpoints/trainedModels/new_binary_classifier.pth +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/.ipynb_checkpoints/trainedModels/updated_model.pth +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/First_Tuto.ipynb +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/FL_gen.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/FTL_comp.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/FlDatasetDiagramm.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/GDP.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/LDP.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/LearningManager.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/MEDfl_Diagramm.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/MEDfl_bachmarking_plan.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/Modelinit.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/NetManager_Diagramm.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/NetworkCreation.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/createServer.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/learningresults.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/logos/mysqllogo.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/logos/phpmyadmin.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/logos/wampLogo.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/logos/xampplogo.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/modeltest.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/netMan.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/nodecreation.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/optuna_optim_diag.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/pipeline.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/Images/strategy.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/banchmarking/MEDfl_benchmarks.ipynb +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/banchmarking/banchmarking_plan.md +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/banchmarking/benchmarks_results.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/banchmarking/network_architecture/net_bachmarking_conf_1.ipynb +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/banchmarking/network_architecture/net_bachmarking_conf_2.ipynb +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/banchmarking/transfer_learning/TL_activated.ipynb +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/banchmarking/transfer_learning/TL_dectivated.ipynb +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/chunk_1.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/chunk_2.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/chunk_3.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/config_1/part_1.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/config_1/part_2.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/config_1/part_3.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/config_1/test_1.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/config_1/test_2.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/eicu_sapsii_data.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/eicu_sapsii_data_test.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/eicu_sapsii_data_test_1.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/masterDataSet/Mimic_ouael.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/masterDataSet/Mimic_train.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/masterDataSet/eICU.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/nodesData/output_1.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/nodesData/output_2.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/nodesData/output_3.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/nodesData/output_4.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/nodesData/output_5.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/test_1.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/test_2.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/test_3.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/data/validation/Mimic_validation.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/eicu_test.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/eicu_test_1.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/eicu_test_2.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/eicu_test_3.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/sapsii_score_knnimputed_eicu.csv +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/tutorial/1_DB.ipynb +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/tutorial/2_NetManager.ipynb +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/tutorial/3_TransferLearning copy.ipynb +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/tutorial/3_TransferLearning.ipynb +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/tutorial/4_LearningManager.ipynb +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/tutorial/5_LearningResults.ipynb +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/tutorial/6_ModelChoice.ipynb +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/tutorial/7_ParamsOptimiser.ipynb +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/tutorial/8_complete_tutorial.ipynb +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/tutorial/newplot2.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/notebooks/tutorial/newplot4.png +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/requirements.txt +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/setup.cfg +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/setup_mysql.sh +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/tests/__init__.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/tests/__pycache__/test_dataset.cpython-38.pyc +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/tests/__pycache__/test_federated_dataset.cpython-38.pyc +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/tests/__pycache__/test_flpipeline.cpython-38.pyc +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/tests/__pycache__/test_flsetup.cpython-38.pyc +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/tests/__pycache__/test_network.cpython-38.pyc +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/tests/__pycache__/test_node.cpython-38.pyc +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/tests/test_dataset.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/tests/test_federated_dataset.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/tests/test_flpipeline.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/tests/test_flsetup.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/tests/test_network.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/tests/test_node.py +0 -0
- {MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/workflows/migration.yml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: MEDfl
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.5.dev0
|
|
4
4
|
Summary: Python Open-source package for simulating federated learning and differential privacy
|
|
5
5
|
Home-page: https://github.com/MEDomics-UdeS/MEDfl
|
|
6
6
|
Author: MEDomics consortium
|
|
@@ -18,13 +18,9 @@ Requires-Python: >=3.8,<3.13
|
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: LICENSE
|
|
20
20
|
|
|
21
|
-
#
|
|
21
|
+
# MEDfl: A Collaborative Framework for Federated Learning in Medicine
|
|
22
22
|
|
|
23
|
-
### MEDfl: A Collaborative Framework for Federated Learning in Medicine
|
|
24
23
|
|
|
25
|
-
<p align="center">
|
|
26
|
-
<img src="./medfl_logo.png" alt="MEDfl Logo" width="250"/>
|
|
27
|
-
</p>
|
|
28
24
|
|
|
29
25
|

|
|
30
26
|

|
|
@@ -62,7 +58,7 @@ It integrates **Differential Privacy (DP)**, **Transfer Learning (TL)**, and sec
|
|
|
62
58
|
- 🧩 **Two Operation Modes**
|
|
63
59
|
|
|
64
60
|
- **Simulation Mode:** Run FL experiments locally for testing and benchmarking.
|
|
65
|
-
- **Real-World Mode:** Connect remote clients
|
|
61
|
+
- **Real-World Mode:** Connect remote clients for production-grade FL.
|
|
66
62
|
|
|
67
63
|
- 🔒 **Differential Privacy (Opacus Integration)**
|
|
68
64
|
Ensures client updates are mathematically protected against data leakage.
|
|
@@ -81,7 +77,7 @@ It integrates **Differential Privacy (DP)**, **Transfer Learning (TL)**, and sec
|
|
|
81
77
|
pip install medfl
|
|
82
78
|
```
|
|
83
79
|
|
|
84
|
-
> ✅ Requires **Python 3.9
|
|
80
|
+
> ✅ Requires **Python 3.9+**.
|
|
85
81
|
|
|
86
82
|
If you prefer the development version:
|
|
87
83
|
|
|
@@ -98,7 +94,7 @@ pip install -e .
|
|
|
98
94
|
| Mode | Description | Typical Use Case |
|
|
99
95
|
| ----------------- | ------------------------------------------------------------------ | -------------------------------------------------------- |
|
|
100
96
|
| **Simulation FL** | Runs all clients locally in a controlled environment. | Benchmarking, debugging, or prototyping. |
|
|
101
|
-
| **Real-World FL** | Connects distributed client machines
|
|
97
|
+
| **Real-World FL** | Connects distributed client machines. | Multi-institution collaboration, production deployments. |
|
|
102
98
|
|
|
103
99
|
---
|
|
104
100
|
|
|
@@ -179,9 +175,6 @@ cd _build/html
|
|
|
179
175
|
python -m http.server
|
|
180
176
|
```
|
|
181
177
|
|
|
182
|
-
Or visit the hosted documentation (coming soon):
|
|
183
|
-
👉 **[MEDfl Documentation Portal](https://medomics-udes.gitbook.io/medfl)**
|
|
184
|
-
|
|
185
178
|
---
|
|
186
179
|
|
|
187
180
|
## 7. Contributing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: MEDfl
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.5.dev0
|
|
4
4
|
Summary: Python Open-source package for simulating federated learning and differential privacy
|
|
5
5
|
Home-page: https://github.com/MEDomics-UdeS/MEDfl
|
|
6
6
|
Author: MEDomics consortium
|
|
@@ -18,13 +18,9 @@ Requires-Python: >=3.8,<3.13
|
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: LICENSE
|
|
20
20
|
|
|
21
|
-
#
|
|
21
|
+
# MEDfl: A Collaborative Framework for Federated Learning in Medicine
|
|
22
22
|
|
|
23
|
-
### MEDfl: A Collaborative Framework for Federated Learning in Medicine
|
|
24
23
|
|
|
25
|
-
<p align="center">
|
|
26
|
-
<img src="./medfl_logo.png" alt="MEDfl Logo" width="250"/>
|
|
27
|
-
</p>
|
|
28
24
|
|
|
29
25
|

|
|
30
26
|

|
|
@@ -62,7 +58,7 @@ It integrates **Differential Privacy (DP)**, **Transfer Learning (TL)**, and sec
|
|
|
62
58
|
- 🧩 **Two Operation Modes**
|
|
63
59
|
|
|
64
60
|
- **Simulation Mode:** Run FL experiments locally for testing and benchmarking.
|
|
65
|
-
- **Real-World Mode:** Connect remote clients
|
|
61
|
+
- **Real-World Mode:** Connect remote clients for production-grade FL.
|
|
66
62
|
|
|
67
63
|
- 🔒 **Differential Privacy (Opacus Integration)**
|
|
68
64
|
Ensures client updates are mathematically protected against data leakage.
|
|
@@ -81,7 +77,7 @@ It integrates **Differential Privacy (DP)**, **Transfer Learning (TL)**, and sec
|
|
|
81
77
|
pip install medfl
|
|
82
78
|
```
|
|
83
79
|
|
|
84
|
-
> ✅ Requires **Python 3.9
|
|
80
|
+
> ✅ Requires **Python 3.9+**.
|
|
85
81
|
|
|
86
82
|
If you prefer the development version:
|
|
87
83
|
|
|
@@ -98,7 +94,7 @@ pip install -e .
|
|
|
98
94
|
| Mode | Description | Typical Use Case |
|
|
99
95
|
| ----------------- | ------------------------------------------------------------------ | -------------------------------------------------------- |
|
|
100
96
|
| **Simulation FL** | Runs all clients locally in a controlled environment. | Benchmarking, debugging, or prototyping. |
|
|
101
|
-
| **Real-World FL** | Connects distributed client machines
|
|
97
|
+
| **Real-World FL** | Connects distributed client machines. | Multi-institution collaboration, production deployments. |
|
|
102
98
|
|
|
103
99
|
---
|
|
104
100
|
|
|
@@ -179,9 +175,6 @@ cd _build/html
|
|
|
179
175
|
python -m http.server
|
|
180
176
|
```
|
|
181
177
|
|
|
182
|
-
Or visit the hosted documentation (coming soon):
|
|
183
|
-
👉 **[MEDfl Documentation Portal](https://medomics-udes.gitbook.io/medfl)**
|
|
184
|
-
|
|
185
178
|
---
|
|
186
179
|
|
|
187
180
|
## 7. Contributing
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# MEDfl: A Collaborative Framework for Federated Learning in Medicine
|
|
2
2
|
|
|
3
|
-
### MEDfl: A Collaborative Framework for Federated Learning in Medicine
|
|
4
3
|
|
|
5
|
-
<p align="center">
|
|
6
|
-
<img src="./medfl_logo.png" alt="MEDfl Logo" width="250"/>
|
|
7
|
-
</p>
|
|
8
4
|
|
|
9
5
|

|
|
10
6
|

|
|
@@ -42,7 +38,7 @@ It integrates **Differential Privacy (DP)**, **Transfer Learning (TL)**, and sec
|
|
|
42
38
|
- 🧩 **Two Operation Modes**
|
|
43
39
|
|
|
44
40
|
- **Simulation Mode:** Run FL experiments locally for testing and benchmarking.
|
|
45
|
-
- **Real-World Mode:** Connect remote clients
|
|
41
|
+
- **Real-World Mode:** Connect remote clients for production-grade FL.
|
|
46
42
|
|
|
47
43
|
- 🔒 **Differential Privacy (Opacus Integration)**
|
|
48
44
|
Ensures client updates are mathematically protected against data leakage.
|
|
@@ -61,7 +57,7 @@ It integrates **Differential Privacy (DP)**, **Transfer Learning (TL)**, and sec
|
|
|
61
57
|
pip install medfl
|
|
62
58
|
```
|
|
63
59
|
|
|
64
|
-
> ✅ Requires **Python 3.9
|
|
60
|
+
> ✅ Requires **Python 3.9+**.
|
|
65
61
|
|
|
66
62
|
If you prefer the development version:
|
|
67
63
|
|
|
@@ -78,7 +74,7 @@ pip install -e .
|
|
|
78
74
|
| Mode | Description | Typical Use Case |
|
|
79
75
|
| ----------------- | ------------------------------------------------------------------ | -------------------------------------------------------- |
|
|
80
76
|
| **Simulation FL** | Runs all clients locally in a controlled environment. | Benchmarking, debugging, or prototyping. |
|
|
81
|
-
| **Real-World FL** | Connects distributed client machines
|
|
77
|
+
| **Real-World FL** | Connects distributed client machines. | Multi-institution collaboration, production deployments. |
|
|
82
78
|
|
|
83
79
|
---
|
|
84
80
|
|
|
@@ -159,9 +155,6 @@ cd _build/html
|
|
|
159
155
|
python -m http.server
|
|
160
156
|
```
|
|
161
157
|
|
|
162
|
-
Or visit the hosted documentation (coming soon):
|
|
163
|
-
👉 **[MEDfl Documentation Portal](https://medomics-udes.gitbook.io/medfl)**
|
|
164
|
-
|
|
165
158
|
---
|
|
166
159
|
|
|
167
160
|
## 7. Contributing
|
|
@@ -14,7 +14,7 @@ with open('requirements.txt') as f:
|
|
|
14
14
|
|
|
15
15
|
setup(
|
|
16
16
|
name="MEDfl",
|
|
17
|
-
version="2.0.
|
|
17
|
+
version="2.0.5.dev0",
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/client.html
RENAMED
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/dynamicModal.html
RENAMED
|
File without changes
|
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/flpipeline.html
RENAMED
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/model.html
RENAMED
|
File without changes
|
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/server.html
RENAMED
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/strategy.html
RENAMED
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/LearningManager/utils.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_modules/Medfl/NetManager/net_helper.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
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/_sphinx_javascript_frameworks_compat.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff
RENAMED
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff2
RENAMED
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/fontawesome-webfont.eot
RENAMED
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/fontawesome-webfont.svg
RENAMED
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/fontawesome-webfont.ttf
RENAMED
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/fontawesome-webfont.woff
RENAMED
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/fontawesome-webfont.woff2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/lato-normal-italic.woff
RENAMED
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/_build/_static/css/fonts/lato-normal-italic.woff2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{MEDfl-2.0.4.dev12 → MEDfl-2.0.5.dev0}/docs/build/html/_sources/Medfl.LearningManager.rst.txt
RENAMED
|
File without changes
|
|
File without changes
|