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 e2ffae8 commit 1676e15Copy full SHA for 1676e15
mllib/src/test/scala/org/apache/spark/mllib/pmml/export/GeneralizedLinearPMMLModelExportSuite.scala
@@ -57,7 +57,7 @@ class GeneralizedLinearPMMLModelExportSuite extends FunSuite{
57
=== linearRegressionModel.weights.size)
58
59
// act
60
- val ridgeModelExport = PMMLModelExportFactory.createPMMLModelExport(ridgeRegressionModel)
+ val ridgeModelExport = PMMLModelExportFactory.createPMMLModelExport(ridgeRegressionModel)
61
// assert that the PMML format is as expected
62
assert(ridgeModelExport.isInstanceOf[PMMLModelExport])
63
pmml = ridgeModelExport.asInstanceOf[PMMLModelExport].getPmml()
0 commit comments