Wed 14 Nov 2007
A couple of days ago, we talked about nerd fitness. At work, we recorded information on those who joined us for our nerd fitness test, and as promised, I’m releasing that data plus some results of data mining. In order to run the decision tree and neural net analysis yourself, you’ll need to download Weka, a free collection of machine learning algorithms for data mining tasks, made possible by our friends at the University of Waikato, a forward thinking New Zealand University.

- pushupsDiscreteDT.arff — Training data from the pre-bucketed data (Decision Tree)
- pushupsNumerical.arff — Training data from the numerical data (Neural Network)
- TestSetpushupsDiscreteDT.arff — Testing data from the pre-bucketed data (Decision Tree)
- TestSetpushupsNumerical.arff — Testing data from the numerical data (Neural Network)
And finally, here’s what you’ll get if you load those files into weka and run the data mining algorithms: Weka decision tree output & Weka neural net output
Before you say it, just let me say, “yes, I know our sample size is way too small.”
