Skip to content

Commit 66b85e5

Browse files
committed
Remove 'single item' note from consequent description
1 parent bf0a285 commit 66b85e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/ml/fpm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def associationRules(self):
119119
"""
120120
Data with three columns:
121121
* `antecedent` - Array of the same type as the input column.
122-
* `consequent` - Single element array of the same type as the input column.
122+
* `consequent` - Array of the same type as the input column.
123123
* `confidence` - Confidence for the rule (`DoubleType`).
124124
"""
125125
return self._call_java("associationRules")

0 commit comments

Comments
 (0)