python-weka-wrapper 0.3.2 released

Released a new version of the python-weka-wrapper library. It’s just a point-release with the following minor enhancements:

  • The packages parameter of theĀ weka.core.jvm.start() function can be used for specifying an alternative Weka home directory now as well
  • added train_test_split method to weka.core.Instances class to easily create train/test splits
  • evaluate_train_test_split method of weka.classifiers.Evaluation class now uses the train_test_split method