Skip to content

Commit

Permalink
adjust tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC committed Jan 10, 2024
1 parent d17f805 commit 2359590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/formula_interface/formula_interface.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@
"source": [
"### Intercept Term\n",
"\n",
"Just like in the case of the non-formula interface, the presence of an intercept is determined by the `fit_intercept`. In case that the formula specifies a different behavior (e.g., adding `+0` or `-1` while `fit_intercept=True`), an error will be raised."
"Just like in the case of the non-formula interface, the presence of an intercept is determined by the `fit_intercept` argument. In case that the formula specifies a different behavior (e.g., adding `+0` or `-1` while `fit_intercept=True`), an error will be raised."
]
},
{
Expand Down

0 comments on commit 2359590

Please sign in to comment.