Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2) How does Pipeline work? What is the motivation of the Pipeline class?

The Pipeline is essentially created and used as from a linear chain of Estimator/Transformer (referred to as stage below). And it is used as an Estimator (since it implements Estimator). 

...