diff --git a/docs/readthedocs/source/doc/Chronos/QuickStart/index.md b/docs/readthedocs/source/doc/Chronos/QuickStart/index.md index 1f736b67..2c5ff53c 100644 --- a/docs/readthedocs/source/doc/Chronos/QuickStart/index.md +++ b/docs/readthedocs/source/doc/Chronos/QuickStart/index.md @@ -106,6 +106,14 @@ Chronos can help a 3rd party time series lib to improve the performance (both training and inferencing) and accuracy. This use-case shows Chronos can easily help pytorch-forecasting speed up the training of TFT model. +--------------------------- + +- [**Tune a Time Series Forecasting Model with multi-objective hyperparameter optimization.**][pytorch_forecasting_mo_tune] + + > ![](../../../../image/GitHub-Mark-32px.png)[View source on GitHub][pytorch_forecasting_mo_tune] + + In this notebook, we demostrate how to use _multi-objective hyperparameter optimization with built-in latency metric_ in project [Chronos][chronos] to do time series forecasting and achieve good tradeoff between performance and latency. + [DBScan]: <../../PythonAPI/Chronos/anomaly_detectors.html#dbscandetector> [AE]: <../../PythonAPI/Chronos/anomaly_detectors.html#aedetector> @@ -127,3 +135,4 @@ [AIOps_anomaly_detect_unsupervised_forecast_based]: [pytorch_forecasting_deepar]: [pytorch_forecasting_tft]: +[pytorch_forecasting_mo_tune]: \ No newline at end of file