A/B testing methodologies and statistical frameworks.
View all rendered notebooks on GitHub Pages →
Once published, notebooks can be accessed at:
https://alaindemour.github.io/ABtest_methodologies/ABmethodologies.html- Add more notebook links as you create them
To generate HTML versions locally for testing:
# Install dependencies
pip install nbconvert jupyter
# Render all notebooks
jupyter nbconvert --to html --output-dir rendered *.ipynb
# Render a specific notebook
jupyter nbconvert --to html --output-dir rendered ABmethodologies.ipynbTo produce the slide deck it relies on
jupyter nbconvert presentation.ipynb --to slides
jupyter nbconvert presentation.ipynb --to slides --TagRemovePreprocessor.remove_input_tags='["remove-input"]'but this is better to actually have all the bells and whistles
./generate_slides.sh