Skip to content
Prev Previous commit
v0.5.0
  • Loading branch information
bdiptesh committed Feb 18, 2024
commit 37a0efd54dcb53a0fe284db45cdcf21fbbd295f8
2 changes: 1 addition & 1 deletion mllib/lib/cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
3 changes: 2 additions & 1 deletion mllib/lib/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
**Available routines:**

- class ``AutoArima``: Builds time series model using SARIMAX.
- class ``BatesGranger``: Combines multiple forecasts.

Credits
-------
Expand All @@ -13,7 +14,7 @@
- Diptesh
- Madhu

Date: Feb 16, 2024
Date: Feb 17, 2024
"""

# pylint: disable=invalid-name
Expand Down