Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 17, 2019 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/8e5346ab03664347012acb1d79c1c6ec to your computer and use it in GitHub Desktop.
Save ryantm/8e5346ab03664347012acb1d79c1c6ec to your computer and use it in GitHub Desktop.
/nix/store/l5agml7ja9zxa834d31vysxc3wkgc5cm-python3.7-pymc3-3.7
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pymc3
│   │   ├── backends
│   │   │   ├── base.py
│   │   │   ├── hdf5.py
│   │   │   ├── __init__.py
│   │   │   ├── ndarray.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── hdf5.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── ndarray.cpython-37.pyc
│   │   │   │   ├── report.cpython-37.pyc
│   │   │   │   ├── sqlite.cpython-37.pyc
│   │   │   │   ├── text.cpython-37.pyc
│   │   │   │   └── tracetab.cpython-37.pyc
│   │   │   ├── report.py
│   │   │   ├── sqlite.py
│   │   │   ├── text.py
│   │   │   └── tracetab.py
│   │   ├── blocking.py
│   │   ├── data.py
│   │   ├── diagnostics.py
│   │   ├── distributions
│   │   │   ├── bound.py
│   │   │   ├── continuous.py
│   │   │   ├── discrete.py
│   │   │   ├── dist_math.py
│   │   │   ├── distribution.py
│   │   │   ├── __init__.py
│   │   │   ├── mixture.py
│   │   │   ├── multivariate.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bound.cpython-37.pyc
│   │   │   │   ├── continuous.cpython-37.pyc
│   │   │   │   ├── discrete.cpython-37.pyc
│   │   │   │   ├── dist_math.cpython-37.pyc
│   │   │   │   ├── distribution.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── mixture.cpython-37.pyc
│   │   │   │   ├── multivariate.cpython-37.pyc
│   │   │   │   ├── shape_utils.cpython-37.pyc
│   │   │   │   ├── special.cpython-37.pyc
│   │   │   │   ├── timeseries.cpython-37.pyc
│   │   │   │   └── transforms.cpython-37.pyc
│   │   │   ├── shape_utils.py
│   │   │   ├── special.py
│   │   │   ├── timeseries.py
│   │   │   └── transforms.py
│   │   ├── examples
│   │   │   ├── arbitrary_stochastic.py
│   │   │   ├── arma_example.py
│   │   │   ├── baseball.py
│   │   │   ├── custom_dists.py
│   │   │   ├── data
│   │   │   │   ├── babies.csv
│   │   │   │   ├── cty.dat
│   │   │   │   ├── efron-morris-75-data.tsv
│   │   │   │   ├── extrahard_MC_500_5_4.npz.npy
│   │   │   │   ├── extrahard_MC_500_5_4_reference_classes.npy
│   │   │   │   ├── Guber1999data.txt
│   │   │   │   ├── HtWt.csv
│   │   │   │   ├── mastectomy.csv
│   │   │   │   ├── merged_ice_core_yearly.csv
│   │   │   │   ├── milk.csv
│   │   │   │   ├── monthly_in_situ_co2_mlo.csv
│   │   │   │   ├── old_faithful.csv
│   │   │   │   ├── pancreatitis.csv
│   │   │   │   ├── radon.csv
│   │   │   │   ├── rugby.csv
│   │   │   │   ├── SP500.csv
│   │   │   │   ├── srrs2.dat
│   │   │   │   ├── stock_prices.csv
│   │   │   │   ├── sunspot.csv
│   │   │   │   ├── test_scores.csv
│   │   │   │   └── wells.dat
│   │   │   ├── disaster_model.py
│   │   │   ├── disaster_model_theano_op.py
│   │   │   ├── factor_potential.py
│   │   │   ├── garch_example.py
│   │   │   ├── gelman_bioassay.py
│   │   │   ├── gelman_schools.py
│   │   │   ├── GHME_2013.py
│   │   │   ├── __init__.py
│   │   │   ├── lasso_missing.py
│   │   │   ├── lightspeed_example.py
│   │   │   ├── LKJ_correlation.py
│   │   │   ├── __pycache__
│   │   │   │   ├── arbitrary_stochastic.cpython-37.pyc
│   │   │   │   ├── arma_example.cpython-37.pyc
│   │   │   │   ├── baseball.cpython-37.pyc
│   │   │   │   ├── custom_dists.cpython-37.pyc
│   │   │   │   ├── disaster_model.cpython-37.pyc
│   │   │   │   ├── disaster_model_theano_op.cpython-37.pyc
│   │   │   │   ├── factor_potential.cpython-37.pyc
│   │   │   │   ├── garch_example.cpython-37.pyc
│   │   │   │   ├── gelman_bioassay.cpython-37.pyc
│   │   │   │   ├── gelman_schools.cpython-37.pyc
│   │   │   │   ├── GHME_2013.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── lasso_missing.cpython-37.pyc
│   │   │   │   ├── lightspeed_example.cpython-37.pyc
│   │   │   │   ├── LKJ_correlation.cpython-37.pyc
│   │   │   │   ├── rankdata_ordered.cpython-37.pyc
│   │   │   │   ├── samplers_mvnormal.cpython-37.pyc
│   │   │   │   └── simpletest.cpython-37.pyc
│   │   │   ├── rankdata_ordered.py
│   │   │   ├── samplers_mvnormal.py
│   │   │   └── simpletest.py
│   │   ├── exceptions.py
│   │   ├── glm
│   │   │   ├── families.py
│   │   │   ├── __init__.py
│   │   │   ├── linear.py
│   │   │   ├── __pycache__
│   │   │   │   ├── families.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── linear.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   └── utils.py
│   │   ├── gp
│   │   │   ├── cov.py
│   │   │   ├── gp.py
│   │   │   ├── __init__.py
│   │   │   ├── mean.py
│   │   │   ├── __pycache__
│   │   │   │   ├── cov.cpython-37.pyc
│   │   │   │   ├── gp.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── mean.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   └── util.py
│   │   ├── __init__.py
│   │   ├── math.py
│   │   ├── memoize.py
│   │   ├── model_graph.py
│   │   ├── model.py
│   │   ├── parallel_sampling.py
│   │   ├── plots
│   │   │   ├── __init__.py
│   │   │   ├── posteriorplot.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── posteriorplot.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── blocking.cpython-37.pyc
│   │   │   ├── data.cpython-37.pyc
│   │   │   ├── diagnostics.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── math.cpython-37.pyc
│   │   │   ├── memoize.cpython-37.pyc
│   │   │   ├── model.cpython-37.pyc
│   │   │   ├── model_graph.cpython-37.pyc
│   │   │   ├── parallel_sampling.cpython-37.pyc
│   │   │   ├── sampling.cpython-37.pyc
│   │   │   ├── stats.cpython-37.pyc
│   │   │   ├── theanof.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── vartypes.cpython-37.pyc
│   │   ├── sampling.py
│   │   ├── stats.py
│   │   ├── step_methods
│   │   │   ├── arraystep.py
│   │   │   ├── compound.py
│   │   │   ├── elliptical_slice.py
│   │   │   ├── gibbs.py
│   │   │   ├── hmc
│   │   │   │   ├── base_hmc.py
│   │   │   │   ├── hmc.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── integration.py
│   │   │   │   ├── nuts.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base_hmc.cpython-37.pyc
│   │   │   │   │   ├── hmc.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── integration.cpython-37.pyc
│   │   │   │   │   ├── nuts.cpython-37.pyc
│   │   │   │   │   ├── quadpotential.cpython-37.pyc
│   │   │   │   │   └── trajectory.cpython-37.pyc
│   │   │   │   ├── quadpotential.py
│   │   │   │   └── trajectory.py
│   │   │   ├── __init__.py
│   │   │   ├── metropolis.py
│   │   │   ├── __pycache__
│   │   │   │   ├── arraystep.cpython-37.pyc
│   │   │   │   ├── compound.cpython-37.pyc
│   │   │   │   ├── elliptical_slice.cpython-37.pyc
│   │   │   │   ├── gibbs.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── metropolis.cpython-37.pyc
│   │   │   │   ├── sgmcmc.cpython-37.pyc
│   │   │   │   ├── slicer.cpython-37.pyc
│   │   │   │   ├── smc.cpython-37.pyc
│   │   │   │   ├── smc_utils.cpython-37.pyc
│   │   │   │   └── step_sizes.cpython-37.pyc
│   │   │   ├── sgmcmc.py
│   │   │   ├── slicer.py
│   │   │   ├── smc.py
│   │   │   ├── smc_utils.py
│   │   │   └── step_sizes.py
│   │   ├── tests
│   │   │   ├── backend_fixtures.py
│   │   │   ├── checks.py
│   │   │   ├── conftest.py
│   │   │   ├── helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── models.py
│   │   │   ├── __pycache__
│   │   │   │   ├── backend_fixtures.cpython-37.pyc
│   │   │   │   ├── checks.cpython-37.pyc
│   │   │   │   ├── conftest.cpython-37.pyc
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   ├── sampler_fixtures.cpython-37.pyc
│   │   │   │   ├── test_data_container.cpython-37.pyc
│   │   │   │   ├── test_diagnostics.cpython-37.pyc
│   │   │   │   ├── test_dist_math.cpython-37.pyc
│   │   │   │   ├── test_distribution_defaults.cpython-37.pyc
│   │   │   │   ├── test_distributions.cpython-37.pyc
│   │   │   │   ├── test_distributions_random.cpython-37.pyc
│   │   │   │   ├── test_distributions_timeseries.cpython-37.pyc
│   │   │   │   ├── test_examples.cpython-37.pyc
│   │   │   │   ├── test_glm.cpython-37.pyc
│   │   │   │   ├── test_gp.cpython-37.pyc
│   │   │   │   ├── test_hdf5_backend.cpython-37.pyc
│   │   │   │   ├── test_hmc.cpython-37.pyc
│   │   │   │   ├── test_math.cpython-37.pyc
│   │   │   │   ├── test_memo.cpython-37.pyc
│   │   │   │   ├── test_minibatches.cpython-37.pyc
│   │   │   │   ├── test_missing.cpython-37.pyc
│   │   │   │   ├── test_mixture.cpython-37.pyc
│   │   │   │   ├── test_modelcontext.cpython-37.pyc
│   │   │   │   ├── test_model.cpython-37.pyc
│   │   │   │   ├── test_model_func.cpython-37.pyc
│   │   │   │   ├── test_model_graph.cpython-37.pyc
│   │   │   │   ├── test_model_helpers.cpython-37.pyc
│   │   │   │   ├── test_models_linear.cpython-37.pyc
│   │   │   │   ├── test_models_utils.cpython-37.pyc
│   │   │   │   ├── test_ndarray_backend.cpython-37.pyc
│   │   │   │   ├── test_parallel_sampling.cpython-37.pyc
│   │   │   │   ├── test_pickling.cpython-37.pyc
│   │   │   │   ├── test_posdef_sym.cpython-37.pyc
│   │   │   │   ├── test_posteriors.cpython-37.pyc
│   │   │   │   ├── test_profile.cpython-37.pyc
│   │   │   │   ├── test_quadpotential.cpython-37.pyc
│   │   │   │   ├── test_random.cpython-37.pyc
│   │   │   │   ├── test_sampling.cpython-37.pyc
│   │   │   │   ├── test_shape_handling.cpython-37.pyc
│   │   │   │   ├── test_shared.cpython-37.pyc
│   │   │   │   ├── test_smc.cpython-37.pyc
│   │   │   │   ├── test_special_functions.cpython-37.pyc
│   │   │   │   ├── test_sqlite_backend.cpython-37.pyc
│   │   │   │   ├── test_starting.cpython-37.pyc
│   │   │   │   ├── test_stats.cpython-37.pyc
│   │   │   │   ├── test_step.cpython-37.pyc
│   │   │   │   ├── test_text_backend.cpython-37.pyc
│   │   │   │   ├── test_theanof.cpython-37.pyc
│   │   │   │   ├── test_tracetab.cpython-37.pyc
│   │   │   │   ├── test_transforms.cpython-37.pyc
│   │   │   │   ├── test_tuning.cpython-37.pyc
│   │   │   │   ├── test_types.cpython-37.pyc
│   │   │   │   ├── test_updates.cpython-37.pyc
│   │   │   │   ├── test_util.cpython-37.pyc
│   │   │   │   └── test_variational_inference.cpython-37.pyc
│   │   │   ├── sampler_fixtures.py
│   │   │   ├── test_data_container.py
│   │   │   ├── test_diagnostics.py
│   │   │   ├── test_dist_math.py
│   │   │   ├── test_distribution_defaults.py
│   │   │   ├── test_distributions.py
│   │   │   ├── test_distributions_random.py
│   │   │   ├── test_distributions_timeseries.py
│   │   │   ├── test_examples.py
│   │   │   ├── test_glm.py
│   │   │   ├── test_gp.py
│   │   │   ├── test_hdf5_backend.py
│   │   │   ├── test_hmc.py
│   │   │   ├── test_math.py
│   │   │   ├── test_memo.py
│   │   │   ├── test_minibatches.py
│   │   │   ├── test_missing.py
│   │   │   ├── test_mixture.py
│   │   │   ├── test_modelcontext.py
│   │   │   ├── test_model_func.py
│   │   │   ├── test_model_graph.py
│   │   │   ├── test_model_helpers.py
│   │   │   ├── test_model.py
│   │   │   ├── test_models_linear.py
│   │   │   ├── test_models_utils.py
│   │   │   ├── test_ndarray_backend.py
│   │   │   ├── test_parallel_sampling.py
│   │   │   ├── test_pickling.py
│   │   │   ├── test_posdef_sym.py
│   │   │   ├── test_posteriors.py
│   │   │   ├── test_profile.py
│   │   │   ├── test_quadpotential.py
│   │   │   ├── test_random.py
│   │   │   ├── test_sampling.py
│   │   │   ├── test_shape_handling.py
│   │   │   ├── test_shared.py
│   │   │   ├── test_smc.py
│   │   │   ├── test_special_functions.py
│   │   │   ├── test_sqlite_backend.py
│   │   │   ├── test_starting.py
│   │   │   ├── test_stats.py
│   │   │   ├── test_step.py
│   │   │   ├── test_text_backend.py
│   │   │   ├── test_theanof.py
│   │   │   ├── test_tracetab.py
│   │   │   ├── test_transforms.py
│   │   │   ├── test_tuning.py
│   │   │   ├── test_types.py
│   │   │   ├── test_updates.py
│   │   │   ├── test_util.py
│   │   │   └── test_variational_inference.py
│   │   ├── theanof.py
│   │   ├── tuning
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── scaling.cpython-37.pyc
│   │   │   │   └── starting.cpython-37.pyc
│   │   │   ├── scaling.py
│   │   │   └── starting.py
│   │   ├── util.py
│   │   ├── variational
│   │   │   ├── approximations.py
│   │   │   ├── callbacks.py
│   │   │   ├── flows.py
│   │   │   ├── inference.py
│   │   │   ├── __init__.py
│   │   │   ├── operators.py
│   │   │   ├── opvi.py
│   │   │   ├── __pycache__
│   │   │   │   ├── approximations.cpython-37.pyc
│   │   │   │   ├── callbacks.cpython-37.pyc
│   │   │   │   ├── flows.cpython-37.pyc
│   │   │   │   ├── inference.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── operators.cpython-37.pyc
│   │   │   │   ├── opvi.cpython-37.pyc
│   │   │   │   ├── stein.cpython-37.pyc
│   │   │   │   ├── test_functions.cpython-37.pyc
│   │   │   │   └── updates.cpython-37.pyc
│   │   │   ├── stein.py
│   │   │   ├── test_functions.py
│   │   │   └── updates.py
│   │   └── vartypes.py
│   └── pymc3-3.7.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
30 directories, 331 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment