Skip to content

Commit 19adf29

Browse files
committed
[SPARK-1406] Fixed scala style
1 parent 1faf985 commit 19adf29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/mllib/export/pmml/GeneralizedLinearPMMLModelExport.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private[mllib] class GeneralizedLinearPMMLModelExport(
7272
regressionTable.withNumericPredictors(new NumericPredictor(fields(i), model.weights(i)))
7373
}
7474

75-
//for completeness add target field
75+
// for completeness add target field
7676
val targetField = FieldName.create("target");
7777
dataDictionary
7878
.withDataFields(

0 commit comments

Comments
 (0)