You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ml-features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ the [IDF Python docs](api/python/pyspark.ml.html#pyspark.ml.feature.IDF) for mor
63
63
`Word2VecModel`. The model maps each word to a unique fixed-size vector. The `Word2VecModel`
64
64
transforms each document into a vector using the average of all words in the document; this vector
65
65
can then be used for as features for prediction, document similarity calculations, etc.
66
-
Please refer to the [MLlib user guide on Word2Vec](mllib-feature-extraction.html#word2Vec) for more
66
+
Please refer to the [MLlib user guide on Word2Vec](mllib-feature-extraction.html#word2vec) for more
67
67
details.
68
68
69
69
In the following code segment, we start with a set of documents, each of which is represented as a sequence of words. For each document, we transform it into a feature vector. This feature vector could then be passed to a learning algorithm.
0 commit comments