View source on GitHub |
Returns a small dictionary of tag counts.
tff.simulation.datasets.stackoverflow.get_synthetic_tag_counts()
Specifically, this provides the aggregate tag counts for all tags in
tff.simulation.datasets.stackoverflow.get_synthetic
.
Returns | |
---|---|
An ordered dictionary mapping tags to their respective count. |