ARIMA model
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
how to use pmdarma.update in Altyerx ARIMA
- Labels:
- Data Science
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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