ColumnTransformer(remainder='passthrough',
transformers=[('standardscaler', StandardScaler(),
<sklearn.compose._column_transformer.make_column_selector object at 0x115366410>),
('onehotencoder',
OneHotEncoder(sparse_output=False),
<sklearn.compose._column_transformer.make_column_selector object at 0x115366fb0>)])
In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.