Explore the Flickr 8k dataset
Nov 12, 2021
Visually understanding the meaning behind expert judgements
Link to the Jupyter Notebook that originated this post.
Download the data
Download instructions available on the jbrownlee’s Datasets repo. The code here assumes the data was unzipped and is located in the flicker8k
folder.
Expert judgments
Load and check the expert judgments
(5822, 5)
Check cases where all experts agree
Count the number of each score where there is an agreement between experts:
1 2350
2 580
3 214
4 247
Name: expert, dtype: int64