Skip to content

Commit 98e3fb2

Browse files
authored
Merge pull request aws#223 from awslabs/arpin_linear_learner_kernel
Fixed: Linear Learner's kernel to align with SageMaker Notebooks
2 parents c070a7e + ccd8198 commit 98e3fb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scientific_details_of_algorithms/linear_learner_class_weights_loss_functions/linear_learner_class_weights_loss_functions.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -856,9 +856,9 @@
856856
],
857857
"metadata": {
858858
"kernelspec": {
859-
"display_name": "Python 3",
859+
"display_name": "conda_python3",
860860
"language": "python",
861-
"name": "python3"
861+
"name": "conda_python3"
862862
},
863863
"language_info": {
864864
"codemirror_mode": {
@@ -870,7 +870,7 @@
870870
"name": "python",
871871
"nbconvert_exporter": "python",
872872
"pygments_lexer": "ipython3",
873-
"version": "3.6.1"
873+
"version": "3.6.2"
874874
},
875875
"notice": "Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. A copy of the License is located at http://aws.amazon.com/apache2.0/ or in the \"license\" file accompanying this file. This file is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License."
876876
},

0 commit comments

Comments
 (0)