1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Sep 11, 2025 — Sep 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
properly initializing package support now, rather than adding package jars to classpath More... over 8 years ago
added Environment class, wrapper around Weka's weka.core.Environment class More... over 8 years ago
updated weka.jar download link and version More... over 8 years ago
Weka 3.9.2 jars More... over 8 years ago
fixed typo: iris_data -> data More... almost 9 years ago
prepared for next release More... about 9 years ago
updated pypi release notes (using twine now) More... about 9 years ago
author_email is now valid More... about 9 years ago
excluding virtualenv now More... about 9 years ago
updated github pages instructions More... about 9 years ago
incremented version More... about 9 years ago
updated URL for weka.jar More... about 9 years ago
fixed weka.jar, since mtl.jar, core.jar and arpack_combined_all.jar were only added as is instead of adding their content (https://github.com/fracpete/python-weka-wrapper/issues/52) More... about 9 years ago
notes on installing matplotlib in virtualenv More... about 9 years ago
added redirect for github More... about 9 years ago
updated bullet points More... about 9 years ago
fixed indentation of bullet points More... about 9 years ago
updated documentation links More... about 9 years ago
updated notes regarding updating gh-pages documentation More... about 9 years ago
jvm.start(system_cp=True) no longer fails with a KeyError: 'CLASSPATH' if there is no CLASSPATH environment variable defined More... about 9 years ago
added support for partial classnames like '.J48' when instantiating objects More... over 9 years ago
added `check_for_modified_class_attribute` method to `FilterClassifier` class More... over 9 years ago
prepared for next release More... over 9 years ago
updated documentation More... over 9 years ago
preparation for release More... over 9 years ago
upgraded to 3.9.1 More... over 9 years ago
switched from readthedocs back to pythonhosted More... almost 10 years ago
added method `insert_attribute` to the `Instances` class; added class method `create_relational` to the `Attribute` class More... almost 10 years ago
double_matrix_to_ndarray no longer assumes that matrix is square More... almost 10 years ago
added __len__ method to Instances class, returning the number of rows in the dataaset More... almost 10 years ago