Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

General Discussions

Discuss any topics that are not product-specific here.

ARIMA model

rrajasek_alteryx
6 - Meteoroid

how to use pmdarma.update in Altyerx ARIMA

rrajasek_alteryx_0-1670266850926.png

 

3 REPLIES 3
RWvanLeeuwen
11 - Bolide

Hi @rrajasek_alteryx ,
Would you kindly elaborate on what you are trying to achieve? Perhaps you can share a reprex of your attempt at using this functionality alongside a problem description?

With kind regards, Roland

rrajasek_alteryx
6 - Meteoroid

Thank you for the response! This link should explain what I am trying to do:

5. Refreshing your ARIMA models — pmdarima 2.0.2 documentation (alkaline-ml.com)

RWvanLeeuwen
11 - Bolide

Hi @rrajasek_alteryx 


If you use the ARIMA tool that comes with the Rinstaller package, you are basically employing a macro that uses R software and programming language to produce a model and forecast for you. You can schedule a workflow with that functionality on an Alteryx Server (or a Desktop Scheduler is that still exists).

 

In your scenario, you'd not be able to use a predelivered macro, and you will need to resort to the Python tool to help you out. Just use the search bar in Designer and connect the tool to your data, run the flow a 1st time and start developing in your Jupyter notebook within the tool.

Have a look at the Tool Mastery page for the Python tool as well
https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-Python/ta-p/197860

 

With kind regards, Roland van Leeuwen

Labels