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 073e1b2 commit b418a2aCopy full SHA for b418a2a
category_encoders/hashing.py
@@ -12,6 +12,10 @@
12
class HashingEncoder(BaseEstimator, TransformerMixin):
13
"""A basic multivariate hashing implementation with configurable dimensionality/precision.
14
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
+
19
Parameters
20
----------
21
0 commit comments