Skip to content

Commit

Permalink
update notebook, WIP on Chp10
Browse files Browse the repository at this point in the history
I am working to finish Chp 10 and meanwhile also did some clean up of the the finished notebooks:
1, add column names to pm.compare output, so that the dataframe and compare plot has better label (should add this feature to pymc3 main retro as well)
2, using new init (jitter+adapt_diag) and increase tuning samples (partly get rid of the warning of acceptance probability mismatch the target)
3, retina display across notebook
  • Loading branch information
Junpeng Lao committed Nov 5, 2017
1 parent 102ee95 commit 8417a36
Show file tree
Hide file tree
Showing 10 changed files with 3,731 additions and 2,644 deletions.
91 changes: 91 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# IPython Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# dotenv
.env

# virtualenv
venv/
ENV/

# Spyder project settings
.spyderproject

# Rope project settings
.ropeproject

.Rhistory
40 changes: 27 additions & 13 deletions Chp_02.ipynb

Large diffs are not rendered by default.

94 changes: 54 additions & 40 deletions Chp_03.ipynb

Large diffs are not rendered by default.

1,175 changes: 708 additions & 467 deletions Chp_04.ipynb

Large diffs are not rendered by default.

1,319 changes: 780 additions & 539 deletions Chp_05.ipynb

Large diffs are not rendered by default.

264 changes: 157 additions & 107 deletions Chp_06.ipynb

Large diffs are not rendered by default.

675 changes: 395 additions & 280 deletions Chp_07.ipynb

Large diffs are not rendered by default.

1,037 changes: 537 additions & 500 deletions Chp_08.ipynb

Large diffs are not rendered by default.

53 changes: 36 additions & 17 deletions Chp_09.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 8417a36

Please sign in to comment.