Skip to content

Commit fad4f27

Browse files
committed
Add missing find_MAP import to glm.py
1 parent 9429c01 commit fad4f27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc/glm/glm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import numpy as np
22
from ..core import *
33
from ..distributions import *
4+
from ..tuning.starting import find_MAP
45
import patsy
56
import theano
67
import pandas as pd

0 commit comments

Comments
 (0)