-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up GLM doc #2241
Clean up GLM doc #2241
Conversation
junpenglao
commented
May 30, 2017
- pm.glm.glm -> pm.glm.GLM.from_formula
- pm.glm.plot_posterior_predictive -> pm.plot_posterior_predictive_glm
- remove find_MAP and used default ADVI init
* pm.glm.glm -> pm.glm.GLM.from_formula * pm.glm.plot_posterior_predictive -> pm.plot_posterior_predictive_glm * remove find_MAP and used default init
@twiecki I assigned you as you were working on this quite a lot before ;-) |
Looks great! Can you delete the cell:
in Then |
OK should be fine now. |
@junpenglao Did you try loading via Google? Interface is identical via pandas-datareader. |
No as I never use Pandas-datareader. Trying now! |
that looks like a small file -- would it be better to download, check into |
@ColCarroll Good point. |
@twiecki Using GoogleDailyReader there is no @ColCarroll I agree. |
last notebook. change to a slidely different example.
This looks great, thanks! |
Also, i find that Metropolis performs surprisingly well in GLM - in many cases out performs NUTS |
In low dimensional models? |
yeah in GLM most model only has 2-3 hierarchies. |