New Weka4WS version 2.1

July 2nd, 2008

Changelog:

  • added the possibility to enable/disable a detailed logging at the remote host;
  • improved the datasets concurrent transfers performance: a dataset to be concurrently transferred to various remote hosts is compressed by one thread only; a dataset to be analized by different data mining algorithms on the same remote host is transferred only once by one thread only;
  • updated xstream (the Java library used to serialize objects to XML and back again) to version 1.3;
  • bugfix: tasks in the “runningTasks” list at the computing node were added twice for the same data mining task when the dataset wasn’t already available at the first service invocation;
  • bugfix: tasks in the “runningTasks” list at the computing node side weren’t removed from the list after their termination;
  • bugfix: resources at the computing node weren’t destroyed when exceptions arised at the user or computing node;
  • bugfix: compressed datasets appeared corrupted after their transfer at destination;
  • bugfix: method “isEmpty” of the string class (introduced in Java 6), used in the HostCheckThread class of the user node, disproved compatibility with Java 1.4.

New Weka4WS version 2.0

April 10th, 2008

Weka4WS version 2.0 has been released today. This is an update to our earlier 1.0 release, and includes several new features release as well as numerous bugfixes.

New features:

  • Knowledge Flow front-end also extended to support remote data mining;
  • code updated to the 3.4.12 book version of Weka (12th of December 2007);
  • the client side of the application can now run also on Windows machines;
  • proxy credentials may now be created inside the client application: a dedicated window may be called at any time both in Explorer and Knowledge Flow and will automatically pop up at startup if the credentials are not available or have expired;
  • added pull-style message delivery mechanism for clients to whom notifications cannot be delivered (e.g. because they are behind a firewall): the client now starts by default in pull-mode (that is it checks for the result availability every 10 seconds) and requests a notification dispatch to the server: if it subsequently receives a notification then the client switches to push-mode (that is it waits for a result availability notification), otherwise it stays in pull-mode;
  • improved hosts checking now including, besides the Globus Container and GridFTP availability check, also user permissions check, Weka4WSService deployment check, versions compatibility check between client and service;
  • possibility to extend the memory available for the virtual machine by running the ‘weka4ws.sh’ (or ‘weka4ws.bat’ on Windows) script and passing as first argument the amount of RAM (in MB) to be used. For example running
    weka4ws.sh 2048

    will run Weka4WS setting the maximum Java heap size to 2048MB.

Download Weka4WS 2.0

Weka4WS 1.0 released today

June 7th, 2007

Weka4WS version 1.0 has been released today. This is an update to our earlier 0.9.1 release, and includes a few features missing from the first release as well as numerous bugfixes. Download Weka4WS 1.0

New version of Weka4WS under development

June 4th, 2007

A new version of Weka4WS has been under development during the last months. The main features which will be available are:

  • code updated with the latest book version of Weka (3.4.11, 1st of June 2007);
  • improved client and service logging;
  • added full support to data preprocessing;
  • added full support to data visualization;
  • added full support to “classifier evaluation options”;
  • added possibility to set a supplied test set;
  • added dataset compression to improve transfers speed;
  • reporting of server-side exceptions to the client;
  • added JDBC support;
  • added possibility to concurrently run multiple remote tasks;
  • added possibility to stop remote task execution.

The release date is expected to be in a few days.