Details of the HypertTS update are as follows:
-
Adapted to TensorFlow versions
2.11.0and above. -
Fixed the issue of unstable random seed in NAS mode.
-
Fixed handling of
intvariables in DL mode. -
Updated CI.
-
Fixed the unordered indexing problem in the
arrow_headdata loading. -
Refactored the identification of discrete variables in DL mode.
-
Added the
Lionoptimizer. -
Corrected variable name spelling error,
HybirdRNN->HybridRNN. -
Corrected the
trendparameter in theVARmodel. -
Adjusted the field of view length for evaluation segmentation in forecast tasks.
-
Added seasonal analysis.
-
Fixed the issue of truncating negative values to 0 in forecast tasks.
-
Updated
hypernetsandnumpyversions. -
Supported the
AdamWoptimizer (tensorflow >= 2.14.0). -
Adjusted the legend margin in visualizations.
-
Add
TimeSeriesForestClassifierandIndividualTDEClassifierbuilt-in algorithm for stats mode classification. -
sktimedependencies are removed and replaced with built-in algorithm support. If need to useKNNclassification, please manually installsktime. -
Thanks to @NatLee for his contributions to hyperts.