-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix inaccurate linear learner hyper-parameter and sagemaker version in doc and readme #120
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
CHANGELOG.rst
Outdated
======== | ||
|
||
* bug-fix: AmazonEstimators: fix valid range of hyper-parameter 'loss' in linear learner | ||
|
||
1.2.0 | ||
======== |
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.
This isn't your fault, but can you make sure the equal signs line up with the version.
1.2.0
Thanks!
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 pointing out.
Formats of change log fixed.
Codecov Report
@@ Coverage Diff @@
## master #120 +/- ##
=======================================
Coverage 90.27% 90.27%
=======================================
Files 36 36
Lines 2438 2438
=======================================
Hits 2201 2201
Misses 237 237
Continue to review full report at Codecov.
|
Bump version up to 1.2.2 in this PR |
1, Fix inaccurate range and doc for linear learner hyper-parameters
2, Fix the inaccurate version in doc and readme