We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Similar to SDCA and K-Means, Logistic Regression has a NumberOfIterations option that stands for the maximum number of iterations.
SDCA
K-Means
Logistic Regression
NumberOfIterations
I propose changing it to MaximumNumberOfIterations.
MaximumNumberOfIterations
** I searched through all the learners, and this is the last learner that needs this change.