You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update country_codes_utils.py (#266)
* Update country_codes_utils.py
added "Korea, North" mapping to the COUNTRY_NAME_MAPPING
* Update country_codes_utils.py
change the order of items in COUNTRY_NAME_MAPPING dict object
* Update country_codes_utils.py
Update pymc3_generative_model.py (#262)
* Update pymc3_generative_model.py
add `init="adapt_diag"` to `pm.sample` to avoid the `Mass matrix contains zeros on the diagonal` error.
`jitter+adapt_diag` made initialization much more sensitive on the master branch, causing ValueError: Mass matrix contains zeros on the diagonal to appear more frequently.
* add multiple init settings