Save models from jupyter notebook
omar21
Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 18 ✭✭✭✭
Hello ,
i'm working on a classification task, i used jupyter notebook to build model(i used some specific line of code to performe my model) the issue that i want to save it with pickel or joblib but i can't find it
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,239 Dataiker
Hi,
You can find the path where you notebook would store files by default by typing: pwd in a notebook cell:
If you are using Containreized Kernel you won't be able to see the files once the container is killed. In that case you should use managed folder read/write APIs to store the files.