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

    https://github.com/apache/spark/pull/6499#discussion_r31555361
  
    --- Diff: python/pyspark/mllib/tests.py ---
    @@ -818,6 +830,78 @@ def test_model_transform(self):
             self.assertEqual(model.transform([1.0, 2.0, 3.0]), 
DenseVector([1.0, 2.0, 3.0]))
     
     
    +class StreamingKMeansTest(MLLibStreamingTestCase):
    +    def test_model_params(self):
    --- End diff --
    
    @davies Could you please verify if these are the best way to add MLlib 
Streaming tests? I copied the idea from the tests in streaming.py.


---
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