管道# The sktime.pipeline 模块包含了图形管道和用于创建线性管道的 make_pipeline 函数的实现。 make_pipeline# make_pipeline(*steps) 从任何类型的估计器创建一个管道。 管道# Pipeline([steps]) 实现一个图管道。