Skip to content

Commit 6ec8384

Browse files
committed
update version in comment
1 parent 90f79ee commit 6ec8384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/ml/feature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ class BucketedRandomProjectionLSHModel(LSHModel, JavaMLReadable, JavaMLWritable)
330330
class Bucketizer(JavaTransformer, HasInputCol, HasOutputCol, HasInputCols, HasOutputCols,
331331
HasHandleInvalid, JavaMLReadable, JavaMLWritable):
332332
"""
333-
Maps a column of continuous features to a column of feature buckets. Since 2.3.0,
333+
Maps a column of continuous features to a column of feature buckets. Since 3.0.0,
334334
:py:class:`Bucketizer` can map multiple columns at once by setting the :py:attr:`inputCols`
335335
parameter. Note that when both the :py:attr:`inputCol` and :py:attr:`inputCols` parameters
336336
are set, an Exception will be thrown. The :py:attr:`splits` parameter is only used for single

0 commit comments

Comments
 (0)