Jupyter notebook based pipelining using DVC? #5930
Replies: 4 comments
-
from the top of my head - system with Python decorators @danfischetti implemented for his team comes to my mind as a solution for this (it's not publicly available yet). |
Beta Was this translation helpful? Give feedback.
-
NB would probably be useful to change |
Beta Was this translation helpful? Give feedback.
-
@casperdcl Oh, it will make it detect if it is running from a notebook? Neat! |
Beta Was this translation helpful? Give feedback.
-
Yes |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How can DVC be used in a jupyter notebook based system for pipelining each stages? Where assuming all stages for data processing, feature engineering to even model tuning. We use just one single jupyter notebook system?
Beta Was this translation helpful? Give feedback.
All reactions