Can sarimax be implemented using python learner?

VinayakThote
VinayakThote New Altair Community Member
edited November 5 in Community Q&A
As python learner only support model which can be initialized empty and feature vectore and target are passed in fit function. Is it possible to make it work for sarimax as sarimax cant be initialized empty and there is no way to pass feature vector and target in fit function.

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    edited May 2023
    Hi,
    there is an operator for python based forecasting, this one can use SARIMAX. It is even a tutorial (i think).

    Best,
    Martin