From c29c7b19f21514ca510abc78c95c5962b5242748 Mon Sep 17 00:00:00 2001 From: junos Date: Fri, 2 Jul 2021 16:05:36 +0200 Subject: [PATCH] Rename ESM exploration. --- exploration/{expl_esm.py => expl_esm_adherence.py} | 0 features/esm.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename exploration/{expl_esm.py => expl_esm_adherence.py} (100%) diff --git a/exploration/expl_esm.py b/exploration/expl_esm_adherence.py similarity index 100% rename from exploration/expl_esm.py rename to exploration/expl_esm_adherence.py diff --git a/features/esm.py b/features/esm.py index 13e1474..6495542 100644 --- a/features/esm.py +++ b/features/esm.py @@ -88,7 +88,7 @@ def classify_sessions_by_completion(df_esm_preprocessed: pd.DataFrame) -> pd.Dat We never offered questionnaires with single items, so we can be sure these are unfinished. Finally, all sessions that remain are marked as completed. - By going through different possibilities in expl_esm.ipynb, this turned out to be a reasonable option. + By going through different possibilities in expl_esm_adherence.ipynb, this turned out to be a reasonable option. Parameters ----------