j143 opened a new pull request #1024: URL: https://github.com/apache/systemds/pull/1024
**What does this PR do?** A bare minimum implementation of MLContext wrapper for python. **TL;DR:** ```console # pyspark session >>> from systemds.mlcontext import MLContext >>> ml = MLContext(sc) Welcome to Apache SystemDS! >>> ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
