educational-resources
educational-resources copied to clipboard
Add code examples from Regression and Other Stories
Currently working through Regression and other stories linearly as a reader in chapter order. However the examples span chapters which will cause merge conflicts if we split chapters the same way we did Rethinking. As is such I'll track which chapter I've worked up to until here, and if someone else decides to start helping we can use this issue ticket to coordinate
- [ ] Chapter 1
- [ ] Chapter 2
- [ ] Chapter 3
- [ ] Chapter 4
- [ ] Chapter 5
- [ ] Chapter 6
- [ ] Chapter 7
- [ ] Chapter 8
- [ ] Chapter 9
- [ ] Chapter 10
- [ ] Chapter 11
- [ ] Chapter 12
- [ ] Chapter 13
- [ ] Chapter 14
- [ ] Chapter 15
- [ ] Chapter 16
- [ ] Chapter 17
- [ ] Chapter 18
- [ ] Chapter 19
- [ ] Chapter 20
- [ ] Chapter 21
Hi @canyon289, is there any plan to continue with this issue? It would be really nice to show the capabilities of the Bambi library through these examples.
Hi, Completely agree this is a great way to show off Bambi. As a community project I think it should be continued! I saw that you started on chapter 10 here, would you like to contribute to the bambi repo as well to get all these chapters completed?
https://farhanreynaldo.github.io/ros-python/
Hi, Completely agree this is a great way to show off Bambi. As a community project I think it should be continued! I saw that you started on chapter 10 here, would you like to contribute to the bambi repo as well to get all these chapters completed?
https://farhanreynaldo.github.io/ros-python/
Sure, I would love to contribute to the Bambi repo. For the project structure, should we separate each chapter into a different folder, or are we going to structure it alphabetically without a folder?
I suggest structuring it alphabetically without a folder to match how Aki does it in his repo. That way if they make changes its easy for us to reflect them as well.
However this is a suggestion, if you feel strongly otherwise feel free to say so!
https://github.com/avehtari/ROS-Examples
I think it is better to match how the original repo does it. I think I will start by updating the existing notebook to match the current API. Is that okay?
Yeah, that's OK. Thanks @farhanreynaldo for your help.
Thank you @farhanreynaldo for the help