synapse.ml.io package
Subpackages
- synapse.ml.io.binary package
- synapse.ml.io.http package
- Submodules
- synapse.ml.io.http.CustomInputParser module
- synapse.ml.io.http.CustomOutputParser module
- synapse.ml.io.http.HTTPFunctions module
- synapse.ml.io.http.HTTPTransformer module
- synapse.ml.io.http.JSONInputParser module
- synapse.ml.io.http.JSONOutputParser module
- synapse.ml.io.http.ServingFunctions module
- synapse.ml.io.http.SimpleHTTPTransformer module
- synapse.ml.io.http.StringOutputParser module
- Module contents
- synapse.ml.io.image package
- synapse.ml.io.powerbi package
Submodules
synapse.ml.io.IOImplicits module
Module contents
SynapseML is an ecosystem of tools aimed towards expanding the distributed computing framework Apache Spark in several new directions. SynapseML adds many deep learning and data science tools to the Spark ecosystem, including seamless integration of Spark Machine Learning pipelines with Microsoft Cognitive Toolkit (CNTK), LightGBM and OpenCV. These tools enable powerful and highly-scalable predictive and analytical models for a variety of datasources.
SynapseML also brings new networking capabilities to the Spark Ecosystem. With the HTTP on Spark project, users can embed any web service into their SparkML models. In this vein, SynapseML provides easy to use SparkML transformers for a wide variety of Microsoft Cognitive Services. For production grade deployment, the Spark Serving project enables high throughput, sub-millisecond latency web services, backed by your Spark cluster.
SynapseML requires Scala 2.12, Spark 3.0+, and Python 3.6+.