Github user jkbradley commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9798#discussion_r45245115
  
    --- Diff: 
mllib/src/test/scala/org/apache/spark/ml/feature/CountVectorizerSuite.scala ---
    @@ -164,4 +167,23 @@ class CountVectorizerSuite extends SparkFunSuite with 
MLlibTestSparkContext {
             assert(features ~== expected absTol 1e-14)
         }
       }
    +
    +  test("CountVectorizer read/write") {
    --- End diff --
    
    If the Estimator and Model share the same Params, it could be easier and 
shorter to use ```testEstimatorAndModelReadWrite```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to