Python + ML > Dictionaries > Flashcards
create dictionary {label:number of objects with that label}
from collections import Counter
count = Counter(labels)