pmdarima icon indicating copy to clipboard operation
pmdarima copied to clipboard

A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.

Results 67 pmdarima issues
Sort by recently updated
recently updated
newest added

# Description Numpy 2 (released 2024-06-16) is binary-incompatible with Numpy 1. This PR aims to make pmdarima compatible with Numpy 2 Fixes #577 ## Type of change - [X] Bug...

# Description Pin numpy to `

# Description This PR adds the numpy bounds for the case where `numpy 2` isn't supported yet and added the version to `__init__` file for local development, and this will...

### Is your feature request related to a problem? Please describe. Currently when I install the library from pypi, with the current version of numpy greater than 2, `pmdarima` raises...

feature request

### Is your feature request related to a problem? Please describe. is it possible to include a garch (or anything similar) part to model the time variant volatility ### Describe...

feature request

This is not a bug. In https://github.com/mlflow/mlflow, we use `pip install git+https://github.com/alkaline-ml/pmdarima.git` to install the development version of pmdarima and run tests against it. This command started failing with the...

# Description Sets `SETUPTOOLS_USE_DISTUTILS=stdlib` where necessary to get builds working again ## Type of change - [X] Bug fix (non-breaking change which fixes an issue) # How Has This Been...