From 3ddb1daeb96b51731a6412d2b2124e2128ad2736 Mon Sep 17 00:00:00 2001 From: "d.a.bunin" Date: Tue, 1 Aug 2023 15:53:23 +0300 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0fca1161..ab3704c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - - Add sorting by timestamp before the fit in `CatBoostPerSegmentModel` and `CatBoostMultiSegmentModel` ([#1337](https://github.com/tinkoff-ai/etna/pull/1337)) -- Speed up metrics computation by optimizing segment validation ([#1338](https://github.com/tinkoff-ai/etna/pull/1338)) +- Speed up metrics computation by optimizing segment validation, forbid NaNs during metrics computation ([#1338](https://github.com/tinkoff-ai/etna/pull/1338)) - Unify errors, warnings and checks in models ([#1312](https://github.com/tinkoff-ai/etna/pull/1312)) - Remove upper limitation on version of numba ([#1321](https://github.com/tinkoff-ai/etna/pull/1321))