0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 05, 2024 — Jan 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated instructions for Windows; updated link for OpenJDK More... 12 months ago
added simple_range as dependency More... about 1 year ago
renamed load_csv to load_csv_file to be more consistent More... about 1 year ago
added missing value support to create_instances_from_lists/create_instances_from_matrices; added load_csv file for improved CSV loading More... about 1 year ago
added docker images for 0.2.14 release More... over 1 year ago
updated command for determining package suggestions More... over 1 year ago
prepared for release More... over 1 year ago
extracted arpack/mtj libraries to make it work under Java 17 (reported https://github.com/fracpete/python-weka-wrapper3/issues/47) More... over 1 year ago
added docker images for 0.2.13 release More... almost 2 years ago
prepared for release More... almost 2 years ago
made the plot_experiment method more customizable (anchor, x/y labels) More... almost 2 years ago
added methods subset_results/rank_results to class AttributeSelection to make results of CV accessible in numeric form (though parsed from textual CV output) More... about 2 years ago
moved Configurable/JSONObject into configurable-objects library; moved base workflow components into simple-data-flow library More... about 2 years ago
moved Configurable/JSONObject into configurable-objects library; moved base workflow components into simple-data-flow library More... about 2 years ago
using bash instead of commandline for command blocks now More... about 2 years ago
added 0.2.12 More... about 2 years ago
prepared for release More... about 2 years ago
added install_packages example and also notes on details/fail_fast flags More... about 2 years ago
install_packages now has "fail_fast" flag that either exits the installation process with the first package that fails to install (behavior so far) or iterate through all of them (fail_fast=False); the "details" determines whether to just return a simple bool flag (current behavior; details=False) or a detailed dict per package (from_repo, version, error, install_message, success); method install_package offers the "details" flag as well More... about 2 years ago
added placeholder for next release More... over 2 years ago
prepared for release More... over 2 years ago
fixed instructions/typos More... over 2 years ago
added notes about optional lxml install More... over 2 years ago
added support for plotting BayesNet network structures in XML BIF format More... over 2 years ago
added support for slicing to the Instances class More... over 2 years ago
from_commandline now uses split_commandline More... over 2 years ago
added 'classname=' to constructors More... over 2 years ago
split_commandline method splits a command-line into a tuple of classname and option list More... over 2 years ago
added methods get_non_public_field and call_non_public_method to weka.core.classes to allow accessing/calling private/protected Java object fields/methods, side-stepping the need to sub-class the existing Java class to gain public access (NB: a security manager can prevent this type of access) More... over 2 years ago
install_packages/install_missing_packages now handle list of package names as well (not just list of (name,version) tuples) More... over 2 years ago