From 2b30de55e44d8ae560d97044cfe08d817f6cef82 Mon Sep 17 00:00:00 2001 From: Eugenio Date: Thu, 16 Sep 2021 13:44:23 -0300 Subject: [PATCH] nit on Changelog --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e26a1ac..923350d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -256,11 +256,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.0] - 2021-03-15 ### Added -<<<<<<< HEAD -- Prophet model wrapper from `pomopt` project. -======= - Prophet model wrapper. ->>>>>>> dc7dd923fc491fc9d3a609a80126add805ab1d2f - `add_future_dates` utils to add prediction dates onto time_series DataFrames. - New tests for `Forecaster` module.