Skip to content

Releases: ellisp/forecastHybrid

5.0.18

02 Apr 15:25
418f342
Compare
Choose a tag to compare
  • Add the rolling argument to hybridModel() that can be used when weights = "cv.errors" to control the rolling argument in cvts().
  • Add comb as an argument to thiefModel().
  • Update accuracy() formals to support changes in the "forecast" package version 8.12.
  • Disable longer-running tests on CRAN.
  • Faster examples and vignette

4.1.16 [2018-12-19]

21 Dec 18:19
b91cc5c
Compare
Choose a tag to compare
  • Use forking instead of a socket cluster for parallel execution on UNIX-like systems for cvts(). This results in significantly faster execution and less memory usage, particularly when the FUN and FCFUN functions are very quick (e.g. snaive(), rwf(), stlm()), the time series is short, few cores are used, or few CV folds run.
  • Faster cvts() examples.
  • More tests for cvts().
  • Fix spelling errors.

3.0.13 [2018-07-22]

22 Jul 12:28
3.0.13
7651bf3
Compare
Choose a tag to compare

1.0.8 [2017-07-10]

10 Jul 16:47
Compare
Choose a tag to compare
update date

0.4.0 [2017-03-31]

31 Mar 12:39
Compare
Choose a tag to compare
release 0.4.0

0.3.0 [2016-12-18]

19 Dec 01:05
Compare
Choose a tag to compare
version bump

0.2.0 [2016-09-23]

22 Sep 19:35
Compare
Choose a tag to compare

add time series cross validation

0.1.7 [2016-06-04]

04 Jun 22:57
Compare
Choose a tag to compare
date update

0.1.6 [2016-05-31]

01 Jun 02:50
Compare
Choose a tag to compare
Update plot.hybridModel.Rd

First CRAN Release

25 Apr 21:24
Compare
Choose a tag to compare
0.1.5

fix broken accuracy method