-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix numerical issues that resulted in failing box-cox transformation
- Loading branch information
Showing
6 changed files
with
104 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,60 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.9 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=requirements.txt setup.py | ||
# | ||
cython==0.29.2 | ||
cython==0.29.34 | ||
# via pmdarima | ||
numpy==1.15.4 | ||
joblib==1.2.0 | ||
# via | ||
# pmdarima | ||
# scikit-learn | ||
numpy==1.24.2 | ||
# via | ||
# pandas | ||
# patsy | ||
# pmdarima | ||
# scikit-learn | ||
# scipy | ||
# statsmodels | ||
# tbats (setup.py) | ||
pandas==0.23.4 | ||
# via pmdarima | ||
pmdarima==1.0.0 | ||
packaging==23.1 | ||
# via statsmodels | ||
pandas==2.0.0 | ||
# via | ||
# pmdarima | ||
# statsmodels | ||
patsy==0.5.3 | ||
# via statsmodels | ||
pmdarima==2.0.3 | ||
# via tbats (setup.py) | ||
python-dateutil==2.7.5 | ||
python-dateutil==2.8.2 | ||
# via pandas | ||
pytz==2018.7 | ||
pytz==2023.3 | ||
# via pandas | ||
scikit-learn==0.20.2 | ||
scikit-learn==1.2.2 | ||
# via | ||
# pmdarima | ||
# tbats (setup.py) | ||
scipy==1.2.0 | ||
scipy==1.10.1 | ||
# via | ||
# pmdarima | ||
# scikit-learn | ||
# statsmodels | ||
# tbats (setup.py) | ||
six==1.12.0 | ||
# via python-dateutil | ||
statsmodels==0.9.0 | ||
six==1.16.0 | ||
# via | ||
# patsy | ||
# python-dateutil | ||
statsmodels==0.13.5 | ||
# via pmdarima | ||
threadpoolctl==3.1.0 | ||
# via scikit-learn | ||
tzdata==2023.3 | ||
# via pandas | ||
urllib3==1.26.15 | ||
# via pmdarima | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,54 @@ | ||
attrs==22.1.0 | ||
bleach==5.0.1 | ||
build==0.8.0 | ||
certifi==2022.9.24 | ||
bleach==6.0.0 | ||
build==0.10.0 | ||
certifi==2022.12.7 | ||
cffi==1.15.1 | ||
charset-normalizer==2.1.1 | ||
charset-normalizer==3.1.0 | ||
click==8.1.3 | ||
commonmark==0.9.1 | ||
Cython==0.29.32 | ||
Cython==0.29.34 | ||
docutils==0.19 | ||
exceptiongroup==1.1.1 | ||
idna==3.4 | ||
importlib-metadata==5.0.0 | ||
iniconfig==1.1.1 | ||
importlib-metadata==6.4.1 | ||
iniconfig==2.0.0 | ||
jaraco.classes==3.2.3 | ||
Jinja2==3.1.2 | ||
joblib==1.2.0 | ||
keyring==23.9.3 | ||
MarkupSafe==2.1.1 | ||
more-itertools==8.14.0 | ||
numpy==1.23.3 | ||
packaging==21.3 | ||
pandas==1.5.0 | ||
patsy==0.5.2 | ||
pep517==0.13.0 | ||
pip-tools==6.8.0 | ||
pkginfo==1.8.3 | ||
keyring==23.13.1 | ||
markdown-it-py==2.2.0 | ||
MarkupSafe==2.1.2 | ||
mdurl==0.1.2 | ||
more-itertools==9.1.0 | ||
numpy==1.24.2 | ||
packaging==23.1 | ||
pandas==2.0.0 | ||
patsy==0.5.3 | ||
pip-tools==6.13.0 | ||
pkginfo==1.9.6 | ||
pluggy==1.0.0 | ||
pmdarima==2.0.1 | ||
py==1.11.0 | ||
pmdarima==2.0.3 | ||
pycparser==2.21 | ||
Pygments==2.13.0 | ||
pyparsing==3.0.9 | ||
pytest==7.1.3 | ||
Pygments==2.15.0 | ||
pyproject_hooks==1.0.0 | ||
pytest==7.3.1 | ||
python-dateutil==2.8.2 | ||
pytz==2022.4 | ||
pytz==2023.3 | ||
pytz-deprecation-shim==0.1.0.post0 | ||
readme-renderer==37.2 | ||
requests==2.28.1 | ||
requests-toolbelt==0.9.1 | ||
readme-renderer==37.3 | ||
requests==2.28.2 | ||
requests-toolbelt==0.10.1 | ||
rfc3986==2.0.0 | ||
rich==12.6.0 | ||
rpy2==3.5.4 | ||
scikit-learn==1.1.2 | ||
scipy==1.9.1 | ||
rich==13.3.4 | ||
rpy2==3.5.11 | ||
scikit-learn==1.2.2 | ||
scipy==1.10.1 | ||
six==1.16.0 | ||
statsmodels==0.13.2 | ||
-e git+ssh://[email protected]/intive-DataScience/tbats.git@b654a0ebaa2d105f9b1aea410ddddd3e13045fb4#egg=tbats | ||
statsmodels==0.13.5 | ||
-e git+ssh://[email protected]/intive-DataScience/tbats.git@1e172cefdfa51e5f7e8f697b58203bc5bca86702#egg=tbats | ||
threadpoolctl==3.1.0 | ||
tomli==2.0.1 | ||
twine==4.0.1 | ||
tzdata==2022.4 | ||
tzlocal==4.2 | ||
urllib3==1.26.12 | ||
twine==4.0.2 | ||
tzdata==2023.3 | ||
tzlocal==4.3 | ||
urllib3==1.26.15 | ||
webencodings==0.5.1 | ||
zipp==3.8.1 | ||
zipp==3.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = '1.1.2' | ||
__version__ = '1.1.3' | ||
|
||
import tbats.abstract as abstract | ||
import tbats.bats as bats | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters