File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
4
4
# You can set these variables from the command line.
5
- SPHINXOPTS =
5
+ SPHINXOPTS = -v
6
6
SPHINXBUILD = sphinx-build
7
7
PAPER =
8
8
BUILDDIR = _build
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ class GLM(BaseEstimator):
372
372
'cdfast' (Newton coordinate gradient descent).
373
373
default: 'batch-gradient'
374
374
learning_rate : float | 'auto'
375
- learning rate for gradient descent. If "auto", backtracking line
375
+ learning rate for gradient descent. If "auto", line
376
376
search is performed using scipy.optimize.line_search.
377
377
default: "auto"
378
378
max_iter : int
@@ -905,7 +905,7 @@ class GLMCV(object):
905
905
'cdfast' (Newton coordinate gradient descent).
906
906
default: 'batch-gradient'
907
907
learning_rate : float | 'auto'
908
- learning rate for gradient descent. If "auto", backtracking line
908
+ learning rate for gradient descent. If "auto", line
909
909
search is performed using scipy.optimize.line_search.
910
910
default: "auto"
911
911
max_iter : int
You can’t perform that action at this time.
0 commit comments