keplerweka-developer Mailing List for KeplerWeka
Status: Beta
Brought to you by:
fracpete
You can subscribe to this list here.
| 2009 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
|
From: Peter R. <fra...@wa...> - 2010-10-10 20:24:33
|
Hi there I've made a new release of KeplerWeka available. This release is built using the new Kepler 2.0 framework and KeplerWeka is implemented as a suite. You can find the download link in the following blog post: https://sourceforge.net/apps/wordpress/keplerweka/2010/10/08/release-for-kepler-2-0/ Cheers, Peter -- Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ http://www.cs.waikato.ac.nz/~fracpete/ Ph. +64 (7) 858-5174 |
|
From: Peter R. <fra...@wa...> - 2009-05-21 03:14:26
|
Hi there After upgrading the weka.experiment.ResultMatrix class to be a weka.core.OptionHandler and also extending the dialog in the Weka Experimenter, that allows one to choose the output format, I also modified the ExperimentEvaluation actor. One can now directly tweak the ResultMatrix object that is used for generating the output. This is quite useful if the default setup values are not appropriate, e.g., the default width for column names of 25 characters for the CSV output format might chop off the names. Now one can change this to a value that makes the output fit. But this change requires now the underlying Weka to be at least revision 5379 (i.e., trunk/weka). Cheers, Peter -- Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ http://www.cs.waikato.ac.nz/~fracpete/ Ph. +64 (7) 858-5174 |
|
From: Peter R. <fra...@wa...> - 2009-04-09 02:31:40
|
Hi there It has been quiet lately, I know. But the reason for this wasn’t that nothing happened on the coding front, I was way too busy at work. Anyhow, I’ve just uploaded a new release: 20090409 https://sourceforge.net/project/showfiles.php?group_id=256842&package_id=314839&release_id=674535 Since there were quite a few changes since the release in December last year, I’ll just briefly go over them: Actors ===== * Rename Allows you to modify the relation name of a weka.core.Instances or weka.core.Instance object * Evaluators (CV, random split, testset) These evaluators are now more robust, i.e., they don’t try to perform an evaluation if there isn’t sufficient data. * EvaluationValuePicker Lets you pick a particular statistic, e.g., Percent correct (= accuracy), from a provided weka.classifiers.Evaluation object. Very handy if you want to plot this value over time. * SequencePlotter I’ve upgraded Kepler’s SequencePlotter in order to be able to automatically update the plot after each arriving value. Normally, this is not encouraged, since the update is computationally rather expensive. But in the case of plotting statistics of a classifier evaluation, evaluating the classifier is way more expensive. * Classifying/Clustering These actors now allow you to specify a serialized model as well, no need to make use of the ModelReader actor. I added this property, since I needed to classify incoming weka.core.Instance objects with a serialized model. Triggering the read of a large SMO model from disk each time an Instance arrived wasn’t feasible, hence this optimization. * Filter The Filter actor now allows you to stream results through it. It is no longer necessary to first train it with a batch of data. Caution: In case of batch filters, the first Instance object arriving is used to initialized the filter. This is not desired for all filters (e.g., Normalized or Standardize). * ObjectToString A actor that allows you to inspect objects. You can use property paths or read methods to obtain information of an object’s internal state. Very handy for debugging. * OutputLogger If you want to capture the output on the command-line (stdout and stderr), then use this actor to redirect the output into a log file. Other stuff ========= * added scripts for updating the icons (update_icons.sh) and ontologies (update_ontologies.sh) - useful for developers Happy Easter!! :-) Cheers, Peter PS You can find this information also on the KeplerWeka blog: https://apps.sourceforge.net/wordpress/keplerweka/2009/04/09/easter-release/ -- Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ http://www.cs.waikato.ac.nz/~fracpete/ Ph. +64 (7) 858-5174 |
|
From: Peter R. <fra...@wa...> - 2009-03-22 04:50:46
|
Hi everybody Just a quick email to welcome you to the KeplerWeka mailing list for developers (and to populate the archives). Cheers, Peter -- Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ http://www.cs.waikato.ac.nz/~fracpete/ Ph. +64 (7) 858-5174 |