From 0b3656d3d741c6018754b3a6278f0a83a89be0d0 Mon Sep 17 00:00:00 2001 From: Nassim Oufattole Date: Wed, 23 Oct 2024 16:06:43 -0400 Subject: [PATCH] fixed grammar in terminology.md --- docs/terminology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/terminology.md b/docs/terminology.md index e253f65..963eaa3 100644 --- a/docs/terminology.md +++ b/docs/terminology.md @@ -51,7 +51,7 @@ Static aggregations are computed once per subject_id and static code. Dynamic ag ## Lookback Window -We define a lookback window as a time period before a reference time point over which dynamic data is aggregated. By default we use the lookback windows (defined in [this default hydra config](https://github.com/mmcdermott/MEDS_Tabular_AutoML/blob/main/src/MEDS_tabular_automl/configs/tabularization/default.yaml)): +We define a lookback window as a time period before a reference time point over which dynamic data is aggregated. By default, we use the lookback windows (defined in [this default hydra config](https://github.com/mmcdermott/MEDS_Tabular_AutoML/blob/main/src/MEDS_tabular_automl/configs/tabularization/default.yaml)): ```yaml window_sizes: - "1d" # 1 day