-
Notifications
You must be signed in to change notification settings - Fork 109
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
Upgrade SKLearn to 1.2.1 #163
Conversation
You can add a new release when this is merged https://github.com/aws/sagemaker-scikit-learn-container/releases |
sure, thanks for the reference |
@@ -184,10 +184,10 @@ def test_load_and_unload_two_models(): | |||
res_json = json.loads(res) | |||
assert res_json['status'] == 'Workers scaled' | |||
|
|||
code, res = make_invocation_request('0.0, 0.0, 0.0, 0.0, 0.0, 0.0', model_name_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.
Have you ran the container Integ tests?
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.
yes they ran as a part of codebuild, and that led me to this particular change. By mistake I retrained the models using the dummy data which had 5 features but these requests were having 6 which I realized later and thought its easier and faster to make a change here.
Issue #, if available:
Description of changes:
Testing:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.