From f8bfe54cc8ddcef4b1ebc95bc758f6bd854153e7 Mon Sep 17 00:00:00 2001 From: Ethan Wellenreiter Date: Sat, 29 Mar 2025 13:36:46 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f3f32e..fa070aa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # IDEA -use a time-series model to plot throughout the year and by week +Use a time-series model to plot throughout the year and by week # conclusion -the data for the date is completely inconsistent and shows no reasonable way to turn it back into a numerical date on top of it. \ No newline at end of file +The data for the date is completely inconsistent (with respect to the dating) and shows no reasonable way to turn it back into a numerical date on top of it. The desired technique of this exploration was to use a time series model to leverage the yearly periodic nature. However, the dates cannot be unnormalized from their 0-1 normalization, and so this method is not possible and is therefore not feasible for the desired technique exploration, rendering this investigation null.