We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a48107 + ff1758d commit 305924dCopy full SHA for 305924d
category_encoders/cat_boost.py
@@ -10,7 +10,7 @@
10
11
12
class CatBoostEncoder(BaseEstimator, util.TransformerWithTargetMixin):
13
- """CatBoost coding for categorical features.
+ """CatBoost Encoding for categorical features.
14
15
Supported targets: binomial and continuous. For polynomial target support, see PolynomialWrapper.
16
0 commit comments