Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNT] [ENH] Several updates in direct statsforecast interface estimators #5920

Merged
merged 16 commits into from Feb 17, 2024

Commits on Feb 14, 2024

  1. added lower bound for AutoARIMA

    v1.0.0 is the first tag supporting `from statsforecast.models import AutoARIMA`
    yarnabrina committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1152d34 View commit details
    Browse the repository at this point in the history
  2. added lower bound for AutoCES

    v1.1.0 is the first tag supporting `from statsforecast.models import AutoCES`
    yarnabrina committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    28bcc68 View commit details
    Browse the repository at this point in the history
  3. added lower bound for AutoTheta

    v1.3.0 is the first tag supporting `from statsforecast.models import AutoTheta`
    yarnabrina committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d04559c View commit details
    Browse the repository at this point in the history
  4. added lower bound for AutoETS

    v1.3.2 is the first tag supporting `from statsforecast.models import AutoETS`
    yarnabrina committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ba98a98 View commit details
    Browse the repository at this point in the history
  5. added lower bound for ARCH and GARCH

    v1.5.0 is the first tag supporting `from statsforecast.models import (G)ARCH`
    yarnabrina committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c40d24f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d982f59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9aef833 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4fd59b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    84039f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45536eb View commit details
    Browse the repository at this point in the history
  11. added lower bound for MSTL

    v1.2.0 is the first tag supporting `from statsforecast.models import MSTL`
    yarnabrina committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6948013 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3642215 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ebe468 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7de8d4f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    928e564 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9b6572a View commit details
    Browse the repository at this point in the history