-
Adapted mean predictor to use random samples. (#239)
-
Added
predict_item
to RepresentablePredictor and adapted subclasses. (#240) -
Added fallback predictor and decorator.
-
Forecasts always start at the end of the whole target.
-
Fix shell to have a canonical freq key in hyperparameters.
-
Made
fallback
process-safe. Added ConstantValuePredictor. -
GluonTSException bypass fallback.
-
Black everything. (#244)
-
Adding failure information to failure file. (#247)
-
Added error message to top of failure file. (#248)
-
fix the empty item list (#249)
-
fix the shape error of the canonical network (#251)
-
Fix documentation and enforce stricter doc builds (#226)
-
Reformatted math equations for the log_prob method of the GaussianProcess class (#252)
-
Fix yearly freq in process start field. (#253)
-
fix issue with MultivariateGaussianOutput (#257)
-
Fix shapes in CanonicalNetworkBase (#254)
-
Improvements for wavenet and some utils (#262)
-
Removed `get_granularity`. (#265)