Pipelines and composite estimators#
Examples of how to compose transformers and pipelines from other estimators. See the User Guide.
使用Pipeline和GridSearchCV选择降维方法
具有异构数据源的列转换器
带有混合类型的列转换器
流水线:将PCA和逻辑回归连接起来
转换回归模型中的目标变量的效果
连接多种特征提取方法
Examples of how to compose transformers and pipelines from other estimators. See the User Guide.