Skip to content
Course Notes: Bayesian Data Analysis in Python
Course Notes
Use this workspace to take notes, store code snippets, and build your own interactive cheatsheet!
# Import any packages you want to use here
import seaborn as sns
import matplotlib.pyplot as pltTake Notes
Add notes here about the concepts you've learned and code cells with code you want to keep.
# Bayes' Theorem reveals concepts that aren't so intuitive.Add your notes here
# Add your code snippets here