Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
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
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
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.
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