0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added weka.core.utils module: correlation, variance, normalize More... 8 days ago
added examples for executing entry points or scripts with Docker image More... about 2 months ago
added QA regarding restarting JVM More... about 2 months ago
removed easy_install bullet point More... about 2 months ago
minor tweaks More... about 2 months ago
updated code blocks More... about 2 months ago
removed base/control sections More... about 2 months ago
updated instructions for matplotlib/graphviz More... about 2 months ago
updated python version in path More... about 2 months ago
updated instructions for Windows; updated link for OpenJDK More... about 2 months ago
added simple_range as dependency More... 2 months ago
renamed load_csv to load_csv_file to be more consistent More... 2 months ago
added missing value support to create_instances_from_lists/create_instances_from_matrices; added load_csv file for improved CSV loading More... 2 months ago
added docker images for 0.2.14 release More... 10 months ago
updated command for determining package suggestions More... 10 months ago
prepared for release More... 10 months ago
extracted arpack/mtj libraries to make it work under Java 17 (reported https://github.com/fracpete/python-weka-wrapper3/issues/47) More... 10 months ago
added docker images for 0.2.13 release More... 12 months ago
prepared for release More... 12 months ago
made the plot_experiment method more customizable (anchor, x/y labels) More... about 1 year 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 1 year ago
moved Configurable/JSONObject into configurable-objects library; moved base workflow components into simple-data-flow library More... over 1 year ago
moved Configurable/JSONObject into configurable-objects library; moved base workflow components into simple-data-flow library More... over 1 year ago
using bash instead of commandline for command blocks now More... over 1 year ago
added 0.2.12 More... over 1 year ago
prepared for release More... over 1 year ago
added install_packages example and also notes on details/fail_fast flags More... over 1 year 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... over 1 year ago
added placeholder for next release More... over 1 year ago
prepared for release More... over 1 year ago