Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
DB Tsai committed Jun 2, 2015
1 parent 9462f5f commit 1ec29d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ import org.apache.spark.ml.regression.{LinearRegression, LinearRegressionModel}
import org.apache.spark.sql.DataFrame

/**
* An example runner for linear regression with elastic-net (mixing L1/L2) regularization. Run with
* An example runner for linear regression with elastic-net (mixing L1/L2) regularization.
* Run with
* {{{
* bin/run-example ml.LinearRegressionExample [options]
* }}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ import org.apache.spark.ml.feature.StringIndexer
import org.apache.spark.sql.DataFrame

/**
* An example runner for logistic regression with elastic-net (mixing L1/L2) regularization. Run with
* An example runner for logistic regression with elastic-net (mixing L1/L2) regularization.
* Run with
* {{{
* bin/run-example ml.LogisticRegressionExample [options]
* }}}
Expand Down

0 comments on commit 1ec29d4

Please sign in to comment.