Skip to content

Instantly share code, notes, and snippets.

View GStechschulte's full-sized avatar

Gabriel Stechschulte GStechschulte

View GitHub Profile
@GStechschulte
GStechschulte / hierarchical_gpytorch.py
Created June 18, 2025 15:27
Hierarchical Gaussian process model with GPyTorch
import torch
import gpytorch
import numpy as np
import matplotlib.pyplot as plt
torch.manual_seed(42)
np.random.seed(42)
## Simulate hierarchical Data ##
@GStechschulte
GStechschulte / hierarchical-regression-with-missing-data.ipynb
Created September 10, 2024 20:16
Hierarchical Regression With Missing Data
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@GStechschulte
GStechschulte / return_idata_interpret.ipynb
Created November 17, 2023 08:47
Return InferenceData in interpret
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@GStechschulte
GStechschulte / interpret_vector_preds.ipynb
Last active October 9, 2023 18:06
`interpret` support for model predictions with response levels
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@GStechschulte
GStechschulte / plot_slopes_test.ipynb
Created July 16, 2023 18:18
slopes and plot_slopes core numeric variable functionality
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@GStechschulte
GStechschulte / plot_comparisons_uncertainty_calculation.ipynb
Created June 9, 2023 15:07
plot_comparisons uncertainty in difference calculation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@GStechschulte
GStechschulte / plot_comparisons_v1.ipynb
Created May 19, 2023 11:23
To demonstrate the first iteration on the `plot_comparisons` function
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@GStechschulte
GStechschulte / plot_caps_obs_level_demos.ipynb
Last active April 23, 2023 14:05
This Jupyter provides several examples of the `plots_cap` function for a variety of GLMs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.