https://github.com/alkaline-ml/pmdarima
Raw File
Tip revision: c87adf90282107bd8a8631fbe3200e30dcade8ef authored by Taylor G Smith on 03 January 2020, 18:16:23 UTC
[MRG+1] Update stock example & address #281 (#285)
Tip revision: c87adf9
setup.cfg
# This is adapted from sklearn's setup cfg.

[aliases]
test = pytest

[tool:pytest]
filterwarnings =
    # Warnings that we raise:
    ignore::UserWarning

    # Warnings that statsmodels raises a lot of
    ignore::statsmodels.tools.sm_exceptions.HessianInversionWarning

[metadata]
description-file = README.md
back to top