apply google-java-style indentation and impose import orders....
This commit is contained in:
@@ -19,7 +19,7 @@ package ml.dmlc.xgboost4j.scala
|
||||
import scala.collection.JavaConverters._
|
||||
import scala.collection.mutable
|
||||
|
||||
import ml.dmlc.xgboost4j.{Booster => JBooster, IEvaluation, IObjective}
|
||||
import ml.dmlc.xgboost4j.{Booster => JBooster}
|
||||
|
||||
private[scala] class ScalaBoosterImpl private[xgboost4j](booster: JBooster) extends Booster {
|
||||
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
|
||||
package ml.dmlc.xgboost4j.scala
|
||||
|
||||
import _root_.scala.collection.JavaConverters._
|
||||
import scala.collection.JavaConverters._
|
||||
|
||||
import ml.dmlc.xgboost4j.{XGBoost => JXGBoost}
|
||||
|
||||
object XGBoost {
|
||||
|
||||
Reference in New Issue
Block a user