Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tiny update comment
  • Loading branch information
WeichenXu123 committed Aug 23, 2017
commit 0ebc943ea12e88e85f2a331e3f6c729ff4ff9aa7
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,8 @@ sealed trait LogisticRegressionSummary extends Serializable {
}

/**
* Returns the sequence of labels in ascending order
* Returns the sequence of labels in ascending order. This order matches the order used
* in metrics which are specified as arrays over labels, e.g., truePositiveRateByLabel.
*
* Note: In most cases, it will be values {0.0, 1.0, ..., numClasses-1}, However, if the
* training set is missing a label, then all of the arrays over labels
Expand Down