From 53e6a6175a939231ee358336a8f7e6db77b3d625 Mon Sep 17 00:00:00 2001 From: VicentePerezSoloviev Date: Tue, 24 Nov 2020 20:29:40 +0100 Subject: [PATCH] README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ce5cae0..33a7cfd 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,12 @@ The cost function to optimize is the minimization of two parameter sum. Both par The EDA returns the best cost, the combination and the history of costs if wanted to be plotted. +#### Time series transformations selection + +When working with large datasets in time series Machine Learning projects, it is common to use different time series transformations in order to improve the forecasting model. In this approach an EDA is used to find the optimum transformations of the time series. + +In the Notebooks directory there is a example. + ## Getting started #### Prerequisites