Using custom keras model trained outside dataiku in flow

nv
Level 2
Using custom keras model trained outside dataiku in flow

Hi,



Is it possible to use a custom keras model (hdf5-format), trained outside dataiku, in a flow.



A bit like: 



-http://gallery.dataiku.com/projects/DKU_ADVANCEDML/flow/



- https://answers.dataiku.com/6196/import-sklearn-model-trained-outside-dataiku-into-dataiku?show=6196#q6196



 



Fyi:

- Given that dataiku is deployed on AWS (thus on efs) where I can't use folder.get_path() .





Nicolas

0 Kudos
1 Reply
Nicolas_Servel
Dataiker

Hello Nicolas,



For non-filesystem managed folders, you can use instead folder.get_download_stream (See https://doc.dataiku.com/dss/latest/python-api/managed_folders.html#dataiku.core.managed_folder.Folde... for more details) to retrieve your model.



Hope this helps,



Best Regards,

0 Kudos