fedn icon indicating copy to clipboard operation
fedn copied to clipboard

FEDn: A production-grade, open federated learning framework. This repository contains the open source Python framework, CLI and API.

Results 40 fedn issues
Sort by recently updated
recently updated
newest added

## Description This is a draft PR to start a discussion on a refactor of the library structure. The goal is to move towards a structure where the controller are...

To support more flexible passing of settings to clients, and to support gathering of more metadata / tracking from client executions, we want to extend the interface with the possibility...

feature
enhancement

**Is your feature request related to a problem? Please describe.** As a user I would like to be able to access the Network page in the UI before a compute...

feature
good first issue
enhancement

**Severity** - [ ] Critical/Blocker (select if the issue makes the application unusable or causes serious data loss) - [ ] High (select if the issue affects a major feature...

I believe link to https://scaleoutsystems.github.io/fedn/deployment.html of "3. Deploy combiners" should be corrected to Copy ‘config/settings-combiner.yaml.template’ to ‘config/settings-combiner.yaml’ and edit it to provide a name for the......✅ instead of Copy ‘config/settings.yaml.template’...

there is broken link to https://scaleoutsystems.github.io/fedn/deployment.html of "4. Attach clients to the FEDn network" section ![image](https://user-images.githubusercontent.com/21035884/167082307-4017aa08-d6c1-409c-9e78-b934ed0fbdbf.png) the hyperlink of Examples is not accessible.

**Is your feature request related to a problem? Please describe.** The client list and graph can become crowded with clients that are not longer online. **Describe the solution you'd like**...

enhancement

**Severity** - [*] High (select if the issue affects a major feature and there is no workaround or the available workaround is very complex) **Environment:** - OS: Windows 10 -...

**Is your feature request related to a problem? Please describe.** Here: https://github.com/scaleoutsystems/examples/tree/main/how-tos **Describe the solution you'd like** A clear and concise description of what you want to happen. **How would...

The UPLOAD_PATH is hardcoded to '/app/client/package/'. Would be nice to be able to configure.

feature