Skip to content

Commit d85c9c5

Browse files
author
Pal Westenthanner
committed
updated m-estimate docs.
1 parent 0145e41 commit d85c9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

category_encoders/m_estimate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __init__(self, verbose=0, cols=None, drop_invariant=False, return_df=True,
109109

110110
# noinspection PyUnusedLocal
111111
def fit(self, X, y, **kwargs):
112-
"""Fit encoder according to X and binary y.
112+
"""Fit encoder according to X and binary or continuous y.
113113
114114
Parameters
115115
----------

0 commit comments

Comments
 (0)