Skip to content

Conversation

juanitorduz
Copy link
Contributor

@juanitorduz juanitorduz commented Aug 16, 2025

Closes #1584

I made very few modifications to the original content.

It would be nice to have this one ready before the Euro Scipy talk :)


📚 Documentation preview 📚: https://pytensor--1585.org.readthedocs.build/en/1585/

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@juanitorduz juanitorduz marked this pull request as draft August 16, 2025 14:26
@juanitorduz juanitorduz self-assigned this Aug 16, 2025
@juanitorduz juanitorduz marked this pull request as ready for review August 16, 2025 18:28
@jessegrabowski
Copy link
Member

Removed the seeding part and just left a small pymc model and show where PyTensor appears. Is this ok?

I actually think showing that we fully transform a forward graph x ~ N(0, 1 | y) to logp(x ,y) using only graph inspection is a good thing to do. It's extremely impressive, and I think most people don't even realize it's happening.

@jessegrabowski
Copy link
Member

This one fell through the cracks, let's get it merged in!

We could also link to the video of the notebook being presented in the intro? https://www.youtube.com/watch?v=C1JJ33z9g00

@juanitorduz
Copy link
Contributor Author

This one fell through the cracks, let's get it merged in!

We could also link to the video of the notebook being presented in the intro? https://www.youtube.com/watch?v=C1JJ33z9g00

Done!

Copy link

codecov bot commented Sep 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.69%. Comparing base (f9a3234) to head (9b6e4b8).
⚠️ Report is 14 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1585      +/-   ##
==========================================
+ Coverage   81.54%   81.69%   +0.15%     
==========================================
  Files         230      230              
  Lines       53136    52950     -186     
  Branches     9448     9404      -44     
==========================================
- Hits        43329    43260      -69     
+ Misses       7370     7256     -114     
+ Partials     2437     2434       -3     

see 18 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@juanitorduz
Copy link
Contributor Author

I do not know why the extras are not parsing :(

@juanitorduz
Copy link
Contributor Author

Thanks for the comments @ricardoV94 ! I will come back to this one soon (I did not modify the original notebook much)

@juanitorduz
Copy link
Contributor Author

I think I have addressed all your comments @ricardoV94 :)

@ricardoV94
Copy link
Member

3 small notes. I think it's pretty good already so let me know if you want to integrate them or merge as is

@juanitorduz
Copy link
Contributor Author

3 small notes. I think it's pretty good already so let me know if you want to integrate them or merge as is

Thank you @ricardoV94 ! I addressed the three suggestions. Please let me know and see if I missed something 🙏

Copy link
Member

@ricardoV94 ricardoV94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a ton

@ricardoV94 ricardoV94 merged commit 1dc982c into pymc-devs:main Sep 14, 2025
66 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add intro notebook from workshop
3 participants