How to create a python recipe Template
Hi All:
I am using Dataiku and would like to add to the Global Shared Code a python recipe so everyone in the team can use the same for new Projects. Is there a way to do that? Ideally, I would like to have some sort of meta-tags (if that makes sense) so every Junior/Senior DS can follow the trail and fill in the blanks for his/her new project.
Thanks,
Dario
Answers
-
Sarina Dataiker, Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 317 Dataiker
Hi @darioromero
,If you wanted to create a python recipe template for users, I think the easiest way to do this is probably to create a "code sample" from the Python recipe screen, like this:
This allows you to create a code sample that can be shared with other users, and then inserted into a recipe. The sample (or multiple samples) can be tagged in any way that's useful to you so that users can easily identify it.
Does that seem like it would work for your use case?Thanks,
Sarina -
Thanks. Appreciate it.