A quick follow up to the previous post: about the the scores in the 2010 Google AI competition relative to programming language. The chart above makes each language visible and discrete - and the scales are the same.library(ggplot2)df<- read.c...
I’ve just uploaded a new binary of ProjectTemplate to GitHub. This is a draft version of the next release, v0.2-1, which includes some fairly substantial changes and is backwards incompatible in several ways with previous versions of ProjectTemplate. Foremost of the changes is that most of the logic for load.project() is now built into the
Life is short, use Python
I started to play with Python two weeks ago due to the limitation of R in terms of handling large data, then a friend of mine suggested me to try Python since I had to do data massage frequently, "Python is the best choice, trust me", he...