Skip to content

Commit 073e1b2

Browse files
committed
Merge branch 'master' of /Users/jan/Documents/Git/categorical-encoding with conflicts.
1 parent 2394855 commit 073e1b2

File tree

8 files changed

+836
-1000
lines changed

8 files changed

+836
-1000
lines changed

category_encoders/leave_one_out.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def __init__(self, verbose=0, cols=None, drop_invariant=False, return_df=True, i
8080
self.drop_invariant = drop_invariant
8181
self.drop_cols = []
8282
self.verbose = verbose
83-
self.use_default_cols = cols is None # important when we call fit() repeatedly
83+
self.use_default_cols = cols is None # if True, even a repeated call of fit() will select string columns from X
8484
self.cols = cols
8585
self._dim = None
8686
self.mapping = None

0 commit comments

Comments
 (0)