python-weka-wrapper 0.1.11 released

This release resulted in a slimmed down version of the library, since I moved the wekaexamples module to a separate github project:
https://github.com/fracpete/python-weka-wrapper-examples
This makes it easier to add examples without having to release new versions of the library itself.

Also, some more additions and fixes:

  • added stratify, train_cv and test_cv methods to the Instances class
  • fixed to_summary method of the Evaluation class: failed when providing a custom title