Survey banner
Switching to Dataiku - a new area to help users who are transitioning from other tools and diving into Dataiku! CHECK IT OUT

how to save sarimax model from code recipe and use it later for forecasting?

Solved!
Anu
Level 1
how to save sarimax model from code recipe and use it later for forecasting?

Hi,

I have created SARIMAX time series model in code recipe and want to know how I can save it in Dataiku managed folders. From another forecast code recipe I would like to read this model and use it for forecasts.

Any suggestions would be appreciated.

Thanks,

AJ

0 Kudos
1 Solution
kenjil
Dataiker

Hi

You need to create a managed folder visually in the flow and then save / load the serialization of your model in/from the managed folder. You will find code examples to do that in the following ref doc doc: https://doc.dataiku.com/dss/latest/connecting/managed_folders.html

Hope it helps,

Kenji

View solution in original post

0 Kudos
2 Replies
CoreyS
Dataiker Alumni

Hi, @Anu! Can you provide any further details on the thread to assist users in helping you find a solution (insert examples like DSS version etc.) Also, can you let us know if youโ€™ve tried any fixes already?This should lead to a quicker response from the community.

Looking for more resources to help you use Dataiku effectively and upskill your knowledge? Check out these great resources: Dataiku Academy | Documentation | Knowledge Base

A reply answered your question? Mark as โ€˜Accepted Solutionโ€™ to help others like you!
0 Kudos
kenjil
Dataiker

Hi

You need to create a managed folder visually in the flow and then save / load the serialization of your model in/from the managed folder. You will find code examples to do that in the following ref doc doc: https://doc.dataiku.com/dss/latest/connecting/managed_folders.html

Hope it helps,

Kenji

0 Kudos