|  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.ClientDataobject that matches the
characteristics (other than size) of those provided bytff.simulation.datasets.stackoverflow.load_data. |