-
Notifications
You must be signed in to change notification settings - Fork 415
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
Expanding on docstrings in BoTorch Model
#1496
Conversation
Summary: Added content to docstrings in BoTorch `Model` to help people who may either be unfamiliar with torch `Module` or with what its methods (such as "forward") mean in the context of BoTorch models. Differential Revision: D41221005 fbshipit-source-id: 165ce67766acebc2f20fbd7dc16f5a5a193324b3
This pull request was exported from Phabricator. Differential Revision: D41221005 |
Codecov Report
@@ Coverage Diff @@
## main #1496 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 134 134
Lines 12402 12402
=========================================
Hits 12402 12402
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@esantorella has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@esantorella has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Added content to docstrings in BoTorch
Model
to help people who may either be unfamiliar with torchModule
or with what its methods (such as "forward") mean in the context of BoTorch models.Differential Revision: D41221005