Mainly a release with added support for parameter optimization and some tools for making life easier when dealing with options.
Here is the detailed list of changes since the 0.3.0 release:
- added get_tags class method to Tags class for easier instantiation of Tag arrays
- added find method to Tags class to locate Tag object that matches the string
- fixed __getitem__ and __setitem__ methods of the Tags class
- added GridSearch meta-classifier with convenience properties to module weka.classifiers
- added SetupGenerator and various parameter classes to weka.core.classes
added MultiSearch meta-classifier with convenience properties to module
weka.classifiers - added quote/unquote and backquote/unbackquote methods to weka.core.classes module
- added main method to weka.core.classes for operations on options: join, split, code