synapse.ml.core.schema package
Submodules
synapse.ml.core.schema.TypeConversionUtils module
synapse.ml.core.schema.Utils module
- class synapse.ml.core.schema.Utils.JavaMMLReadable[source]
Bases:
pyspark.ml.util.MLReadable
(Private) Mixin for instances that provide JavaMLReader.
- class synapse.ml.core.schema.Utils.JavaMMLReader(clazz)[source]
Bases:
pyspark.ml.util.JavaMLReader
(Private) Specialization of
MLReader
forJavaParams
types
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+.