org.clojars.penglish/timeseriesforecasting

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.

Leiningen/Boot

[org.clojars.penglish/timeseriesforecasting "1.0.12"]

Clojure CLI/deps.edn

org.clojars.penglish/timeseriesforecasting {:mvn/version "1.0.12"}

Gradle

implementation("org.clojars.penglish:timeseriesforecasting:1.0.12")

Maven

<dependency>
  <groupId>org.clojars.penglish</groupId>
  <artifactId>timeseriesforecasting</artifactId>
  <version>1.0.12</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.