dtoolkit.pipeline.Pipeline.named_steps#

property Pipeline.named_steps#

Access the steps by name.

Read-only attribute to access any step by given name. Keys are steps names and values are the steps objects.