Github user jkbradley commented on the pull request:

    https://github.com/apache/spark/pull/5707#issuecomment-99689517
  
    @Lewuathe I'll make a pass now.  Sorry about the delay!  For k-fold, I 
think you should be able to do it following the example of the PySpark 
algorithms which take RDDs and do training in the JVM:
    * Write a method in PythonMLLibAPI.scala which is a wrapper for 
MLUtils.kFold.
    * In your Python implementation, use callMLlibFunc in common.py to call 
that wrapper method.
    
    I think that should keep you from having the worry about ClassTags.


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