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.
1 parent 4a48107 commit ff1758dCopy full SHA for ff1758d
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