diff --git a/docs/readthedocs/source/_static/js/chronos_tutorial.js b/docs/readthedocs/source/_static/js/chronos_tutorial.js index b83db4de..978b3fd8 100644 --- a/docs/readthedocs/source/_static/js/chronos_tutorial.js +++ b/docs/readthedocs/source/_static/js/chronos_tutorial.js @@ -51,7 +51,7 @@ $(".checkboxes").click(function(){ var ids = ["ChronosForecaster","TuneaForecasting","AutoTSEstimator","AutoWIDE", "MultvarWIDE","MultstepWIDE","LSTMForecaster","AutoProphet","AnomalyDetection", "DeepARmodel","TFTmodel","hyperparameter","taxiDataset","distributedFashion", - "ONNX","Quantize","TCMFForecaster"]; + "ONNX","Quantize","TCMFForecaster","PenalizeUnderestimation"]; showTutorials(ids); var disIds = ["simulation"]; disCheck(disIds); diff --git a/docs/readthedocs/source/doc/Chronos/QuickStart/index.md b/docs/readthedocs/source/doc/Chronos/QuickStart/index.md index 7b1b2fc5..8ac4ae56 100644 --- a/docs/readthedocs/source/doc/Chronos/QuickStart/index.md +++ b/docs/readthedocs/source/doc/Chronos/QuickStart/index.md @@ -234,6 +234,16 @@
Tag:
+
View source on GitHub
+ This example demonstrates how to use TCNForecaster to penalize underestimation based on a built-in loss function LinexLoss.
+