Skip to content

Commit 8ad1af2

Browse files
uhhotwiecki
authored andcommitted
Remove prior from glm.family.Binomial
An attempt to solve #1717 and issues with `docs/source/notebooks/GLM-logistic.ipynb` at the same time. This commits reverts change made in PR #685.
1 parent bfbee37 commit 8ad1af2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymc3/glm/families.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ class Binomial(Family):
101101
link = logit
102102
likelihood = pm_dists.Bernoulli
103103
parent = 'p'
104-
priors = {'p': pm_dists.Beta.dist(alpha=1, beta=1)}
105104

106105

107106
class Poisson(Family):

0 commit comments

Comments
 (0)