Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdiptesh committed Feb 18, 2024
1 parent cedd14c commit 37a0efd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit 37a0efd

Please sign in to comment.