Skip to content

Commit

Permalink
[SPARK-1406] Fixed scala style
Browse files Browse the repository at this point in the history
  • Loading branch information
selvinsource committed Nov 29, 2014
1 parent 1faf985 commit 19adf29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private[mllib] class GeneralizedLinearPMMLModelExport(
regressionTable.withNumericPredictors(new NumericPredictor(fields(i), model.weights(i)))
}

//for completeness add target field
// for completeness add target field
val targetField = FieldName.create("target");
dataDictionary
.withDataFields(
Expand Down

0 comments on commit 19adf29

Please sign in to comment.