This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
Yet Another Time Series Model (YATSM): v0.4.1
Pre-release
Pre-release
CCDC style model now includes a "slope test" for stability of training period (see #22).
Enable the "slope test" by adding the following to your model configuration file:
[YATSM]
...
slope_test = True
A True
boolean value will enable the "slope test" as shown in Zhu and Woodcock, 2014
. Specifying a float
value instead will enable the "slope test" but use the specified float
value as the test threshold instead of the default value specified by threshold
.