Skip to content

Commit 305924d

Browse files
Merge pull request #346 from L0Z1K/patch-1
Small Typo in CatBoost Encoder
2 parents 4a48107 + ff1758d commit 305924d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

category_encoders/cat_boost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
class CatBoostEncoder(BaseEstimator, util.TransformerWithTargetMixin):
13-
"""CatBoost coding for categorical features.
13+
"""CatBoost Encoding for categorical features.
1414
1515
Supported targets: binomial and continuous. For polynomial target support, see PolynomialWrapper.
1616

0 commit comments

Comments
 (0)