jpmml / jpmml-sparkml

Java library and command-line application for converting Apache Spark ML pipelines to PMML
GNU Affero General Public License v3.0
267 stars 80 forks source link

Support for Modulo operator in SQLTransformer #81

Open tyers opened 4 years ago

tyers commented 4 years ago

Provide support for modulo operations via the JPMML x-modulo custom function (until PMML specification v4.4).

SparkSQL provides this through the the modulo operator