管道和複合估計器#

如何從其他估計器組合轉換器和管道的範例。請參閱使用手冊

使用異質數據來源的列轉換器 (Column Transformer with Heterogeneous Data Sources)

使用異質數據來源的列轉換器 (Column Transformer with Heterogeneous Data Sources)

使用混合類型的列轉換器 (Column Transformer with Mixed Types)

使用混合類型的列轉換器 (Column Transformer with Mixed Types)

串聯多種特徵提取方法 (Concatenating multiple feature extraction methods)

串聯多種特徵提取方法 (Concatenating multiple feature extraction methods)

在迴歸模型中轉換目標的影響 (Effect of transforming the targets in regression model)

在迴歸模型中轉換目標的影響 (Effect of transforming the targets in regression model)

管道化:串聯 PCA 和邏輯迴歸 (Pipelining: chaining a PCA and a logistic regression)

管道化:串聯 PCA 和邏輯迴歸 (Pipelining: chaining a PCA and a logistic regression)

使用 Pipeline 和 GridSearchCV 選擇降維 (Selecting dimensionality reduction with Pipeline and GridSearchCV)

使用 Pipeline 和 GridSearchCV 選擇降維 (Selecting dimensionality reduction with Pipeline and GridSearchCV)