diff --git a/mllib/lib/cfg.py b/mllib/lib/cfg.py index 05614b9..053d336 100644 --- a/mllib/lib/cfg.py +++ b/mllib/lib/cfg.py @@ -44,7 +44,7 @@ from inspect import getsourcefile from os.path import abspath -__version__: str = "0.4.2" +__version__: str = "0.5.0" __doc__: str = "Machine Learning Library" module: str = "mllib" diff --git a/mllib/lib/timeseries.py b/mllib/lib/timeseries.py index 2fcea64..4d06657 100644 --- a/mllib/lib/timeseries.py +++ b/mllib/lib/timeseries.py @@ -4,6 +4,7 @@ **Available routines:** - class ``AutoArima``: Builds time series model using SARIMAX. +- class ``BatesGranger``: Combines multiple forecasts. Credits ------- @@ -13,7 +14,7 @@ - Diptesh - Madhu - Date: Feb 16, 2024 + Date: Feb 17, 2024 """ # pylint: disable=invalid-name