Author:Mark Hall <mhall{[at]}pentaho.com>
Category:Time series
Changes:Made TSLagMaker into a filter and moved it to weka.filters.supervised.attribute. Filter has a 'deployment' mode that ensures that for non-training batches a given input instance gets pushed far enough into the lag history buffers to reach the minum lag depth. This allows current values (e.g. comming from sensors or whatever) to be treated as lagged values and ensures that any classifier built using the filter then produces a prediction for the future (rather than the current time). Deployment mode is activated (in a super hacky way) when the incoming instances relation name is prepended with the string 'deployment'. The editing GUI for custom periodics still needs to be made into a PropertyEditor, so these are not editible in the filter at present via the GenericObjectEditor. Also fixed a bug in the UI where the start button was not being disabled when a new set of instances was set. Various lists in the advanced configuration panel now resize correctly when the split pane divider is moved.
Date:2016-07-20
Depends:weka (>=3.8.0)
Description:Provides a time series forecasting environment for Weka. Includes a wrapper for Weka regression schemes that automates the process of creating lagged variables and date-derived periodic variables and provides the ability to do closed-loop forecasting. New evaluation routines are provided by a special evaluation module and graphing of predictions/forecasts are provided via the JFreeChart library. Includes both command-line and GUI user interfaces. Sample time series data can be found in ${WEKA_HOME}/packages/timeseriesForecasting/sample-data.
DoNotLoadIfFileNotPresent:lib/jfreechart-1.0.13.jar,lib/jcommon-1.0.14.jar
License:LGPL 2.1
Maintainer:Mark Hall <mhall{[at]}pentaho.com>
PackageURL:http://prdownloads.sourceforge.net/weka/timeseriesForecasting1.0.20.zip?download
URL:http://wiki.pentaho.com/display/DATAMINING/Time+Series+Analysis+and+Forecasting+with+Weka
Version:1.0.20