View source on GitHub |
Returns a small synthetic dataset for testing.
tff.simulation.datasets.stackoverflow.get_synthetic()
Provides three clients, each client with only 2 or 3 examples each. The examples are derived from a fixed set of examples in the larger dataset, but are not exact copies.
Returns | |
---|---|
A tff.simulation.datasets.ClientData object that matches the
characteristics (other than size) of those provided by
tff.simulation.datasets.stackoverflow.load_data .
|