-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly API
Milestone
Description
The recent naming changes to K-Means and SDCA (and perhaps others?) resulted in MaxIterations
being renamed to NumberOfIterations
. Since this parameter specifies the worst-case bound and not the actual number of iterations taken in most cases, I think we should keep it named MaxIterations
.
Whatever we call it, NumberOfIterations
is not what this parameter specifies — this is a stopping criterion, not a guaranteed execution parameter.
Metadata
Metadata
Assignees
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly API