From dfe17a0c0368c0d24be39203b943b4542c731148 Mon Sep 17 00:00:00 2001 From: Abdul Fatir Date: Fri, 29 Mar 2024 18:42:57 +0100 Subject: [PATCH] Add Chronos Breaking News (#3154) *Description of changes:* Add breaking news in the README about Chronos. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. **Please tag this pr with at least one of these labels to make our release process faster:** BREAKING, new feature, bug fix, other change, dev setup --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 378e92e1bd..d93c9ff43d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ [![Static](https://img.shields.io/static/v1?label=docs&message=dev&color=edc775&style=flat-square)](https://ts.gluon.ai/dev/) [![PyPI Downloads](https://img.shields.io/pypi/dm/gluonts?style=flat-square&color=94b594)](https://pepy.tech/project/gluonts) +**📢 BREAKING NEWS**: We released **Chronos**, a suite of pretrained models for zero-shot time series forecasting. Chronos can generate accurate probabilistic predictions for new time series not seen during training. Check it out [here](https://github.com/amazon-science/chronos-forecasting)! + GluonTS is a Python package for probabilistic time series modeling, focusing on deep learning based models, based on [PyTorch](https://pytorch.org) and [MXNet](https://mxnet.apache.org).