PyFlux is a time-series analysis library for Python, offering a wide range of models including ARIMA, GARCH, and state space models. The current version is 0.4.15, but the library is no longer actively maintained and does not support Python 3.9+. It relies on older dependencies like NumPy and pandas.
pip install pyfluxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic ARIMA model fit and forecast.
Use statsmodels.tsa.arima.model.ARIMA or pmdarima instead.
Use Python 3.8 or earlier, or switch to a maintained library.
Use 'from pyflux.arma import ARIMA' instead of 'from pyflux import ARIMA'.