https://github.com/MEDomicsLab/MEDfl
Medomics Federated Learning repository
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.8%) to scientific vocabulary
Repository
Medomics Federated Learning repository
Basic Info
- Host: GitHub
- Owner: MEDomicsLab
- License: gpl-3.0
- Language: Jupyter Notebook
- Default Branch: main
- Size: 588 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
MEDfl: Federated Learning and Differential Privacy Simulation Tool for Tabular Data
Table of Contents
1. Introduction
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.
2. Installation
Python installation
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. It also requires MySQL database.
Package installation
For now, you can install the MEDflpackage as:
git clone https://github.com/MEDomics-UdeS/MEDfl.git
cd MEDfl
pip install -e .
MySQL DB configuration
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/dbconfig.ini files ``` sudo bash MEDfl/scripts/setupmysql.sh ```
Project Base URL Update
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.
3. Documentation
We used sphinx to create the documentation for this project. you can generate and host it locally by compiling the documentation source code using:
cd docs
make clean
make html
Then open it locally using:
cd _build/html
python -m http.server
4. Getting started
We have created a complete tutorial for the different functionalities of the package. It can be found here: Tutorial.
5. Acknowledgment
MEDfl is an open-source package that welcomes any contribution and feedback. We wish that this package could serve the growing research community in federated learning for health.
6. Authors
Owner
- Name: MEDomicsLab
- Login: MEDomicsLab
- Kind: organization
- Location: Canada
- Repositories: 6
- Profile: https://github.com/MEDomicsLab
GitHub Events
Total
Last Year
Dependencies
- actions/checkout v2 composite
- actions/setup-python v2 composite
- PyYAML *
- SQLAlchemy *
- Sphinx *
- datetime *
- flwr *
- matplotlib *
- numpy *
- opacus *
- pandas *
- scikit-learn *
- setuptools *
- torch *