-
- Description:
This package allows users to construct classifiers and filters with Python scripts for WEKA, given that the script conforms to an expected structure.
A mailing list is available for troubleshooting:
https://groups.google.com/forum/#!forum/weka-pyscript
- Changes to previous version:
0.3.0
- Filters have now been implemented.
- Classifier and filter classes satisfy base unit tests.
0.2.1
-
Can now choose to save the script in the model using the
-save
flag.
0.2.0
- Added Python 3 support.
-
Added
uses
decorator to prevent non-essential arguments from being passed. - Fixed nasty bug where imputation, binarisation, and standardisation would not actually be applied to test instances.
- GUI in WEKA now displays the exception as well.
- Fixed bug where single quotes in attribute values could mess up args creation.
- ArffToPickle now recognises class index option and arguments.
- Fix nasty bug where filters were not being saved and were made from scratch from test data.
0.1.1
- ArffToArgs gets temporary folder in a platform-independent way, instead of assuming /tmp/.
-
Can now save args in ArffToPickle using
save
.
0.1.0
- Initial release.
Other available revisons
-
Version Changelog Date 0.3.0 0.3.0
- Filters have now been implemented.
- Classifier and filter classes satisfy base unit tests.
0.2.1
-
Can now choose to save the script in the model using the
-save
flag.
0.2.0
- Added Python 3 support.
-
Added
uses
decorator to prevent non-essential arguments from being passed. - Fixed nasty bug where imputation, binarisation, and standardisation would not actually be applied to test instances.
- GUI in WEKA now displays the exception as well.
- Fixed bug where single quotes in attribute values could mess up args creation.
- ArffToPickle now recognises class index option and arguments.
- Fix nasty bug where filters were not being saved and were made from scratch from test data.
0.1.1
- ArffToArgs gets temporary folder in a platform-independent way, instead of assuming /tmp/.
-
Can now save args in ArffToPickle using
save
.
0.1.0
- Initial release.
November 25, 2015, 04:07:51 0.0.1 Initial Announcement on mloss.org.
August 15, 2015, 05:14:59
Comments
No one has posted any comments yet. Perhaps you'd like to be the first?
Leave a comment
You must be logged in to post comments.