Extract flow into python / jupyter notebook
Hi!
I built a working machine learning flow from data preparation and processing to modelling and prediction. Can I extract this flow as a python code or as an .ipynb file? Can you please elaborate this part in detail?
Thanks!
Operating system used: Windows
Operating system used: Windows
Operating system used: Windows
Best Answer
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,090 Neuron
Dataiku is not a code generator, it's a platform to run your ML work loads end to end. Any Python recipe in the flow can be edited in a Jupyter notebook and save back changes to the recipe if required (open the recipe, click on Open in Notebook). Visual recipes can't be edited in Jupyter notebooks but any of the datasets they generate (or any dataset of the flow) can be loaded in a Jupyter notebook if desired.
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,090 Neuron
No. And why would you want to do that?
-
I'm just currently exploring dataiku and its features and I think it would be a great feature if we would be able to extract code as an .ipynb file for more flexible exploration in python
-
Thanks!