YALE is a data mining and machine learning environment that integrates WEKA and some other SVM related tools into one GUI tool. Looks pretty spiffy – the GUI looks much better than Weka’s, and its Java/cross-platform also. Screenshots here.
YALE Data Mining Environment
March 24th, 2006 · No Comments · Software
Tags:rapid miner·svm·weka·yale
WEKA in Jython or even C#
March 8th, 2006 · 1 Comment · Software
I was very excited to find out that Python scripts can access Java APIs if you run on them Jython interpreter. Jython is a Python interpretor written in Java which some people have put to good use for fast prototyping of WEKA applications. I built a simple classifier using Jython and weka classes and everything [...]
