Skip to content

Commit 3337906

Browse files
committed
Add comment
1 parent cf81584 commit 3337906

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sklearn/compose/_column_transformer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,7 @@ def _sk_visual_block_(self):
12331233
]
12341234

12351235
# Add remainder back to fitted transformers if remainder is not drop
1236+
# and if there are remainder columns to display
12361237
remainder_columns = self._remainder[2]
12371238
if self.remainder != "drop" and remainder_columns:
12381239
has_numeric_columns = not all(

0 commit comments

Comments
 (0)