Will's avatar

Posts and notes

Weka

(2 items)

Using Weka in Go 1 May 2015

A couple of years ago I wrote a blog post about wrapping some of Weka’s classification functionality to allow it to be used programmatically in Python programs. A small project I’m currently working on at home is around taking some of the later research from my PhD work to see if it can … Read more (1 minute read)

WekaPy 12 June 2013

Over the last few months, I’ve started to use Weka more and more. Weka is a toolkit, written in Java, that I use to create models with which to make classifications on data sets. It features a wide variety of different machine learning algorithms (although I’ve used the logistic … Read more (2 minute read)