Skip to content

Commit 8ccdf36

Browse files
committed
Clean GLM.from_formula docstring.
1 parent 0b5d6d0 commit 8ccdf36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pymc3/glm/linear.py

+4
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ def from_formula(cls, formula, data, priors=None,
155155
vars=None, family='normal', name='',
156156
model=None, offset=0., eval_env=0):
157157
"""
158+
Creates GLM from formula.
159+
160+
Parameters
161+
----------
158162
formula : str - a `patsy` formula
159163
data : a dict-like object that can be used to look up variables referenced
160164
in `formula`

0 commit comments

Comments
 (0)