trait PMMLExportable extends AnyRef
Export model to the PMML format Predictive Model Markup Language (PMML) is an XML-based file format developed by the Data Mining Group (www.dmg.org).
- Annotations
- @DeveloperApi() @Since( "1.4.0" )
- Alphabetic
- By Inheritance
- PMMLExportable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
toPMML(): String
Export the model to a String in PMML format
Export the model to a String in PMML format
- Annotations
- @Since( "1.4.0" )
-
def
toPMML(outputStream: OutputStream): Unit
Export the model to the OutputStream in PMML format
Export the model to the OutputStream in PMML format
- Annotations
- @Since( "1.4.0" )
-
def
toPMML(sc: SparkContext, path: String): Unit
Export the model to a directory on a distributed file system in PMML format
Export the model to a directory on a distributed file system in PMML format
- Annotations
- @Since( "1.4.0" )
-
def
toPMML(localPath: String): Unit
Export the model to a local file in PMML format
Export the model to a local file in PMML format
- Annotations
- @Since( "1.4.0" )