1
I Use This!
Inactive

Commits : Listings

Analyzed 11 days ago. based on code collected 12 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed typo More... almost 10 years ago
removed Java installation instructions More... almost 10 years ago
added note on XCode command-line tools More... almost 10 years ago
minor layout fix More... almost 10 years ago
fixed typo in URL More... almost 10 years ago
Merge branch 'master' of https://github.com/fracpete/python-weka-wrapper More... almost 10 years ago
updated Mac OSX section More... almost 10 years ago
added channel art More... about 10 years ago
added custom label for y axis (measure/statistic) More... about 10 years ago
added plotting of experiments More... about 10 years ago
added plotting of experiments More... about 10 years ago
plot_learning_curve supports now "!" for the simple class name as well, next to "@" for the full class name More... about 10 years ago
added numpy to setup.py as requirement (though it is required by javabridge already) More... about 10 years ago
fixed label for X axis for learning curve More... about 10 years ago
added plot_learning_curve for plotting learning curves in module weka.plot.classifiers More... about 10 years ago
added check whether scipy is available; variable "scipy_available" can be used to query state More... about 10 years ago
added method "ndarray_to_instances" for converting Numpy 2-dim array into "Instances" object More... about 10 years ago
added more videos More... about 10 years ago
started "Videos" section More... about 10 years ago
minor changes to Windows instructions More... about 10 years ago
updated instructions More... about 10 years ago
added placeholder for next release More... about 10 years ago
fixed some warnings More... about 10 years ago
incremented version number More... about 10 years ago
switched to using faster method objects for methods "attribute", "attribute_by_name", "num_attributes", "num_instances", "class_index", "class_attribute", "set_instance", "get_instance", "add_instance" in "Instances" class More... about 10 years ago
using faster method object objects for methods: Filter.input, Filter.output, Filter.outputformat More... about 10 years ago
updated copyright More... about 10 years ago
using faster method object objects for methods: Instance.class_index, Instance.is_missing, Instance.get/set_value, Instance.get/set_string_value, Instance.weight More... about 10 years ago
prefixed javabridge methods with "__" More... about 10 years ago
switched to using method objects to speed things up for methods cluster_instance/distribution_for_instance More... about 10 years ago