Hi everyone, I'm very new to python and trying to learn from here, know some basic C language and matlab.
So i dont understand why we need these?
pipe = Pipeline()
attach_pipeline(pipe, name='my_pipeline')
since as my understanding, the pipe should be variable? so I don't see any necessary to rename it as my_pipeline?
or maybe I understand incorrectly, pipe here is actually standing for instance of class?