We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf81584 commit 3337906Copy full SHA for 3337906
sklearn/compose/_column_transformer.py
@@ -1233,6 +1233,7 @@ def _sk_visual_block_(self):
1233
]
1234
1235
# Add remainder back to fitted transformers if remainder is not drop
1236
+ # and if there are remainder columns to display
1237
remainder_columns = self._remainder[2]
1238
if self.remainder != "drop" and remainder_columns:
1239
has_numeric_columns = not all(
0 commit comments