Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
MechCoder committed Mar 17, 2015
1 parent 352001f commit 67146ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class GradientBoostedTreesModel(
* @param data RDD of [[org.apache.spark.mllib.regression.LabeledPoint]]
* @param loss evaluation metric.
* @return an array with index i having the losses or errors for the ensemble
* containing trees 1 to i + 1
* containing the first i+1 trees
*/
def evaluateEachIteration(
data: RDD[LabeledPoint],
Expand Down

0 comments on commit 67146ab

Please sign in to comment.