How to deserialize pyspark bundle in python without the dependency on a sparkcontext?
Open
- Dominant language
- Scala
- Stars
- 1.5k
- Forks
- 315
- PR merge metrics
- No merged PRs in 30d
Description
I have a "bundle.zip" serialized from pyspark.
I want to deserialize this pipeline object in my python application without needing a spark context.
according to the documentation this is possible:
`Execute Spark ML Pipelines without the dependency on the spark context, distributed data frames, and costly execution plans`
http://mleap-docs.combust.ml/mleap-runtime/
but in the code and the documentation i cannot find an example. can you pint me to the right python function?
thanks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.