[jvm-packages] release blog (#1706)

This commit is contained in:
Nan Zhu
2016-10-26 21:35:42 -04:00
committed by GitHub
parent f801c22710
commit f12074d355
2 changed files with 142 additions and 1 deletions

View File

@@ -199,7 +199,7 @@ object SparkModelTuningTool {
params += "ntreelimit" -> 1000
params += "objective" -> "reg:linear"
params += "subsample" -> 0.8
params += "round" -> 100
params += "num_round" -> 100
val bestModel = crossValidation(params.toMap, featureEngineeredDF)
}