Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on September 13, 2019 11:58PM
Likes: 0
Replies: 1
Hi,
So the proper way to do it is to create a Folder in your flow, and then upload your pickle file inside it. You can then, with the dataiku api, access the content of such folder and do joblib.load()
You can find in this link an example of such workflow: http://gallery.dataiku.com/projects/DKU_ADVANCEDML/flow/
Concretely, what you should look closely is this python recipe that does exactly what you are looking for: http://gallery.dataiku.com/projects/DKU_ADVANCEDML/recipes/compute_test_scored_scikit/
Cheers,
Du Phan