8000 Adapt to `statsmodels.tsa.arima_model.ARIMA` deprecation. · Issue #253 · MLBazaar/MLPrimitives · GitHub
[go: up one dir, main page]

Skip to content

Adapt to statsmodels.tsa.arima_model.ARIMA deprecation. #253

@csala

Description

@csala

statsmodels release v0.12.0 deprecated the statsmodels.tsa.arima_model.ARIMA model in favor of statsmodels.tsa.arima.model.ARIMA:

https://github.com/statsmodels/statsmodels/blob/04f00006a7aeb1c93d6894caa420698400da6c33/statsmodels/tsa/arima_model.py#L35

We should adapt to this change before they release v0.13.0, which will fully remove the arima_model module:

from statsmodels.tsa import arima_model

Metadata

Metadata

Assignees

No one assigned

    Labels

    approvedThe issue is approved and someone can start working on itinternal improvementThis is an improvement that does not add new functionality

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0