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
(packageweka.associations):AssociationRules,AssociationRule,item - added
to_sourcemethod toweka.classifiers.Classifierandweka.filters.Filter
(underlying Java classes must implement the respectiveSourcableinterface)
The current versions are:
Of course, you can install the new versions via pip as usual.