Skip to content

Commit ccd8198

Browse files
committed
Fixed: Linear Learner's kernel to align with SageMaker Notebooks
1 parent c070a7e commit ccd8198

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)