We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6357b98 commit c3ef9b8Copy full SHA for c3ef9b8
mllib/src/main/scala/org/apache/spark/mllib/export/ModelExportType.scala
@@ -22,7 +22,7 @@ package org.apache.spark.mllib.export
22
* - PMML exports the machine learning models in an XML-based file format
23
* called Predictive Model Markup Language developed by the Data Mining Group (www.dmg.org).
24
*/
25
-object ModelExportType extends Enumeration{
+private[mllib] object ModelExportType extends Enumeration{
26
27
type ModelExportType = Value
28
val PMML = Value
0 commit comments