Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertical Federated Learning functionality #3676

Open
TanvirHundredOne opened this issue Jun 23, 2024 · 0 comments
Open

Vertical Federated Learning functionality #3676

TanvirHundredOne opened this issue Jun 23, 2024 · 0 comments
Labels
question Further information is requested

Comments

@TanvirHundredOne
Copy link

What is your question?

I am looking into Vertical Federated Learning examples. Simulation works with

hist = fl.simulation.start_simulation(
    client_fn=client_fn,
    num_clients=3,
    config=fl.server.ServerConfig(num_rounds=1000),
    strategy=Strategy(label),
)

code base. But how does start_simulation method knows its a vertical fl, other than data composition for each client there seems to be no way for the simulator to know whether its vertical or not or am I missing something obvious?

TIA

@TanvirHundredOne TanvirHundredOne added the question Further information is requested label Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant