MEDfl 0.1.0__tar.gz → 0.1.5__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.
Files changed (421) hide show
  1. Medfl-0.1.5/Medfl/LearningManager/__init__.py +13 -0
  2. Medfl-0.1.5/Medfl/NetManager/__init__.py +9 -0
  3. Medfl-0.1.5/Medfl/__init__.py +2 -0
  4. {MEDfl-0.1.0 → Medfl-0.1.5/Medfl.egg-info}/PKG-INFO +3 -3
  5. Medfl-0.1.5/Medfl.egg-info/SOURCES.txt +417 -0
  6. Medfl-0.1.5/Medfl.egg-info/requires.txt +18 -0
  7. Medfl-0.1.5/Medfl.egg-info/top_level.txt +3 -0
  8. Medfl-0.1.5/PKG-INFO +109 -0
  9. Medfl-0.1.5/medfl.egg-info/dependency_links.txt +1 -0
  10. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/banchmarking/benchmarks_results.txt +22 -0
  11. {MEDfl-0.1.0 → Medfl-0.1.5}/requirements.txt +2 -0
  12. {MEDfl-0.1.0 → Medfl-0.1.5}/setup.py +3 -3
  13. MEDfl-0.1.0/scripts/__init__.py +0 -0
  14. MEDfl-0.1.0/tests/__init__.py +0 -0
  15. {MEDfl-0.1.0 → Medfl-0.1.5}/.github/workflows/main.yml +0 -0
  16. {MEDfl-0.1.0 → Medfl-0.1.5}/.gitignore +0 -0
  17. {MEDfl-0.1.0 → Medfl-0.1.5}/.idea/.gitignore +0 -0
  18. {MEDfl-0.1.0 → Medfl-0.1.5}/.idea/MEDfl.iml +0 -0
  19. {MEDfl-0.1.0 → Medfl-0.1.5}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
  20. {MEDfl-0.1.0 → Medfl-0.1.5}/.idea/misc.xml +0 -0
  21. {MEDfl-0.1.0 → Medfl-0.1.5}/.idea/modules.xml +0 -0
  22. {MEDfl-0.1.0 → Medfl-0.1.5}/.idea/vcs.xml +0 -0
  23. {MEDfl-0.1.0 → Medfl-0.1.5}/MEDfl.egg-info/PKG-INFO +0 -0
  24. {MEDfl-0.1.0 → Medfl-0.1.5}/MEDfl.egg-info/SOURCES.txt +0 -0
  25. {MEDfl-0.1.0 → Medfl-0.1.5}/MEDfl.egg-info/dependency_links.txt +0 -0
  26. {MEDfl-0.1.0 → Medfl-0.1.5}/MEDfl.egg-info/requires.txt +0 -0
  27. {MEDfl-0.1.0 → Medfl-0.1.5}/MEDfl.egg-info/top_level.txt +0 -0
  28. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/__init__.cpython-38.pyc +0 -0
  29. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/__init__.cpython-39.pyc +0 -0
  30. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/client.cpython-38.pyc +0 -0
  31. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/client.cpython-39.pyc +0 -0
  32. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/dynamicModal.cpython-38.pyc +0 -0
  33. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/dynamicModal.cpython-39.pyc +0 -0
  34. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/federated_dataset.cpython-38.pyc +0 -0
  35. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/federated_dataset.cpython-39.pyc +0 -0
  36. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/flpipeline.cpython-38.pyc +0 -0
  37. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/flpipeline.cpython-39.pyc +0 -0
  38. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/model.cpython-38.pyc +0 -0
  39. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/model.cpython-39.pyc +0 -0
  40. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/plot.cpython-38.pyc +0 -0
  41. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/plot.cpython-39.pyc +0 -0
  42. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/server.cpython-38.pyc +0 -0
  43. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/server.cpython-39.pyc +0 -0
  44. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/strategy.cpython-38.pyc +0 -0
  45. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/strategy.cpython-39.pyc +0 -0
  46. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/utils.cpython-38.pyc +0 -0
  47. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/__pycache__/utils.cpython-39.pyc +0 -0
  48. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/client.py +0 -0
  49. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/dynamicModal.py +0 -0
  50. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/federated_dataset.py +0 -0
  51. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/flpipeline.py +0 -0
  52. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/model.py +0 -0
  53. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/params.yaml +0 -0
  54. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/params_optimiser.py +0 -0
  55. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/plot.py +0 -0
  56. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/server.py +0 -0
  57. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/strategy.py +0 -0
  58. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/LearningManager/utils.py +0 -0
  59. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/__pycache__/__init__.cpython-38.pyc +0 -0
  60. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/__pycache__/__init__.cpython-39.pyc +0 -0
  61. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/__pycache__/dataset.cpython-38.pyc +0 -0
  62. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/__pycache__/dataset.cpython-39.pyc +0 -0
  63. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/__pycache__/flsetup.cpython-38.pyc +0 -0
  64. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/__pycache__/flsetup.cpython-39.pyc +0 -0
  65. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/__pycache__/net_helper.cpython-38.pyc +0 -0
  66. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/__pycache__/net_helper.cpython-39.pyc +0 -0
  67. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/__pycache__/net_manager_queries.cpython-38.pyc +0 -0
  68. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/__pycache__/net_manager_queries.cpython-39.pyc +0 -0
  69. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/__pycache__/network.cpython-38.pyc +0 -0
  70. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/__pycache__/network.cpython-39.pyc +0 -0
  71. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/__pycache__/node.cpython-38.pyc +0 -0
  72. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/__pycache__/node.cpython-39.pyc +0 -0
  73. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/dataset.py +0 -0
  74. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/flsetup.py +0 -0
  75. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/net_helper.py +0 -0
  76. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/net_manager_queries.py +0 -0
  77. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/network.py +0 -0
  78. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/NetManager/node.py +0 -0
  79. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/__pycache__/__init__.cpython-38.pyc +0 -0
  80. {MEDfl-0.1.0 → Medfl-0.1.5}/Medfl/__pycache__/__init__.cpython-39.pyc +0 -0
  81. {MEDfl-0.1.0/medfl.egg-info → Medfl-0.1.5/Medfl.egg-info}/dependency_links.txt +0 -0
  82. {MEDfl-0.1.0 → Medfl-0.1.5}/README.md +0 -0
  83. {MEDfl-0.1.0 → Medfl-0.1.5}/alembic/README +0 -0
  84. {MEDfl-0.1.0/Medfl/LearningManager → Medfl-0.1.5/alembic}/__init__.py +0 -0
  85. {MEDfl-0.1.0 → Medfl-0.1.5}/alembic/__pycache__/env.cpython-38.pyc +0 -0
  86. {MEDfl-0.1.0 → Medfl-0.1.5}/alembic/alembic_logging.ini +0 -0
  87. {MEDfl-0.1.0 → Medfl-0.1.5}/alembic/debug.log +0 -0
  88. {MEDfl-0.1.0 → Medfl-0.1.5}/alembic/env.py +0 -0
  89. {MEDfl-0.1.0 → Medfl-0.1.5}/alembic/script.py.mako +0 -0
  90. {MEDfl-0.1.0 → Medfl-0.1.5}/alembic/versions/__pycache__/b159ee510a90_initial.cpython-38.pyc +0 -0
  91. {MEDfl-0.1.0 → Medfl-0.1.5}/alembic/versions/b159ee510a90_initial.py +0 -0
  92. {MEDfl-0.1.0 → Medfl-0.1.5}/alembic.ini +0 -0
  93. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/Makefile +0 -0
  94. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/.buildinfo +0 -0
  95. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/.doctrees/Medfl.LearningManager.doctree +0 -0
  96. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/.doctrees/Medfl.NetManager.doctree +0 -0
  97. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/.doctrees/Medfl.doctree +0 -0
  98. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/.doctrees/environment.pickle +0 -0
  99. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/.doctrees/index.doctree +0 -0
  100. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/.doctrees/modules.doctree +0 -0
  101. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/.nojekyll +0 -0
  102. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/Medfl.LearningManager.html +0 -0
  103. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/Medfl.NetManager.html +0 -0
  104. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/Medfl.html +0 -0
  105. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_modules/Medfl/LearningManager/client.html +0 -0
  106. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_modules/Medfl/LearningManager/dynamicModal.html +0 -0
  107. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_modules/Medfl/LearningManager/federated_dataset.html +0 -0
  108. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_modules/Medfl/LearningManager/flpipeline.html +0 -0
  109. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_modules/Medfl/LearningManager/model.html +0 -0
  110. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_modules/Medfl/LearningManager/plot.html +0 -0
  111. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_modules/Medfl/LearningManager/server.html +0 -0
  112. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_modules/Medfl/LearningManager/strategy.html +0 -0
  113. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_modules/Medfl/LearningManager/utils.html +0 -0
  114. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_modules/Medfl/NetManager/dataset.html +0 -0
  115. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_modules/Medfl/NetManager/flsetup.html +0 -0
  116. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_modules/Medfl/NetManager/net_helper.html +0 -0
  117. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_modules/Medfl/NetManager/network.html +0 -0
  118. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_modules/Medfl/NetManager/node.html +0 -0
  119. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_modules/index.html +0 -0
  120. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_sources/Medfl.LearningManager.rst.txt +0 -0
  121. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_sources/Medfl.NetManager.rst.txt +0 -0
  122. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_sources/Medfl.rst.txt +0 -0
  123. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_sources/index.rst.txt +0 -0
  124. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_sources/modules.rst.txt +0 -0
  125. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/MEDomics.png +0 -0
  126. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/_sphinx_javascript_frameworks_compat.js +0 -0
  127. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/basic.css +0 -0
  128. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/badge_only.css +0 -0
  129. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  130. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  131. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  132. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  133. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/fontawesome-webfont.eot +0 -0
  134. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/fontawesome-webfont.svg +0 -0
  135. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  136. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/fontawesome-webfont.woff +0 -0
  137. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  138. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/lato-bold-italic.woff +0 -0
  139. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  140. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/lato-bold.woff +0 -0
  141. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/lato-bold.woff2 +0 -0
  142. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/lato-normal-italic.woff +0 -0
  143. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  144. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/lato-normal.woff +0 -0
  145. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/fonts/lato-normal.woff2 +0 -0
  146. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/css/theme.css +0 -0
  147. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/dark_mode_css/custom.css +0 -0
  148. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/dark_mode_css/dark.css +0 -0
  149. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/dark_mode_css/general.css +0 -0
  150. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/dark_mode_js/default_dark.js +0 -0
  151. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/dark_mode_js/default_light.js +0 -0
  152. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/dark_mode_js/theme_switcher.js +0 -0
  153. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/doctools.js +0 -0
  154. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/documentation_options.js +0 -0
  155. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/file.png +0 -0
  156. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/jquery.js +0 -0
  157. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/js/badge_only.js +0 -0
  158. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/js/html5shiv-printshiv.min.js +0 -0
  159. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/js/html5shiv.min.js +0 -0
  160. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/js/theme.js +0 -0
  161. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/language_data.js +0 -0
  162. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/minus.png +0 -0
  163. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/plus.png +0 -0
  164. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/pygments.css +0 -0
  165. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/searchtools.js +0 -0
  166. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/_static/sphinx_highlight.js +0 -0
  167. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/genindex.html +0 -0
  168. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/index.html +0 -0
  169. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/modules.html +0 -0
  170. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/objects.inv +0 -0
  171. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/py-modindex.html +0 -0
  172. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/search.html +0 -0
  173. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/_build/searchindex.js +0 -0
  174. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/doctrees/Documentation.doctree +0 -0
  175. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/doctrees/Installation.doctree +0 -0
  176. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/doctrees/Medfl.LearningManager.doctree +0 -0
  177. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/doctrees/Medfl.NetManager.doctree +0 -0
  178. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/doctrees/Medfl.doctree +0 -0
  179. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/doctrees/configuration_file.doctree +0 -0
  180. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/doctrees/environment.pickle +0 -0
  181. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/doctrees/index.doctree +0 -0
  182. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/doctrees/modules.doctree +0 -0
  183. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/doctrees/tutorials.doctree +0 -0
  184. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/.buildinfo +0 -0
  185. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/.nojekyll +0 -0
  186. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/Documentation.html +0 -0
  187. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/Installation.html +0 -0
  188. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/Medfl.LearningManager.html +0 -0
  189. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/Medfl.NetManager.html +0 -0
  190. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/Medfl.html +0 -0
  191. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_images/FTL_comp.png +0 -0
  192. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_images/LearningManager.png +0 -0
  193. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_images/MEDfl_Diagramm.png +0 -0
  194. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_images/NetManager_Diagramm.png +0 -0
  195. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_images/learningresults.png +0 -0
  196. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_images/mysqllogo.png +0 -0
  197. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_images/phpmyadmin.png +0 -0
  198. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_images/wampLogo.png +0 -0
  199. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_images/xampplogo.png +0 -0
  200. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_modules/Medfl/LearningManager/client.html +0 -0
  201. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_modules/Medfl/LearningManager/dynamicModal.html +0 -0
  202. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_modules/Medfl/LearningManager/federated_dataset.html +0 -0
  203. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_modules/Medfl/LearningManager/flpipeline.html +0 -0
  204. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_modules/Medfl/LearningManager/model.html +0 -0
  205. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_modules/Medfl/LearningManager/plot.html +0 -0
  206. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_modules/Medfl/LearningManager/server.html +0 -0
  207. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_modules/Medfl/LearningManager/strategy.html +0 -0
  208. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_modules/Medfl/LearningManager/utils.html +0 -0
  209. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_modules/Medfl/NetManager/dataset.html +0 -0
  210. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_modules/Medfl/NetManager/flsetup.html +0 -0
  211. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_modules/Medfl/NetManager/net_helper.html +0 -0
  212. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_modules/Medfl/NetManager/network.html +0 -0
  213. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_modules/Medfl/NetManager/node.html +0 -0
  214. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_modules/index.html +0 -0
  215. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_sources/Documentation.rst.txt +0 -0
  216. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_sources/Installation.rst.txt +0 -0
  217. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_sources/Medfl.LearningManager.rst.txt +0 -0
  218. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_sources/Medfl.NetManager.rst.txt +0 -0
  219. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_sources/Medfl.rst.txt +0 -0
  220. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_sources/configuration_file.rst.txt +0 -0
  221. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_sources/index.rst.txt +0 -0
  222. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_sources/modules.rst.txt +0 -0
  223. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_sources/tutorials.rst.txt +0 -0
  224. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/MEDomics.png +0 -0
  225. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
  226. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/basic.css +0 -0
  227. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/badge_only.css +0 -0
  228. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  229. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  230. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  231. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  232. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
  233. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/fontawesome-webfont.svg +0 -0
  234. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  235. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
  236. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  237. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
  238. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  239. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/lato-bold.woff +0 -0
  240. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
  241. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
  242. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  243. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/lato-normal.woff +0 -0
  244. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
  245. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/css/theme.css +0 -0
  246. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/custom.css +0 -0
  247. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/dark_mode_css/custom.css +0 -0
  248. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/dark_mode_css/dark.css +0 -0
  249. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/dark_mode_css/general.css +0 -0
  250. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/dark_mode_js/default_dark.js +0 -0
  251. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/dark_mode_js/default_light.js +0 -0
  252. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/dark_mode_js/theme_switcher.js +0 -0
  253. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/doctools.js +0 -0
  254. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/documentation_options.js +0 -0
  255. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/file.png +0 -0
  256. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/jquery-3.6.0.js +0 -0
  257. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/jquery.js +0 -0
  258. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/js/badge_only.js +0 -0
  259. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/js/html5shiv-printshiv.min.js +0 -0
  260. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/js/html5shiv.min.js +0 -0
  261. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/js/theme.js +0 -0
  262. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/language_data.js +0 -0
  263. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/minus.png +0 -0
  264. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/plus.png +0 -0
  265. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/pygments.css +0 -0
  266. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/searchtools.js +0 -0
  267. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/sphinx_highlight.js +0 -0
  268. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/underscore-1.13.1.js +0 -0
  269. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/_static/underscore.js +0 -0
  270. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/configuration_file.html +0 -0
  271. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/genindex.html +0 -0
  272. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/index.html +0 -0
  273. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/modules.html +0 -0
  274. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/objects.inv +0 -0
  275. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/py-modindex.html +0 -0
  276. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/search.html +0 -0
  277. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/searchindex.js +0 -0
  278. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/build/html/tutorials.html +0 -0
  279. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/make.bat +0 -0
  280. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/Documentation.rst +0 -0
  281. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/Installation.rst +0 -0
  282. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/Medfl.LearningManager.rst +0 -0
  283. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/Medfl.NetManager.rst +0 -0
  284. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/Medfl.rst +0 -0
  285. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/_static/custom.css +0 -0
  286. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/conf.py +0 -0
  287. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/configuration_file.rst +0 -0
  288. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/FL_gen.png +0 -0
  289. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/FTL_comp.png +0 -0
  290. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/FlDatasetDiagramm.png +0 -0
  291. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/GDP.png +0 -0
  292. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/LDP.png +0 -0
  293. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/LearningManager.png +0 -0
  294. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/MEDfl_Diagramm.png +0 -0
  295. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/Modelinit.png +0 -0
  296. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/NetManager_Diagramm.png +0 -0
  297. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/NetworkCreation.png +0 -0
  298. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/createServer.png +0 -0
  299. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/learningresults.png +0 -0
  300. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/logos/mysqllogo.png +0 -0
  301. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/logos/phpmyadmin.png +0 -0
  302. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/logos/wampLogo.png +0 -0
  303. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/logos/xampplogo.png +0 -0
  304. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/modeltest.png +0 -0
  305. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/netMan.png +0 -0
  306. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/nodecreation.png +0 -0
  307. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/pipeline.png +0 -0
  308. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/Images/strategy.png +0 -0
  309. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/figures/MEDomics.png +0 -0
  310. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/index.rst +0 -0
  311. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/modules.rst +0 -0
  312. {MEDfl-0.1.0 → Medfl-0.1.5}/docs/source/tutorials.rst +0 -0
  313. {MEDfl-0.1.0 → Medfl-0.1.5}/global_params.yaml +0 -0
  314. {MEDfl-0.1.0 → Medfl-0.1.5}/medfl.egg-info/PKG-INFO +0 -0
  315. {MEDfl-0.1.0 → Medfl-0.1.5}/medfl.egg-info/SOURCES.txt +0 -0
  316. {MEDfl-0.1.0 → Medfl-0.1.5}/medfl.egg-info/requires.txt +0 -0
  317. {MEDfl-0.1.0 → Medfl-0.1.5}/medfl.egg-info/top_level.txt +0 -0
  318. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/.ipynb_checkpoints/trainedModels/binary_classifier.pth +0 -0
  319. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/.ipynb_checkpoints/trainedModels/eicu_binary_classifier.pth +0 -0
  320. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/.ipynb_checkpoints/trainedModels/grid_search_classifier.pth +0 -0
  321. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/.ipynb_checkpoints/trainedModels/new_binary_classifier.pth +0 -0
  322. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/.ipynb_checkpoints/trainedModels/updated_model.pth +0 -0
  323. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/First_Tuto.ipynb +0 -0
  324. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/FL_gen.png +0 -0
  325. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/FTL_comp.png +0 -0
  326. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/FlDatasetDiagramm.png +0 -0
  327. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/GDP.png +0 -0
  328. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/LDP.png +0 -0
  329. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/LearningManager.png +0 -0
  330. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/MEDfl_Diagramm.png +0 -0
  331. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/MEDfl_bachmarking_plan.png +0 -0
  332. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/Modelinit.png +0 -0
  333. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/NetManager_Diagramm.png +0 -0
  334. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/NetworkCreation.png +0 -0
  335. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/createServer.png +0 -0
  336. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/learningresults.png +0 -0
  337. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/logos/mysqllogo.png +0 -0
  338. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/logos/phpmyadmin.png +0 -0
  339. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/logos/wampLogo.png +0 -0
  340. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/logos/xampplogo.png +0 -0
  341. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/modeltest.png +0 -0
  342. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/netMan.png +0 -0
  343. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/nodecreation.png +0 -0
  344. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/optuna_optim_diag.png +0 -0
  345. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/pipeline.png +0 -0
  346. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/Images/strategy.png +0 -0
  347. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/banchmarking/MEDfl_benchmarks.ipynb +0 -0
  348. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/banchmarking/banchmarking_plan.md +0 -0
  349. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/banchmarking/network_architecture/net_bachmarking_conf_1.ipynb +0 -0
  350. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/banchmarking/network_architecture/net_bachmarking_conf_2.ipynb +0 -0
  351. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/banchmarking/transfer_learning/TL_activated.ipynb +0 -0
  352. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/banchmarking/transfer_learning/TL_dectivated.ipynb +0 -0
  353. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/chunk_1.csv +0 -0
  354. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/chunk_2.csv +0 -0
  355. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/chunk_3.csv +0 -0
  356. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/config_1/part_1.csv +0 -0
  357. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/config_1/part_2.csv +0 -0
  358. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/config_1/part_3.csv +0 -0
  359. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/config_1/test_1.csv +0 -0
  360. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/config_1/test_2.csv +0 -0
  361. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/eicu_sapsii_data.csv +0 -0
  362. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/eicu_sapsii_data_test.csv +0 -0
  363. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/eicu_sapsii_data_test_1.csv +0 -0
  364. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/masterDataSet/Mimic_ouael.csv +0 -0
  365. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/masterDataSet/Mimic_train.csv +0 -0
  366. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/masterDataSet/eICU.csv +0 -0
  367. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/nodesData/output_1.csv +0 -0
  368. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/nodesData/output_10.csv +0 -0
  369. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/nodesData/output_2.csv +0 -0
  370. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/nodesData/output_3.csv +0 -0
  371. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/nodesData/output_4.csv +0 -0
  372. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/nodesData/output_5.csv +0 -0
  373. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/nodesData/output_6.csv +0 -0
  374. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/nodesData/output_7.csv +0 -0
  375. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/nodesData/output_8.csv +0 -0
  376. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/nodesData/output_9.csv +0 -0
  377. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/test_1.csv +0 -0
  378. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/test_2.csv +0 -0
  379. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/test_3.csv +0 -0
  380. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/data/validation/Mimic_validation.csv +0 -0
  381. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/eicu_test.csv +0 -0
  382. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/eicu_test_1.csv +0 -0
  383. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/eicu_test_2.csv +0 -0
  384. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/eicu_test_3.csv +0 -0
  385. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/sapsii_score_knnimputed_eicu.csv +0 -0
  386. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/tutorial/1_DB.ipynb +0 -0
  387. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/tutorial/2_NetManager.ipynb +0 -0
  388. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/tutorial/3_TransferLearning copy.ipynb +0 -0
  389. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/tutorial/3_TransferLearning.ipynb +0 -0
  390. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/tutorial/4_LearningManager.ipynb +0 -0
  391. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/tutorial/5_LearningResults.ipynb +0 -0
  392. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/tutorial/6_ModelChoice.ipynb +0 -0
  393. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/tutorial/7_ParamsOptimiser.ipynb +0 -0
  394. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/tutorial/8_complete_tutorial.ipynb +0 -0
  395. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/tutorial/newplot2.png +0 -0
  396. {MEDfl-0.1.0 → Medfl-0.1.5}/notebooks/tutorial/newplot4.png +0 -0
  397. {MEDfl-0.1.0/Medfl/NetManager → Medfl-0.1.5/scripts}/__init__.py +0 -0
  398. {MEDfl-0.1.0 → Medfl-0.1.5}/scripts/__pycache__/__init__.cpython-38.pyc +0 -0
  399. {MEDfl-0.1.0 → Medfl-0.1.5}/scripts/__pycache__/__init__.cpython-39.pyc +0 -0
  400. {MEDfl-0.1.0 → Medfl-0.1.5}/scripts/__pycache__/base.cpython-38.pyc +0 -0
  401. {MEDfl-0.1.0 → Medfl-0.1.5}/scripts/__pycache__/base.cpython-39.pyc +0 -0
  402. {MEDfl-0.1.0 → Medfl-0.1.5}/scripts/base.py +0 -0
  403. {MEDfl-0.1.0 → Medfl-0.1.5}/scripts/config.ini +0 -0
  404. {MEDfl-0.1.0 → Medfl-0.1.5}/scripts/create_db.py +0 -0
  405. {MEDfl-0.1.0 → Medfl-0.1.5}/scripts/setup_mysql.sh +0 -0
  406. {MEDfl-0.1.0 → Medfl-0.1.5}/setup.cfg +0 -0
  407. {MEDfl-0.1.0 → Medfl-0.1.5}/setup_mysql.sh +0 -0
  408. {MEDfl-0.1.0/alembic → Medfl-0.1.5/tests}/__init__.py +0 -0
  409. {MEDfl-0.1.0 → Medfl-0.1.5}/tests/__pycache__/test_dataset.cpython-38.pyc +0 -0
  410. {MEDfl-0.1.0 → Medfl-0.1.5}/tests/__pycache__/test_federated_dataset.cpython-38.pyc +0 -0
  411. {MEDfl-0.1.0 → Medfl-0.1.5}/tests/__pycache__/test_flpipeline.cpython-38.pyc +0 -0
  412. {MEDfl-0.1.0 → Medfl-0.1.5}/tests/__pycache__/test_flsetup.cpython-38.pyc +0 -0
  413. {MEDfl-0.1.0 → Medfl-0.1.5}/tests/__pycache__/test_network.cpython-38.pyc +0 -0
  414. {MEDfl-0.1.0 → Medfl-0.1.5}/tests/__pycache__/test_node.cpython-38.pyc +0 -0
  415. {MEDfl-0.1.0 → Medfl-0.1.5}/tests/test_dataset.py +0 -0
  416. {MEDfl-0.1.0 → Medfl-0.1.5}/tests/test_federated_dataset.py +0 -0
  417. {MEDfl-0.1.0 → Medfl-0.1.5}/tests/test_flpipeline.py +0 -0
  418. {MEDfl-0.1.0 → Medfl-0.1.5}/tests/test_flsetup.py +0 -0
  419. {MEDfl-0.1.0 → Medfl-0.1.5}/tests/test_network.py +0 -0
  420. {MEDfl-0.1.0 → Medfl-0.1.5}/tests/test_node.py +0 -0
  421. {MEDfl-0.1.0 → Medfl-0.1.5}/workflows/migration.yml +0 -0
@@ -0,0 +1,13 @@
1
+ # Medfl/LearningManager/__init__.py
2
+
3
+ # Import modules from this package
4
+ from .client import *
5
+ from .dynamicModal import *
6
+ from .flpipeline import *
7
+ from .federated_dataset import *
8
+ from .model import *
9
+ from .params_optimiser import *
10
+ from .plot import *
11
+ from .server import *
12
+ from .strategy import *
13
+ from .utils import *
@@ -0,0 +1,9 @@
1
+ # Medfl/NetworkManager/__init__.py
2
+
3
+ # Import modules from this package
4
+ from .dataset import *
5
+ from .flsetup import *
6
+ from .net_helper import *
7
+ from .net_manager_queries import *
8
+ from .network import *
9
+ from .node import *
@@ -0,0 +1,2 @@
1
+ from .LearningManager import *
2
+ from .NetManager import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
- Name: MEDfl
3
- Version: 0.1.0
2
+ Name: Medfl
3
+ Version: 0.1.5
4
4
  Summary: Python Open-source package for simulating federated learning and differential privacy
5
5
  Home-page: https://github.com/HaithemLamri/MEDfl
6
6
  Author: MEDomics consortium
@@ -14,7 +14,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
14
14
  Classifier: License :: OSI Approved :: MIT License
15
15
  Classifier: Programming Language :: Python :: 3.8
16
16
  Classifier: Programming Language :: Python :: 3.9
17
- Requires-Python: >=3.8,<3.10
17
+ Requires-Python: >=3.8,<3.11
18
18
  Description-Content-Type: text/markdown
19
19
 
20
20
  # MEDfl : Federated Learning and Differential Privacy Simulation Tool for Tabular Data
@@ -0,0 +1,417 @@
1
+ .gitignore
2
+ README.md
3
+ alembic.ini
4
+ global_params.yaml
5
+ requirements.txt
6
+ setup.py
7
+ setup_mysql.sh
8
+ .github/workflows/main.yml
9
+ .idea/.gitignore
10
+ .idea/MEDfl.iml
11
+ .idea/misc.xml
12
+ .idea/modules.xml
13
+ .idea/vcs.xml
14
+ .idea/inspectionProfiles/profiles_settings.xml
15
+ MEDfl.egg-info/PKG-INFO
16
+ MEDfl.egg-info/SOURCES.txt
17
+ MEDfl.egg-info/dependency_links.txt
18
+ MEDfl.egg-info/requires.txt
19
+ MEDfl.egg-info/top_level.txt
20
+ Medfl/__init__.py
21
+ Medfl.egg-info/PKG-INFO
22
+ Medfl.egg-info/SOURCES.txt
23
+ Medfl.egg-info/dependency_links.txt
24
+ Medfl.egg-info/requires.txt
25
+ Medfl.egg-info/top_level.txt
26
+ Medfl/LearningManager/__init__.py
27
+ Medfl/LearningManager/client.py
28
+ Medfl/LearningManager/dynamicModal.py
29
+ Medfl/LearningManager/federated_dataset.py
30
+ Medfl/LearningManager/flpipeline.py
31
+ Medfl/LearningManager/model.py
32
+ Medfl/LearningManager/params.yaml
33
+ Medfl/LearningManager/params_optimiser.py
34
+ Medfl/LearningManager/plot.py
35
+ Medfl/LearningManager/server.py
36
+ Medfl/LearningManager/strategy.py
37
+ Medfl/LearningManager/utils.py
38
+ Medfl/LearningManager/__pycache__/__init__.cpython-38.pyc
39
+ Medfl/LearningManager/__pycache__/__init__.cpython-39.pyc
40
+ Medfl/LearningManager/__pycache__/client.cpython-38.pyc
41
+ Medfl/LearningManager/__pycache__/client.cpython-39.pyc
42
+ Medfl/LearningManager/__pycache__/dynamicModal.cpython-38.pyc
43
+ Medfl/LearningManager/__pycache__/dynamicModal.cpython-39.pyc
44
+ Medfl/LearningManager/__pycache__/federated_dataset.cpython-38.pyc
45
+ Medfl/LearningManager/__pycache__/federated_dataset.cpython-39.pyc
46
+ Medfl/LearningManager/__pycache__/flpipeline.cpython-38.pyc
47
+ Medfl/LearningManager/__pycache__/flpipeline.cpython-39.pyc
48
+ Medfl/LearningManager/__pycache__/model.cpython-38.pyc
49
+ Medfl/LearningManager/__pycache__/model.cpython-39.pyc
50
+ Medfl/LearningManager/__pycache__/plot.cpython-38.pyc
51
+ Medfl/LearningManager/__pycache__/plot.cpython-39.pyc
52
+ Medfl/LearningManager/__pycache__/server.cpython-38.pyc
53
+ Medfl/LearningManager/__pycache__/server.cpython-39.pyc
54
+ Medfl/LearningManager/__pycache__/strategy.cpython-38.pyc
55
+ Medfl/LearningManager/__pycache__/strategy.cpython-39.pyc
56
+ Medfl/LearningManager/__pycache__/utils.cpython-38.pyc
57
+ Medfl/LearningManager/__pycache__/utils.cpython-39.pyc
58
+ Medfl/NetManager/__init__.py
59
+ Medfl/NetManager/dataset.py
60
+ Medfl/NetManager/flsetup.py
61
+ Medfl/NetManager/net_helper.py
62
+ Medfl/NetManager/net_manager_queries.py
63
+ Medfl/NetManager/network.py
64
+ Medfl/NetManager/node.py
65
+ Medfl/NetManager/__pycache__/__init__.cpython-38.pyc
66
+ Medfl/NetManager/__pycache__/__init__.cpython-39.pyc
67
+ Medfl/NetManager/__pycache__/dataset.cpython-38.pyc
68
+ Medfl/NetManager/__pycache__/dataset.cpython-39.pyc
69
+ Medfl/NetManager/__pycache__/flsetup.cpython-38.pyc
70
+ Medfl/NetManager/__pycache__/flsetup.cpython-39.pyc
71
+ Medfl/NetManager/__pycache__/net_helper.cpython-38.pyc
72
+ Medfl/NetManager/__pycache__/net_helper.cpython-39.pyc
73
+ Medfl/NetManager/__pycache__/net_manager_queries.cpython-38.pyc
74
+ Medfl/NetManager/__pycache__/net_manager_queries.cpython-39.pyc
75
+ Medfl/NetManager/__pycache__/network.cpython-38.pyc
76
+ Medfl/NetManager/__pycache__/network.cpython-39.pyc
77
+ Medfl/NetManager/__pycache__/node.cpython-38.pyc
78
+ Medfl/NetManager/__pycache__/node.cpython-39.pyc
79
+ Medfl/__pycache__/__init__.cpython-38.pyc
80
+ Medfl/__pycache__/__init__.cpython-39.pyc
81
+ alembic/README
82
+ alembic/__init__.py
83
+ alembic/alembic_logging.ini
84
+ alembic/debug.log
85
+ alembic/env.py
86
+ alembic/script.py.mako
87
+ alembic/__pycache__/env.cpython-38.pyc
88
+ alembic/versions/b159ee510a90_initial.py
89
+ alembic/versions/__pycache__/b159ee510a90_initial.cpython-38.pyc
90
+ docs/Makefile
91
+ docs/make.bat
92
+ docs/_build/.buildinfo
93
+ docs/_build/.nojekyll
94
+ docs/_build/Medfl.LearningManager.html
95
+ docs/_build/Medfl.NetManager.html
96
+ docs/_build/Medfl.html
97
+ docs/_build/genindex.html
98
+ docs/_build/index.html
99
+ docs/_build/modules.html
100
+ docs/_build/objects.inv
101
+ docs/_build/py-modindex.html
102
+ docs/_build/search.html
103
+ docs/_build/searchindex.js
104
+ docs/_build/.doctrees/Medfl.LearningManager.doctree
105
+ docs/_build/.doctrees/Medfl.NetManager.doctree
106
+ docs/_build/.doctrees/Medfl.doctree
107
+ docs/_build/.doctrees/environment.pickle
108
+ docs/_build/.doctrees/index.doctree
109
+ docs/_build/.doctrees/modules.doctree
110
+ docs/_build/_modules/index.html
111
+ docs/_build/_modules/Medfl/LearningManager/client.html
112
+ docs/_build/_modules/Medfl/LearningManager/dynamicModal.html
113
+ docs/_build/_modules/Medfl/LearningManager/federated_dataset.html
114
+ docs/_build/_modules/Medfl/LearningManager/flpipeline.html
115
+ docs/_build/_modules/Medfl/LearningManager/model.html
116
+ docs/_build/_modules/Medfl/LearningManager/plot.html
117
+ docs/_build/_modules/Medfl/LearningManager/server.html
118
+ docs/_build/_modules/Medfl/LearningManager/strategy.html
119
+ docs/_build/_modules/Medfl/LearningManager/utils.html
120
+ docs/_build/_modules/Medfl/NetManager/dataset.html
121
+ docs/_build/_modules/Medfl/NetManager/flsetup.html
122
+ docs/_build/_modules/Medfl/NetManager/net_helper.html
123
+ docs/_build/_modules/Medfl/NetManager/network.html
124
+ docs/_build/_modules/Medfl/NetManager/node.html
125
+ docs/_build/_sources/Medfl.LearningManager.rst.txt
126
+ docs/_build/_sources/Medfl.NetManager.rst.txt
127
+ docs/_build/_sources/Medfl.rst.txt
128
+ docs/_build/_sources/index.rst.txt
129
+ docs/_build/_sources/modules.rst.txt
130
+ docs/_build/_static/MEDomics.png
131
+ docs/_build/_static/_sphinx_javascript_frameworks_compat.js
132
+ docs/_build/_static/basic.css
133
+ docs/_build/_static/doctools.js
134
+ docs/_build/_static/documentation_options.js
135
+ docs/_build/_static/file.png
136
+ docs/_build/_static/jquery.js
137
+ docs/_build/_static/language_data.js
138
+ docs/_build/_static/minus.png
139
+ docs/_build/_static/plus.png
140
+ docs/_build/_static/pygments.css
141
+ docs/_build/_static/searchtools.js
142
+ docs/_build/_static/sphinx_highlight.js
143
+ docs/_build/_static/css/badge_only.css
144
+ docs/_build/_static/css/theme.css
145
+ docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff
146
+ docs/_build/_static/css/fonts/Roboto-Slab-Bold.woff2
147
+ docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff
148
+ docs/_build/_static/css/fonts/Roboto-Slab-Regular.woff2
149
+ docs/_build/_static/css/fonts/fontawesome-webfont.eot
150
+ docs/_build/_static/css/fonts/fontawesome-webfont.svg
151
+ docs/_build/_static/css/fonts/fontawesome-webfont.ttf
152
+ docs/_build/_static/css/fonts/fontawesome-webfont.woff
153
+ docs/_build/_static/css/fonts/fontawesome-webfont.woff2
154
+ docs/_build/_static/css/fonts/lato-bold-italic.woff
155
+ docs/_build/_static/css/fonts/lato-bold-italic.woff2
156
+ docs/_build/_static/css/fonts/lato-bold.woff
157
+ docs/_build/_static/css/fonts/lato-bold.woff2
158
+ docs/_build/_static/css/fonts/lato-normal-italic.woff
159
+ docs/_build/_static/css/fonts/lato-normal-italic.woff2
160
+ docs/_build/_static/css/fonts/lato-normal.woff
161
+ docs/_build/_static/css/fonts/lato-normal.woff2
162
+ docs/_build/_static/dark_mode_css/custom.css
163
+ docs/_build/_static/dark_mode_css/dark.css
164
+ docs/_build/_static/dark_mode_css/general.css
165
+ docs/_build/_static/dark_mode_js/default_dark.js
166
+ docs/_build/_static/dark_mode_js/default_light.js
167
+ docs/_build/_static/dark_mode_js/theme_switcher.js
168
+ docs/_build/_static/js/badge_only.js
169
+ docs/_build/_static/js/html5shiv-printshiv.min.js
170
+ docs/_build/_static/js/html5shiv.min.js
171
+ docs/_build/_static/js/theme.js
172
+ docs/build/doctrees/Documentation.doctree
173
+ docs/build/doctrees/Installation.doctree
174
+ docs/build/doctrees/Medfl.LearningManager.doctree
175
+ docs/build/doctrees/Medfl.NetManager.doctree
176
+ docs/build/doctrees/Medfl.doctree
177
+ docs/build/doctrees/configuration_file.doctree
178
+ docs/build/doctrees/environment.pickle
179
+ docs/build/doctrees/index.doctree
180
+ docs/build/doctrees/modules.doctree
181
+ docs/build/doctrees/tutorials.doctree
182
+ docs/build/html/.buildinfo
183
+ docs/build/html/.nojekyll
184
+ docs/build/html/Documentation.html
185
+ docs/build/html/Installation.html
186
+ docs/build/html/Medfl.LearningManager.html
187
+ docs/build/html/Medfl.NetManager.html
188
+ docs/build/html/Medfl.html
189
+ docs/build/html/configuration_file.html
190
+ docs/build/html/genindex.html
191
+ docs/build/html/index.html
192
+ docs/build/html/modules.html
193
+ docs/build/html/objects.inv
194
+ docs/build/html/py-modindex.html
195
+ docs/build/html/search.html
196
+ docs/build/html/searchindex.js
197
+ docs/build/html/tutorials.html
198
+ docs/build/html/_images/FTL_comp.png
199
+ docs/build/html/_images/LearningManager.png
200
+ docs/build/html/_images/MEDfl_Diagramm.png
201
+ docs/build/html/_images/NetManager_Diagramm.png
202
+ docs/build/html/_images/learningresults.png
203
+ docs/build/html/_images/mysqllogo.png
204
+ docs/build/html/_images/phpmyadmin.png
205
+ docs/build/html/_images/wampLogo.png
206
+ docs/build/html/_images/xampplogo.png
207
+ docs/build/html/_modules/index.html
208
+ docs/build/html/_modules/Medfl/LearningManager/client.html
209
+ docs/build/html/_modules/Medfl/LearningManager/dynamicModal.html
210
+ docs/build/html/_modules/Medfl/LearningManager/federated_dataset.html
211
+ docs/build/html/_modules/Medfl/LearningManager/flpipeline.html
212
+ docs/build/html/_modules/Medfl/LearningManager/model.html
213
+ docs/build/html/_modules/Medfl/LearningManager/plot.html
214
+ docs/build/html/_modules/Medfl/LearningManager/server.html
215
+ docs/build/html/_modules/Medfl/LearningManager/strategy.html
216
+ docs/build/html/_modules/Medfl/LearningManager/utils.html
217
+ docs/build/html/_modules/Medfl/NetManager/dataset.html
218
+ docs/build/html/_modules/Medfl/NetManager/flsetup.html
219
+ docs/build/html/_modules/Medfl/NetManager/net_helper.html
220
+ docs/build/html/_modules/Medfl/NetManager/network.html
221
+ docs/build/html/_modules/Medfl/NetManager/node.html
222
+ docs/build/html/_sources/Documentation.rst.txt
223
+ docs/build/html/_sources/Installation.rst.txt
224
+ docs/build/html/_sources/Medfl.LearningManager.rst.txt
225
+ docs/build/html/_sources/Medfl.NetManager.rst.txt
226
+ docs/build/html/_sources/Medfl.rst.txt
227
+ docs/build/html/_sources/configuration_file.rst.txt
228
+ docs/build/html/_sources/index.rst.txt
229
+ docs/build/html/_sources/modules.rst.txt
230
+ docs/build/html/_sources/tutorials.rst.txt
231
+ docs/build/html/_static/MEDomics.png
232
+ docs/build/html/_static/_sphinx_javascript_frameworks_compat.js
233
+ docs/build/html/_static/basic.css
234
+ docs/build/html/_static/custom.css
235
+ docs/build/html/_static/doctools.js
236
+ docs/build/html/_static/documentation_options.js
237
+ docs/build/html/_static/file.png
238
+ docs/build/html/_static/jquery-3.6.0.js
239
+ docs/build/html/_static/jquery.js
240
+ docs/build/html/_static/language_data.js
241
+ docs/build/html/_static/minus.png
242
+ docs/build/html/_static/plus.png
243
+ docs/build/html/_static/pygments.css
244
+ docs/build/html/_static/searchtools.js
245
+ docs/build/html/_static/sphinx_highlight.js
246
+ docs/build/html/_static/underscore-1.13.1.js
247
+ docs/build/html/_static/underscore.js
248
+ docs/build/html/_static/css/badge_only.css
249
+ docs/build/html/_static/css/theme.css
250
+ docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff
251
+ docs/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2
252
+ docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff
253
+ docs/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2
254
+ docs/build/html/_static/css/fonts/fontawesome-webfont.eot
255
+ docs/build/html/_static/css/fonts/fontawesome-webfont.svg
256
+ docs/build/html/_static/css/fonts/fontawesome-webfont.ttf
257
+ docs/build/html/_static/css/fonts/fontawesome-webfont.woff
258
+ docs/build/html/_static/css/fonts/fontawesome-webfont.woff2
259
+ docs/build/html/_static/css/fonts/lato-bold-italic.woff
260
+ docs/build/html/_static/css/fonts/lato-bold-italic.woff2
261
+ docs/build/html/_static/css/fonts/lato-bold.woff
262
+ docs/build/html/_static/css/fonts/lato-bold.woff2
263
+ docs/build/html/_static/css/fonts/lato-normal-italic.woff
264
+ docs/build/html/_static/css/fonts/lato-normal-italic.woff2
265
+ docs/build/html/_static/css/fonts/lato-normal.woff
266
+ docs/build/html/_static/css/fonts/lato-normal.woff2
267
+ docs/build/html/_static/dark_mode_css/custom.css
268
+ docs/build/html/_static/dark_mode_css/dark.css
269
+ docs/build/html/_static/dark_mode_css/general.css
270
+ docs/build/html/_static/dark_mode_js/default_dark.js
271
+ docs/build/html/_static/dark_mode_js/default_light.js
272
+ docs/build/html/_static/dark_mode_js/theme_switcher.js
273
+ docs/build/html/_static/js/badge_only.js
274
+ docs/build/html/_static/js/html5shiv-printshiv.min.js
275
+ docs/build/html/_static/js/html5shiv.min.js
276
+ docs/build/html/_static/js/theme.js
277
+ docs/source/Documentation.rst
278
+ docs/source/Installation.rst
279
+ docs/source/Medfl.LearningManager.rst
280
+ docs/source/Medfl.NetManager.rst
281
+ docs/source/Medfl.rst
282
+ docs/source/conf.py
283
+ docs/source/configuration_file.rst
284
+ docs/source/index.rst
285
+ docs/source/modules.rst
286
+ docs/source/tutorials.rst
287
+ docs/source/_static/custom.css
288
+ docs/source/figures/MEDomics.png
289
+ docs/source/figures/Images/FL_gen.png
290
+ docs/source/figures/Images/FTL_comp.png
291
+ docs/source/figures/Images/FlDatasetDiagramm.png
292
+ docs/source/figures/Images/GDP.png
293
+ docs/source/figures/Images/LDP.png
294
+ docs/source/figures/Images/LearningManager.png
295
+ docs/source/figures/Images/MEDfl_Diagramm.png
296
+ docs/source/figures/Images/Modelinit.png
297
+ docs/source/figures/Images/NetManager_Diagramm.png
298
+ docs/source/figures/Images/NetworkCreation.png
299
+ docs/source/figures/Images/createServer.png
300
+ docs/source/figures/Images/learningresults.png
301
+ docs/source/figures/Images/modeltest.png
302
+ docs/source/figures/Images/netMan.png
303
+ docs/source/figures/Images/nodecreation.png
304
+ docs/source/figures/Images/pipeline.png
305
+ docs/source/figures/Images/strategy.png
306
+ docs/source/figures/Images/logos/mysqllogo.png
307
+ docs/source/figures/Images/logos/phpmyadmin.png
308
+ docs/source/figures/Images/logos/wampLogo.png
309
+ docs/source/figures/Images/logos/xampplogo.png
310
+ medfl.egg-info/PKG-INFO
311
+ medfl.egg-info/SOURCES.txt
312
+ medfl.egg-info/dependency_links.txt
313
+ medfl.egg-info/requires.txt
314
+ medfl.egg-info/top_level.txt
315
+ notebooks/First_Tuto.ipynb
316
+ notebooks/eicu_test.csv
317
+ notebooks/eicu_test_1.csv
318
+ notebooks/eicu_test_2.csv
319
+ notebooks/eicu_test_3.csv
320
+ notebooks/sapsii_score_knnimputed_eicu.csv
321
+ notebooks/.ipynb_checkpoints/trainedModels/binary_classifier.pth
322
+ notebooks/.ipynb_checkpoints/trainedModels/eicu_binary_classifier.pth
323
+ notebooks/.ipynb_checkpoints/trainedModels/grid_search_classifier.pth
324
+ notebooks/.ipynb_checkpoints/trainedModels/new_binary_classifier.pth
325
+ notebooks/.ipynb_checkpoints/trainedModels/updated_model.pth
326
+ notebooks/Images/FL_gen.png
327
+ notebooks/Images/FTL_comp.png
328
+ notebooks/Images/FlDatasetDiagramm.png
329
+ notebooks/Images/GDP.png
330
+ notebooks/Images/LDP.png
331
+ notebooks/Images/LearningManager.png
332
+ notebooks/Images/MEDfl_Diagramm.png
333
+ notebooks/Images/MEDfl_bachmarking_plan.png
334
+ notebooks/Images/Modelinit.png
335
+ notebooks/Images/NetManager_Diagramm.png
336
+ notebooks/Images/NetworkCreation.png
337
+ notebooks/Images/createServer.png
338
+ notebooks/Images/learningresults.png
339
+ notebooks/Images/modeltest.png
340
+ notebooks/Images/netMan.png
341
+ notebooks/Images/nodecreation.png
342
+ notebooks/Images/optuna_optim_diag.png
343
+ notebooks/Images/pipeline.png
344
+ notebooks/Images/strategy.png
345
+ notebooks/Images/logos/mysqllogo.png
346
+ notebooks/Images/logos/phpmyadmin.png
347
+ notebooks/Images/logos/wampLogo.png
348
+ notebooks/Images/logos/xampplogo.png
349
+ notebooks/banchmarking/MEDfl_benchmarks.ipynb
350
+ notebooks/banchmarking/banchmarking_plan.md
351
+ notebooks/banchmarking/benchmarks_results.txt
352
+ notebooks/banchmarking/network_architecture/net_bachmarking_conf_1.ipynb
353
+ notebooks/banchmarking/network_architecture/net_bachmarking_conf_2.ipynb
354
+ notebooks/banchmarking/transfer_learning/TL_activated.ipynb
355
+ notebooks/banchmarking/transfer_learning/TL_dectivated.ipynb
356
+ notebooks/data/chunk_1.csv
357
+ notebooks/data/chunk_2.csv
358
+ notebooks/data/chunk_3.csv
359
+ notebooks/data/eicu_sapsii_data.csv
360
+ notebooks/data/eicu_sapsii_data_test.csv
361
+ notebooks/data/eicu_sapsii_data_test_1.csv
362
+ notebooks/data/test_1.csv
363
+ notebooks/data/test_2.csv
364
+ notebooks/data/test_3.csv
365
+ notebooks/data/config_1/part_1.csv
366
+ notebooks/data/config_1/part_2.csv
367
+ notebooks/data/config_1/part_3.csv
368
+ notebooks/data/config_1/test_1.csv
369
+ notebooks/data/config_1/test_2.csv
370
+ notebooks/data/masterDataSet/Mimic_ouael.csv
371
+ notebooks/data/masterDataSet/Mimic_train.csv
372
+ notebooks/data/masterDataSet/eICU.csv
373
+ notebooks/data/nodesData/output_1.csv
374
+ notebooks/data/nodesData/output_10.csv
375
+ notebooks/data/nodesData/output_2.csv
376
+ notebooks/data/nodesData/output_3.csv
377
+ notebooks/data/nodesData/output_4.csv
378
+ notebooks/data/nodesData/output_5.csv
379
+ notebooks/data/nodesData/output_6.csv
380
+ notebooks/data/nodesData/output_7.csv
381
+ notebooks/data/nodesData/output_8.csv
382
+ notebooks/data/nodesData/output_9.csv
383
+ notebooks/data/validation/Mimic_validation.csv
384
+ notebooks/tutorial/1_DB.ipynb
385
+ notebooks/tutorial/2_NetManager.ipynb
386
+ notebooks/tutorial/3_TransferLearning copy.ipynb
387
+ notebooks/tutorial/3_TransferLearning.ipynb
388
+ notebooks/tutorial/4_LearningManager.ipynb
389
+ notebooks/tutorial/5_LearningResults.ipynb
390
+ notebooks/tutorial/6_ModelChoice.ipynb
391
+ notebooks/tutorial/7_ParamsOptimiser.ipynb
392
+ notebooks/tutorial/8_complete_tutorial.ipynb
393
+ notebooks/tutorial/newplot2.png
394
+ notebooks/tutorial/newplot4.png
395
+ scripts/__init__.py
396
+ scripts/base.py
397
+ scripts/config.ini
398
+ scripts/create_db.py
399
+ scripts/setup_mysql.sh
400
+ scripts/__pycache__/__init__.cpython-38.pyc
401
+ scripts/__pycache__/__init__.cpython-39.pyc
402
+ scripts/__pycache__/base.cpython-38.pyc
403
+ scripts/__pycache__/base.cpython-39.pyc
404
+ tests/__init__.py
405
+ tests/test_dataset.py
406
+ tests/test_federated_dataset.py
407
+ tests/test_flpipeline.py
408
+ tests/test_flsetup.py
409
+ tests/test_network.py
410
+ tests/test_node.py
411
+ tests/__pycache__/test_dataset.cpython-38.pyc
412
+ tests/__pycache__/test_federated_dataset.cpython-38.pyc
413
+ tests/__pycache__/test_flpipeline.cpython-38.pyc
414
+ tests/__pycache__/test_flsetup.cpython-38.pyc
415
+ tests/__pycache__/test_network.cpython-38.pyc
416
+ tests/__pycache__/test_node.cpython-38.pyc
417
+ workflows/migration.yml
@@ -0,0 +1,18 @@
1
+ flwr~=1.7.0
2
+ matplotlib~=3.6.3
3
+ numpy~=1.24.2
4
+ opacus~=1.3.0
5
+ pandas~=1.5.2
6
+ PyYAML~=6.0
7
+ setuptools~=68.0.0
8
+ Sphinx~=5.3.0
9
+ SQLAlchemy~=1.4.47
10
+ torch~=1.13.1
11
+ datetime~=5.1
12
+ scikit-learn~=1.1.1
13
+ sphinx-jsonschema==1.19.1
14
+ sphinx-rtd-dark-mode==1.2.4
15
+ plotly==5.19.0
16
+ optuna==3.5.0
17
+ mysql
18
+ mysql-connector-python
@@ -0,0 +1,3 @@
1
+ Medfl
2
+ alembic
3
+ scripts
Medfl-0.1.5/PKG-INFO ADDED
@@ -0,0 +1,109 @@
1
+ Metadata-Version: 2.1
2
+ Name: Medfl
3
+ Version: 0.1.5
4
+ Summary: Python Open-source package for simulating federated learning and differential privacy
5
+ Home-page: https://github.com/HaithemLamri/MEDfl
6
+ Author: MEDomics consortium
7
+ Author-email: medomics.info@gmail.com
8
+ Project-URL: Documentation, https://
9
+ Project-URL: Github, https://github.com/HaithemLamri/MEDfl
10
+ Keywords: federated learning differential privacy medical research
11
+ Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
14
+ Classifier: License :: OSI Approved :: MIT License
15
+ Classifier: Programming Language :: Python :: 3.8
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Requires-Python: >=3.8,<3.11
18
+ Description-Content-Type: text/markdown
19
+
20
+ # MEDfl : Federated Learning and Differential Privacy Simulation Tool for Tabular Data
21
+ ![Python Versions](https://img.shields.io/badge/python-3.9-blue)
22
+ ![Build Status](https://travis-ci.org/MEDomics-UdeS/MEDfl.svg?branch=main)
23
+
24
+ ![GitHub contributors](https://img.shields.io/github/contributors/scottydocs/README-template.md)
25
+ ![License: MIT](https://img.shields.io/badge/license-MIT-green)
26
+
27
+
28
+
29
+
30
+ ## Table of Contents
31
+ * [1. Introduction](#1-introduction)
32
+ * [2. Installation](#2-installation)
33
+ * [3. Documentation](#3-documentation)
34
+ * [4. Getting started](#4-Getting-started)
35
+ * [5. Acknowledgement](#5-acknowledgement)
36
+ * [6. Authors](#6-authors)
37
+ * [7. Statement](#7-statement)
38
+
39
+ ## 1. Introduction
40
+ This Python package is an open-source tool designed for simulating federated learning and incorporating differential privacy. It empowers researchers and developers to effortlessly create, execute, and assess federated learning pipelines while seamlessly working with various tabular datasets.
41
+
42
+
43
+
44
+
45
+
46
+ ## 2. Installation
47
+
48
+ ### Python installation
49
+ The MEDfl package requires *python 3.9* or more to be run. If you don't have it installed on your machine, check out the following link [Python ](https://www.python.org/downloads/).
50
+ It also requires MySQL database
51
+
52
+ ### Package installation
53
+ For now, you can install the ``MEDfl``package as:
54
+ ```
55
+ git clone https://github.com/MEDomics-UdeS/MEDfl.git
56
+ cd MEDfl
57
+ pip install -e .
58
+ ```
59
+ ### MySQL DB configuration
60
+ MEDfl requires a MySQL DB connection, and this is in order to allow users to work with their own tabular datasets, we have created a bash script to install and configure A MySQL DB with phpmyadmin monitoring system, run the following command then change your credential on the MEDfl/scripts/base.py and MEDfl/scripts/config.ini files
61
+ ```
62
+ sudo bash MEDfl/scripts/setup_mysql.sh
63
+ ```
64
+
65
+ ### Project Base URL Update
66
+ Please ensure to modify the `base_url` parameter in the `MEDfl/global_params.yaml` file. The `base_url` represents the path to the MEDfl project on your local machine. Update this value accordingly.
67
+
68
+ ## 3. Documentation
69
+ We used sphinx to create the documentation for this project. you can generate and host it locally by compiling the documentation source code using:
70
+ ```
71
+ cd docs
72
+ make clean
73
+ make html
74
+ ```
75
+
76
+ Then open it locally using:
77
+
78
+ ```
79
+ cd _build/html
80
+ python -m http.server
81
+ ```
82
+
83
+ ## 4. Getting started
84
+
85
+ We have created a complete tutorial for the different functionalities of the package. it can be found here [tutorial](https://github.com/MEDomics-UdeS/MEDfl/notebooks/First_tuto.ipynb)
86
+
87
+
88
+
89
+ ## 5. Acknowledgment
90
+ MEDfl is an open-source package that welcomes any contribution and feedback. We wish that this package could serve the growing private AI research community.
91
+
92
+ ## 6. Authors
93
+ * [MEDomics](https://github.com/medomics/): MEDomics consortium.
94
+
95
+ ## 7. Statement
96
+
97
+ This package is part of https://github.com/medomics, a package providing research utility tools for developing precision medicine applications.
98
+
99
+ ```
100
+ MIT License
101
+
102
+ Copyright (C) 2022 MEDomics consortium
103
+
104
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
105
+
106
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
107
+
108
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
109
+ ```
@@ -328,3 +328,25 @@
328
328
 
329
329
  ---------------------------------------------------
330
330
 
331
+
332
+
333
+ ---------------------------------------------------
334
+
335
+ {'train_test': True, 'train_portion': 0.4, 'n_clients': 10, 'dp_activate': False, 'aggreg_algo': 'FedAdagrad', 'Tl': True}
336
+ 50
337
+ [0.5, 0.4822612732095491, 0.5148099027409372, 0.4822612732095491, 0.5148099027409372, 0.510499557913351, 0.5196175950486295, 0.5196175950486295, 0.5196175950486295, 0.4822612732095491, 0.5148099027409372, 0.5196175950486295, 0.5196175950486295, 0.5196175950486295, 0.5196175950486295, 0.47795092838196285, 0.5196175950486295, 0.5196175950486295, 0.5196175950486295, 0.47795092838196285, 0.4870689655172414, 0.5196175950486295, 0.5196175950486295, 0.4827586206896552, 0.5196175950486295, 0.5244252873563219, 0.5061892130857648, 0.5109969053934571, 0.5201149425287356, 0.5109969053934571, 0.5158045977011494, 0.5244252873563218, 0.5061892130857648, 0.5109969053934571, 0.5109969053934571, 0.5061892130857648, 0.5109969053934571, 0.5109969053934571, 0.5109969053934571, 0.5158045977011494, 0.5158045977011494, 0.5158045977011494, 0.5158045977011494, 0.47413793103448276, 0.47844827586206895, 0.47413793103448276, 0.47844827586206895, 0.5109969053934571, 0.5109969053934571, 0.47844827586206895, 0.47413793103448276]
338
+
339
+
340
+ ---------------------------------------------------
341
+
342
+
343
+
344
+ ---------------------------------------------------
345
+
346
+ {'train_test': True, 'train_portion': 0.9, 'n_clients': 10, 'dp_activate': False, 'aggreg_algo': 'FedAdagrad', 'Tl': True}
347
+ 50
348
+ [0.509963768115942, 0.523852657004831, 0.523852657004831, 0.523852657004831, 0.523852657004831, 0.523852657004831, 0.523852657004831, 0.5184178743961353, 0.523852657004831, 0.523852657004831, 0.523852657004831, 0.523852657004831, 0.5184178743961353, 0.523852657004831, 0.523852657004831, 0.5276964882943145, 0.5415853771832033, 0.5276964882943145, 0.523852657004831, 0.5407840951319212, 0.5590161649944259, 0.5608161464139725, 0.5616174284652545, 0.532329988851728, 0.5523620401337792, 0.5529659048680787, 0.5608161464139725, 0.5608161464139725, 0.5616174284652545, 0.5616174284652545, 0.5529659048680787, 0.5616174284652545, 0.5616174284652545, 0.5529659048680787, 0.5537671869193608, 0.5616174284652545, 0.5616174284652545, 0.5616174284652545, 0.5616174284652545, 0.5616174284652545, 0.562221293199554, 0.5616174284652545, 0.5616174284652545, 0.5616174284652545, 0.5616174284652545, 0.5549749163879598, 0.5529659048680787, 0.5616174284652545, 0.5616174284652545, 0.5616174284652545, 0.5616174284652545]
349
+
350
+
351
+ ---------------------------------------------------
352
+
@@ -14,3 +14,5 @@ sphinx-jsonschema==1.19.1
14
14
  sphinx-rtd-dark-mode==1.2.4
15
15
  plotly==5.19.0
16
16
  optuna==3.5.0
17
+ mysql
18
+ mysql-connector-python
@@ -13,8 +13,8 @@ with open('requirements.txt') as f:
13
13
  requirements = f.readlines()
14
14
 
15
15
  setup(
16
- name="MEDfl",
17
- version="0.1.0",
16
+ name="Medfl",
17
+ version="0.1.5",
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",
@@ -35,7 +35,7 @@ setup(
35
35
  ],
36
36
  keywords='federated learning differential privacy medical research ',
37
37
  scripts=['scripts/setup_mysql.sh'],
38
- python_requires='>=3.8,<3.10',
38
+ python_requires='>=3.8,<3.11',
39
39
  packages=find_packages(exclude=['docs', 'tests']),
40
40
  install_requires=requirements
41
41
  )
File without changes
File without changes
File without changes
File without changes