New releases of python-weka-wrapper available

​​I just published new releases of the python-weka-wrapper libraries (Python 2.7, Python 3) with very minor new features:

  • added wrapper classes for association classes that implement AssociationRuleProducer
    (package weka.associations): AssociationRules, AssociationRule, item
  • added to_source method to weka.classifiers.Classifier and weka.filters.Filter
    (underlying Java classes must implement the respective Sourcable interface)

​The current versions are:

​Of course, you can install the new versions via pip as usual.​