Stephen Kinser created SPARK-19640:
--------------------------------------

             Summary: Incorrect documentation for MLlib CountVectorizerModel 
for spark 1.5.2
                 Key: SPARK-19640
                 URL: https://issues.apache.org/jira/browse/SPARK-19640
             Project: Spark
          Issue Type: Task
          Components: MLlib
    Affects Versions: 1.5.2
            Reporter: Stephen Kinser
            Priority: Trivial
             Fix For: 1.5.2


Spark MLLib documentation for CountVectorizerModel in spark 1.5.2 currently 
uses import statement of package path that does not exist 

import org.apache.spark.ml.feature.CountVectorizer
import org.apache.spark.mllib.util.CountVectorizerModel

this should be revised to what it is like in spark 1.6+

import org.apache.spark.ml.feature.{CountVectorizer, CountVectorizerModel}




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to