Skip to content

Commit b418a2a

Browse files
committed
Add graphs
1 parent 073e1b2 commit b418a2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

category_encoders/hashing.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
class HashingEncoder(BaseEstimator, TransformerMixin):
1313
"""A basic multivariate hashing implementation with configurable dimensionality/precision.
1414
15+
The advantage of this encoder is that it does not maintain a dictionary of observed categories.
16+
Consequently, the encoder does not grow in size and accepts new values during data scoring
17+
by design.
18+
1519
Parameters
1620
----------
1721

0 commit comments

Comments
 (0)