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_source
method toweka.classifiers.Classifier
andweka.filters.Filter
(underlying Java classes must implement the respectiveSourcable
interface)
The current versions are:
Of course, you can install the new versions via pip as usual.