Skip to content

Commit

Permalink
fix scala checkstyle 6
Browse files Browse the repository at this point in the history
  • Loading branch information
anusharamesh committed May 3, 2022
1 parent 6621939 commit 3dc7601
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private[this] case class XGBoostExecutionEarlyStoppingParams(numEarlyStoppingRou

private[this] case class XGBoostExecutionInputParams(trainTestRatio: Double,
seed: Long,
featureWeights: Array[Float]
featureWeights: Array[Float]
= new Array[Float](0))

private[this] case class XGBoostExecutionParams(
Expand Down

0 comments on commit 3dc7601

Please sign in to comment.