From 0b66c10bd56be69e99839ed39ca634b4b835c04d Mon Sep 17 00:00:00 2001 From: mal-sh <97813084+mal-sh@users.noreply.github.com> Date: Sat, 15 Jan 2022 19:15:39 -0500 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2001807..329306c 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# timeseries_imputation_with_julia \ No newline at end of file +# Timeseries Imputation in Julia + +This is a demo of how to use different timeseries imputation techniques to fill in missing values. + + + +## Methods + +1. mean fill +2. random fill +3. linear interpolation +4. rolling mean fill (Moving Average)