python-weka-wrapper 0.1.12 released

Today, I made a new release of the Python wrapper for Weka available.
Here is an overview of the changes:

  • added create_string class method to the Attribute class for
    creating a string attribute
  • ROC/PRC curves can now consist of multiple plots (ie multiple class labels)
  • switched command-line option handling from getopt to argparse
  • fixed Instance.get_dataset(self) method
  • added iterators for: rows/attributes in dataset, values in dataset row
  • incremental loaders can be iterated now