From ea0effe6a887d4a388d16215cc245a224e6c3387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Rivi=C3=A8re?= Date: Wed, 11 Sep 2024 09:37:08 +0200 Subject: [PATCH 1/2] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb680de..5635824 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ In this example, besides the `Daily_sales`, we also have covariates `Category`, - In our example, `Category` is a **static categorical covariate**, - `Base_price` is a **static numerical covariates**. -**Dynamic covariates** are covaraites for each time stamps. +**Dynamic covariates** are covariates for each time stamps. - Date / time related features can be usually treated as dynamic covariates. - In our example, `Weekday` and `Has_promotion` are **dynamic categorical covariates**. - `Daily_temperate` is a **dynamic numerical covariate**. From 2ea209a96106ab03e11c09bb441eaa42500e3910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Rivi=C3=A8re?= Date: Wed, 11 Sep 2024 09:37:53 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5635824..de4f038 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ In this example, besides the `Daily_sales`, we also have covariates `Category`, - In our example, `Category` is a **static categorical covariate**, - `Base_price` is a **static numerical covariates**. -**Dynamic covariates** are covariates for each time stamps. +**Dynamic covariates** are covariates for each time stamp. - Date / time related features can be usually treated as dynamic covariates. - In our example, `Weekday` and `Has_promotion` are **dynamic categorical covariates**. - `Daily_temperate` is a **dynamic numerical covariate**.