diff --git a/mllib/lib/timeseries.py b/mllib/lib/timeseries.py index 63f1b63..fbd919d 100644 --- a/mllib/lib/timeseries.py +++ b/mllib/lib/timeseries.py @@ -267,7 +267,7 @@ class BatesGrager(): lag: int, optional - Time periods to be considered for creating the model + Time periods to be considered for creating the model (the default is 1). Returns