Skip to content

Commit 7b68ec2

Browse files
authored
small additions
1 parent 690866d commit 7b68ec2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

category_encoders/cat_boost.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ class CatBoostEncoder(util.BaseEncoder, util.SupervisedTransformerMixin):
2222
does not have time dependency it should still work just fine assuming
2323
sorting of the data won't leak any information.
2424
25-
Regularization (parameter a) is achieved by adding it to running counts
26-
(so called pseudocounts).
25+
Regularization (parameter a) is achieved by adding this imcrement to running counts
26+
(in this case so called pseudocounts).
27+
Regularization (parameter sigma) is achieved by adding gaussian noise to
28+
the output.
2729
2830
NOTE: behavior of the transformer would differ in transform and fit_transform
2931
methods depending if y values are passed. If no target is passed then

0 commit comments

Comments
 (0)