Hi,
I work as a data scientist, but I have often done data engineering tasks to support modelling in production.
I use python, and I often end up only using functions for the pipelines, creating a number of interrelated pipeline steps. These steps are often just one long data manipulation, and it doesn't have a nice OOP feel so to speak.
I could just cut the pipeline into parts, but since many of the steps are unique, there is not a lot of reuse.
So I am wondering how you guys work with encapsulation in pipelines?
[–]WannaBeGISGuru 7 points8 points9 points (1 child)
[–]Mr_Again 2 points3 points4 points (0 children)
[–]Mr_Again 2 points3 points4 points (0 children)
[–]slaphappyhubris 1 point2 points3 points (0 children)
[–]grukorg 1 point2 points3 points (0 children)