Skip to content

Commit 7f123f0

Browse files
committed
fix doc warnings
1 parent 04521ea commit 7f123f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyspark/ml/feature.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ class CountVectorizer(JavaEstimator, HasInputCol, HasOutputCol):
178178
.. note:: Experimental
179179
180180
Extracts a vocabulary from document collections and generates a :py:attr:`CountVectorizerModel`.
181+
181182
>>> df = sqlContext.createDataFrame(
182183
... [(0, ["a", "b", "c"]), (1, ["a", "b", "b", "c", "a"])],
183184
... ["label", "raw"])

0 commit comments

Comments
 (0)