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 4b2344c commit 9f7a3ceCopy full SHA for 9f7a3ce
doc/tutorials/intercept2.md
@@ -28,7 +28,7 @@ The solvers of `skglm` update the intercept after each update of $beta$ by doing
28
```
29
30
where $L_0$ is the Lipschitz constant associated to the intercept.
31
-The local Lipschitz constant $L_0$ statisfies the following inequality
+The local Lipschitz constant $L_0$ satisfies the following inequality
32
33
$$
34
\forall x, x_0 in RR^p times RR, \forall h in RR, |nabla_(x_0) f(x, x_0 + h) - nabla_(x_0) f(x, x_0)| <= L_0 |h| \ .
0 commit comments