photo_classify | R Documentation |
This is a simulated dataset for photo classifications based on a machine learning algorithm versus what the true classification is for those photos. While the data are not real, they resemble performance that would be reasonable to expect in a well-built classifier.
photo_classify
A data frame with 1822 observations on the following 2 variables.
The prediction by the machine learning system as to whether the photo is about fashion or not.
The actual classification of the photo by a team of humans.
The hypothetical ML algorithm has a precision of 90\ photos it claims are fashion, about 90\ The recall of the ML algorithm is about 64\ about fashion, it correctly predicts that they are about fashion about 64\ of the time.
The data are simulated / hypothetical.
data(photo_classify)
table(photo_classify)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.