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
groups based on the directory structure in the examples folder. For example, casual_inference is examples/casual_inference and any notebook in that directory is part of the casual_inference group.
Workflow
Using the logic from #740 to run the notebooks either mocked or not.
Example command: python -m scripts/notebook_runner/runner.py --notebooks examples/casual_inference
This will print out the errors with are used in the specific issues.
NOTE: These checks are not on the validity of the notebooks, but rather that they run through without any errors.
Checking for stale notebooks...
groups based on the directory structure in the
examples
folder. For example, casual_inference isexamples/casual_inference
and any notebook in that directory is part of thecasual_inference
group.Workflow
Using the logic from #740 to run the notebooks either mocked or not.
Example command:
python -m scripts/notebook_runner/runner.py --notebooks examples/casual_inference
This will print out the errors with are used in the specific issues.
NOTE: These checks are not on the validity of the notebooks, but rather that they run through without any errors.
casual_inference
Notebooks
examples/causal_inference/bayesian_nonparametric_causal.ipynb
#724examples/causal_inference/regression_discontinuity.ipynb
#725samplers
Notebooks
examples/samplers/DEMetropolisZ_EfficiencyComparison.ipynb
#731examples/samplers/MLDA_variance_reduction_linear_regression.ipynb
#729examples/samplers/sampling_conjugate_step.ipynb
#730examples/samplers/SMC-ABC_Lotka-Volterra_example.ipynb
#732examples/samplers/sampling_compound_step.ipynb
#728examples/samplers/MLDA_simple_linear_regression.ipynb
#727examples/samples/MLDA_gravity_surveying.ipynb
#726survival_analysis
Notebooks
examples/survival_analysis/weibull_aft.ipynb
#746time_series
Notebooks
generalized_linear_models
Notebooks
bart
Notebooks
introductory
Notebooks
variational_inference
Notebooks
howto
Notebooks
case_studies
Notebooks
examples/case_studies/binning.ipynb
#744examples/case_studies/probabilistic_matrix_factorization.ipynb
#743gaussian_processes
Notebooks
mixture_models
Notebooks
examples/mixture_models/dependent_density_regression.ipynb
#741examples/mixture_models/marginalized_gaussian_mixture.ipynb
#742ode_models
Notebooks
examples/ode_models/ODE_API_shapes_and_benchmarking.ipynb
#736examples/ode_models/ODE_Lotka_Volterra_multiple_ways.ipynb
#739examples/ode_models/ODE_API_introduction.ipynb
#738examples/ode_models/ODE_with_manual_gradients.ipynb
#737spatial
Notebooks
examples/spatial/malaria_prevalence.ipynb
#735fundamentals
diagnostics_and_criticism
Notebooks
examples/diagnostics_and_criticism/Diagnosing_biased_Inference_with_Divergences.ipynb
#733examples/diagnostics_and_criticism/model_averaging.ipynb
#734The text was updated successfully, but these errors were encountered: