Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CoderPriya/bayesian-stats-modelling-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ericmjl/bayesian-stats-modelling-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 104 files changed
  • 7 contributors

Commits on Apr 11, 2020

  1. Add NBs for ODSC East

    * Add NBs for ODSC East
    
    * Update README.md
    Hugo Bowne-Anderson authored Apr 11, 2020
    Configuration menu
    Copy the full SHA
    cb93f36 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Add NBs for SciPy :)

    hugobowne authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    afc521d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    f460833 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Correct five minor typos in notebooks (ericmjl#96)

    Edits made using the following bash commands
    `find . -name "*.ipynb" -exec sed -i '' s/wondereful/wonderful/g {} +`
    `find . -name "*.ipynb" -exec sed -i '' s/probabilty/probability/g {} +`
    `find . -name "*.ipynb" -exec sed -i '' s/sensitivy/sensitivity/g {} +`
    `find . -name "*.ipynb" -exec sed -i "" s/'of of'/'is of'/g {} +`
    `find . -name "*.ipynb" -exec sed -i "" s/'is know as'/'is known as'/g {} +`
    amcnicho authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    1a2c0f2 View commit details
    Browse the repository at this point in the history
  2. Added ipython kernelspec install command (ericmjl#94)

    * added ipython kernelspec command
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    Co-authored-by: Eric Ma <[email protected]>
    rohitsanj and ericmjl authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    bbf9b95 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. First commit of dev container and mkdocs (ericmjl#92)

    * First commit of dev container and mkdocs
    
    * Referenced correct env file
    
    * Moving to SSH remote
    
    * Add pre-commit hooks
    
    * Updated gitignore
    
    * Starting the docs
    
    * Added config for black inside pyproject.toml
    
    * Update environment file
    
    * WIP working on explaining basic probability distributions
    
    * Add networkx for PGM visualization
    
    * Starting section on PGMs.
    
    * Start of day commit to save state of previous changes
    
    * Continued on to likelihoods
    
    * Continued writing about likelihoods
    
    * Progress made to spaces of models and data
    
    * Nearly at the end for introduction piece!
    
    * Almost done with simulation nb
    
    * Updated notebooks on the basics of probability and simulation
    
    * started notebook on inference
    
    * More on the fundamentals of probability
    
    * Finished probability notebook
    
    * Finished up main prose of basic inference notebook
    
    * Add starter solutions for Inference notebooks
    
    Still left todo:
    
    - Place in better prompts
    - Refactor solutions out into solutions library
    
    * Massive commit adding new content
    
    - Estimation notebook is done
    - First pass at hierarchical model is done
    - Updated TOC
    - Ice cream shop data is ready :)
    
    * Adding further prose to hierarchical notebook
    
    Probably snuck in some other changes that I can't remember.
    
    * More updates
    
    - Shrinkage section
    - Funnel preview
    
    * Updated hierarchical notebook prose
    
    * Ignoring auto-generated ice cream shop trace file
    
    * Moved model out of notebook into custom source
    
    * Added notebooks on reparametrization
    
    * Started notebooks on sampling
    
    * Updating reparametrization, sampling and adding diagnostics
    
    * Restored execution of notebooks
    
    * Guaranteed execution of notebooks
    
    * Added notebook on dirichlet processes (DP)
    
    - CRP (Chinese Restaurant Process)
    - Stick-breaking process
    - Generation of Gaussian Mixtures from a DP
    ericmjl authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    a5975f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    95e7c40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b43e8b5 View commit details
    Browse the repository at this point in the history
  3. Updated notebooks

    ericmjl committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    598c815 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Add ODSC Europe 2021 NBs

    hugobowne authored Jun 6, 2021
    Configuration menu
    Copy the full SHA
    89e9749 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    1e6fa5b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Add NBs for SciPy 2021

    hugobowne authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    5536e15 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. Configuration menu
    Copy the full SHA
    01d9c0d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Update environment.yml

    hugobowne authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    8a6c765 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Add NBs for SciPy 2022 (ericmjl#103)

    * Add NBs for SciPy 2022
    
    * Add data SciPy 2022
    
    * Add new env
    
    * Add images
    
    * Edit NB 2
    
    * Delete final_notebook.ipynb
    hugobowne authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    8a1c901 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Update README.md

    hugobowne authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    63343b1 View commit details
    Browse the repository at this point in the history
  2. Add student NBs

    hugobowne authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    44e8f53 View commit details
    Browse the repository at this point in the history
Loading