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 bf0a285 commit 66b85e5Copy full SHA for 66b85e5
python/pyspark/ml/fpm.py
@@ -119,7 +119,7 @@ def associationRules(self):
119
"""
120
Data with three columns:
121
* `antecedent` - Array of the same type as the input column.
122
- * `consequent` - Single element array of the same type as the input column.
+ * `consequent` - Array of the same type as the input column.
123
* `confidence` - Confidence for the rule (`DoubleType`).
124
125
return self._call_java("associationRules")
0 commit comments