Skip to content

Instantly share code, notes, and snippets.

@mdekstrand
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save mdekstrand/14e07223ccca80860aed to your computer and use it in GitHub Desktop.

Select an option

Save mdekstrand/14e07223ccca80860aed to your computer and use it in GitHub Desktop.
LensKit Evaluator Analysis
library(ggplot2)
eval.results = read.csv('eval-results.csv')
png('results.png')
qplot(Algorithm, RMSE.ByUser, data=eval.results, geom='boxplot')
dev.off()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment