Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on October 9, 2024 7:05AM
Likes: 0
Replies: 4
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
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.
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!