Skip to content

Commit 9f58f3c

Browse files
Update autoPyTorch/utils/implementations.py
Co-authored-by: Ravin Kohli <13005107+ravinkohli@users.noreply.github.com>
1 parent e5c6ba5 commit 9f58f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoPyTorch/utils/implementations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def get_properties() -> Dict[str, Any]:
6969

7070
class MinorityCoalescing(BaseEstimator, TransformerMixin):
7171
""" Group together categories which occurence is less than a specified
72-
minimum fraction. Coalesced categories get index of one.
72+
minimum fraction. Coalesced categories are set to -2.
7373
"""
7474

7575
def __init__(self, minimum_fraction: Optional[float] = None):

0 commit comments

Comments
 (0)