Commit 26ce886
authored
fix likely typo 'linear_reg' in 'logistic_reg' documentation
This example illustrates a non-default model family in an apparent wrong model type, which does not produce an error so would not have been caught during checks.
I apologize if the use of `linear_reg()` was intended, but in that case it should probably be explained.1 parent 002837e commit 26ce886
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments