openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
python-weka-wrapper3
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 month
ago. based on code collected
about 1 month
ago.
Jan 05, 2024 — Jan 05, 2025
Showing page 5 of 15
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
updated instructions for Windows; updated link for OpenJDK
Peter Reutemann
More...
12 months ago
added simple_range as dependency
Peter Reutemann
More...
about 1 year ago
renamed load_csv to load_csv_file to be more consistent
Peter Reutemann
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
Peter Reutemann
More...
about 1 year ago
added docker images for 0.2.14 release
Peter Reutemann
More...
over 1 year ago
updated command for determining package suggestions
Peter Reutemann
More...
over 1 year ago
prepared for release
Peter Reutemann
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)
Peter Reutemann
More...
over 1 year ago
added docker images for 0.2.13 release
Peter Reutemann
More...
almost 2 years ago
prepared for release
Peter Reutemann
More...
almost 2 years ago
made the plot_experiment method more customizable (anchor, x/y labels)
Peter Reutemann
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)
Peter Reutemann
More...
about 2 years ago
moved Configurable/JSONObject into configurable-objects library; moved base workflow components into simple-data-flow library
Peter Reutemann
More...
about 2 years ago
moved Configurable/JSONObject into configurable-objects library; moved base workflow components into simple-data-flow library
Peter Reutemann
More...
about 2 years ago
using bash instead of commandline for command blocks now
Peter Reutemann
More...
about 2 years ago
added 0.2.12
Peter Reutemann
More...
about 2 years ago
prepared for release
Peter Reutemann
More...
about 2 years ago
added install_packages example and also notes on details/fail_fast flags
Peter Reutemann
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
Peter Reutemann
More...
about 2 years ago
added placeholder for next release
Peter Reutemann
More...
over 2 years ago
prepared for release
Peter Reutemann
More...
over 2 years ago
fixed instructions/typos
Peter Reutemann
More...
over 2 years ago
added notes about optional lxml install
Peter Reutemann
More...
over 2 years ago
added support for plotting BayesNet network structures in XML BIF format
Peter Reutemann
More...
over 2 years ago
added support for slicing to the Instances class
Peter Reutemann
More...
over 2 years ago
from_commandline now uses split_commandline
Peter Reutemann
More...
over 2 years ago
added 'classname=' to constructors
Peter Reutemann
More...
over 2 years ago
split_commandline method splits a command-line into a tuple of classname and option list
Peter Reutemann
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)
Peter Reutemann
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)
Peter Reutemann
More...
over 2 years ago
←
1
2
3
4
5
6
7
8
9
…
14
15
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree