pymc
pymc copied to clipboard
Add README example to docs
Description
Added the example from pymc REAME.md to the pymc_overview notebook in learn section of docs as case study 0.
Related Issue
- [x] Closes #7411
- [x] Related to #7411
Checklist
- [ ] Checked that the pre-commit linting/style checks pass
- [ ] Included tests that prove the fix is effective or that the new feature works
- [ ] Added necessary documentation (docstrings and/or example notebooks)
- [ ] If you are a pro: each commit corresponds to a relevant logical change
Type of change
- [ ] New feature / enhancement
- [ ] Bug fix
- [x] Documentation
- [ ] Maintenance
- [ ] Other (please specify):
📚 Documentation preview 📚: https://pymc--7446.org.readthedocs.build/en/7446/
]
:sparkling_heart: Thanks for opening this pull request! :sparkling_heart: The PyMC community really appreciates your time and effort to contribute to the project. Please make sure you have read our Contributing Guidelines and filled in our pull request template to the best of your ability.
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
After updating there are empty bars before output tables, these correspond to weird Output () in the notebook rendered in github.
please advice on how to fix this :)
Hm, now looking at this, I'm not sure what this example provides in addition to example 1 (sorry)... @OriolAbril what are your thoughts here?
Another idea would be to put that example on the welcome page: https://www.pymc.io/welcome.html
Hm, now looking at this, I'm not sure what this example provides in addition to example 1 (sorry)... @OriolAbril what are your thoughts here?
I felt the same as there was a very detailed motivating example before this. ok then i will put it up on the welcome page.
While we're here, do you want to change the imports at to pt (pytensor)?
While we're here, do you want to change the imports
attopt(pytensor)?
Sure :)
Also what version of pymc to use here, i have used 5.15.1 for my previous changes or is there a specific standard for the docs notebooks?
The most recent one ideally but it doesn't matter too much here.
I have raised the PR here to add the example to the welcome page. I will raise for the import name change here :)
Thanks for your patience :).