-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update docstrings of logs_for_job and train methods #157
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #157 +/- ##
=======================================
Coverage 90.63% 90.63%
=======================================
Files 37 37
Lines 2478 2478
=======================================
Hits 2246 2246
Misses 232 232
Continue to review full report at Codecov.
|
src/sagemaker/session.py
Outdated
instance_count (int): Number of EC2 instances to use for training. | ||
instance_type (str): Type of EC2 instance to use for training, for example, 'ml.c4.xlarge'. | ||
instance_count (int): Number of EC2 instances to use for training. | ||
instance_type (str): Type of EC2 instance to use for training, for example, 'ml.c4.xlarge'. |
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.
Can you put these in a bulleted list?
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.
thanks for doing this!
Update docstrings of
logs_for_job
andtrain
methods.Merge Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.