38
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix to prevent WEKA crashing on Windows during installation of RPlugin if R_HOME not set in registry. Also, executable is now added to PATH on Windows automatically (if necessary) even if R_HOME is not set via registry. More... over 3 years ago
Output of regression test has changed slightly using OpenJDK 11 (more specifically, using the Zulu version, but the one that comes with IntelliJ seems to give the same results). More... over 3 years ago
Removed unused import statement that broke compilation with JDK 11 in IntelliJ. More... over 3 years ago
Updated scripting knowledge flow template to accomodate plotting package change in pandas. Updated jsyntaxpane to work with Java 11. More... over 3 years ago
Updated scripting knowledge flow template to accomodate plotting package change in pandas. Updated jsyntaxpane to work with Java 11. More... over 3 years ago
Updated scripting knowledge flow template to accomodate plotting package change in pandas. Updated jsyntaxpane to work with Java 11. More... over 3 years ago
Fixed a bug that can cause a npe under OSX when using LAFs that differ from Aqua More... over 3 years ago
Now cleans any pre-existing installed package when installing from a zip file More... almost 4 years ago
wekaDeeplearning4j is maintained in a separate GitHub project. More... almost 4 years ago
Updated javadoc to make it clear that command-line option details must be specified for objects that will be edited by the GenericObjectEditor More... almost 4 years ago
Updated Description.props More... almost 4 years ago
Updated Description.props More... almost 4 years ago
Fixed some logging output in the Sorter step. Also added a check to ensure that the user has added at least one sorting rule to the list (otherwise a cryptic exception relating to a class not implementing Comparable is generated). FlowRunner now sets the environment variable Internal.knowledgeflow.directory when executed from the command line. More... almost 4 years ago
Test code modified, and regression reference updated, to take into account fixes in DictionaryBuilder and FixedDictionaryStringToWordVector More... almost 4 years ago
Fixed some bugs in DictionaryBuilder and FixedDictionaryStringToWordVector. DictionaryBuilder now writes the total document count into the dictionary file (both text and binary forms) in order to facilitate output of TF-IDF values. Loading a binary dictionary was not setting the output format - fixed. Fixed some option handling in FixedDictionaryStringToWordVectory. For meaningful error messages with existing dictionary files now prints an exception if TF-IDF is requested, but the total document count is not available in the dictionary file More... almost 4 years ago
A notification is now being popped up by ArffTableModel when the user tries to rename an attribute and the name already exists in another attribute. More... almost 4 years ago
Tidied up some error messages generated by the Instances class. More... almost 4 years ago
Updated reference for NormalizedPolyKernel to account for recent changes More... almost 4 years ago
Added code to handle setting an array option that has element types other than File or OptionHandler More... almost 4 years ago
Speed improvements to NormalizedPolyKernel. Changed check for linear model in RegOptimizer and SMO so that it is now possible to run the NormalizedPolyKernel with exponent 1. More... almost 4 years ago
RandomCommittee performed resampling whenever the base learner did not implement WeightedInstancesHandler, regardless of whether the training data had uniform weights or not. Fixed now: resampling will now be performed only if the base learner does not implement WeightedInstancesHandler *and* the instance weights are not all equal. More... about 4 years ago
Modified Tiger Jython .jar file by adding Apple GUI classes from OpenJDK 8 to achieve compatibility with Java 11 on Macs. More... about 4 years ago
Description.props for latest version had not been checked in. More... about 4 years ago
A couple of small changes to Description.props. More... about 4 years ago
Updated MLRCLassifier based on MLR 2.17.1. Functional learners and BARTmachine are not included in this interface to MLR classification and regression schemes. More... about 4 years ago
JavaGD library is now installed just after rJava, using the same mechanism. This is a hack to avoid failure of subsequent R package installations performed by WEKA on Windows (download of those packages will not start). More... about 4 years ago
The RPlugin works with the latest release of the rJava package for R on macOS now. This also means the super hacky workaround on macOS is no longer necessary. Relevant JAR files and ZIP files have been replaced with code from rJava 0.9-12. HTTP has been replaced by HTTPS in URLs. xstream JAR file has been updated. More... about 4 years ago
The RPlugin works with the latest release of the rJava package for R on macOS now. This also means the super hacky workaround on macOS is no longer necessary. More... about 4 years ago
startupCheck() was not honoring the offline flag - fixed More... about 4 years ago
Fixed date in Description.props More... about 4 years ago