-
Notifications
You must be signed in to change notification settings - Fork 4.3k
docs: Add PyTorch .polygamma() tensor operation documentation #7906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add PyTorch .polygamma() tensor operation documentation #7906
Conversation
Created comprehensive documentation entry for PyTorch's .polygamma() tensor operation function including: - Complete front matter with metadata (subjects, tags, catalog content) - Clear definition explaining the polygamma function - Detailed syntax section with parameter descriptions - Three practical code examples: * Digamma function (n=0) * Trigamma function (n=1) * Higher order polygamma (n=2) - Usage notes for statistical applications - Links to related tensor operation functions This documentation follows Codecademy's term entry template and markdown style guide. Fixes Codecademy#7849 Submitted for Hacktoberfest 2025.
mamtawardhani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for a second review! 🚀
|
Thank you @mamtawardhani for the thorough review and approval! 🙏 Really appreciate your time and feedback. Working on statistical functions like polygamma has been fascinating, and I'm excited to document more PyTorch operations. Happy to be part of the Codecademy community and contribute to making these advanced mathematical concepts easier to understand for learners worldwide! Looking forward to more collaborations! 🚀 |
dakshdeepHERE
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
|
👋 @Priyanshjain10 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/pytorch/tensor-operations/polygamma Please note it may take a little while for changes to become visible. |
|
🎉 Thank you so much @mamtawardhani and @dakshdeepHERE for merging this PR! I'm excited that the PyTorch .polygamma() documentation is now live! I really appreciate your thorough reviews and for taking the time to merge all my contributions. Your guidance has been incredibly helpful and I'm learning so much from this process. Looking forward to continuing to contribute to Codecademy Docs! 🚀🙏 |
Created comprehensive documentation entry for PyTorch's .polygamma() tensor operation function including:
This documentation follows Codecademy's term entry template and markdown style guide.
Fixes #7849
Submitted for Hacktoberfest 2025.
Description
Issue Solved
Type of Change
Checklist
mainbranch.Issues Solvedsection.