Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhbyyh committed Mar 10, 2016
1 parent 3ccf90a commit 29c5a2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package org.apache.spark.ml.regression

import breeze.stats.distributions.{Gaussian => GD}
import org.apache.hadoop.fs.Path
import org.apache.spark.sql.types.{StructType, DataType}

import org.apache.spark.{Logging, SparkException}
import org.apache.spark.annotation.{Experimental, Since}
Expand All @@ -33,6 +32,7 @@ import org.apache.spark.mllib.linalg.{BLAS, Vector}
import org.apache.spark.rdd.RDD
import org.apache.spark.sql.{DataFrame, Row}
import org.apache.spark.sql.functions._
import org.apache.spark.sql.types.{DataType, StructType}

/**
* Params for Generalized Linear Regression.
Expand Down

0 comments on commit 29c5a2f

Please sign in to comment.