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 ----------