Skip to content

Add GLM Out of Sample Predictions Notebook #37

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

Merged
merged 12 commits into from
Mar 8, 2021
655 changes: 655 additions & 0 deletions examples/generalized_linear_models/GLM-out-of-sample-predictions.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/table_of_contents_examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gallery.contents = {
"case_studies/hierarchical_partial_pooling": "(Generalized) Linear and Hierarchical Linear Models",
"generalized_linear_models/GLM-model-selection": "(Generalized) Linear and Hierarchical Linear Models",
"generalized_linear_models/GLM-negative-binomial-regression": "(Generalized) Linear and Hierarchical Linear Models",
"generalized_linear_models/GLM-out-of-sample-predictions": "(Generalized) Linear and Hierarchical Linear Models",
"generalized_linear_models/GLM-poisson-regression": "(Generalized) Linear and Hierarchical Linear Models",
"generalized_linear_models/GLM-robust-with-outlier-detection": "(Generalized) Linear and Hierarchical Linear Models",
"generalized_linear_models/GLM-robust": "(Generalized) Linear and Hierarchical Linear Models",
Expand Down