8000
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.
1 parent 3076f29 commit 24f4a34Copy full SHA for 24f4a34
doc/modules/sgd.rst
@@ -428,7 +428,7 @@ Different choices for :math:`L` entail different classifiers or regressors:
428
:math:`L(y_i, f(x_i)) = \max(0, - y_i f(x_i))`.
429
- Modified Huber:
430
:math:`L(y_i, f(x_i)) = \max(0, 1 - y_i f(x_i))^2` if :math:`y_i f(x_i) >
431
- 1`, and :math:`L(y_i, f(x_i)) = -4 y_i f(x_i)` otherwise.
+ -1`, and :math:`L(y_i, f(x_i)) = -4 y_i f(x_i)` otherwise.
432
- Log Loss: equivalent to Logistic Regression.
433
:math:`L(y_i, f(x_i)) = \log(1 + \exp (-y_i f(x_i)))`.
434
- Squared Error: Linear regression (Ridge or Lasso depending on
0 commit comments