Skip to content

Commit aae88e8

Browse files
committedAug 5, 2024
update samples from Release-240 as a part of 1.57.0 SDK stable release
1 parent 2352e45 commit aae88e8

File tree

45 files changed

+113
-2685
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+113
-2685
lines changed
 

‎configuration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"source": [
104104
"import azureml.core\n",
105105
"\n",
106-
"print(\"This notebook was created using version 1.56.0 of the Azure ML SDK\")\n",
106+
"print(\"This notebook was created using version 1.57.0 of the Azure ML SDK\")\n",
107107
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
108108
]
109109
},

‎contrib/fairness/fairlearn-azureml-mitigation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"categorical_transformer = Pipeline(\n",
195195
" [\n",
196196
" (\"impute\", SimpleImputer(strategy=\"most_frequent\")),\n",
197-
" (\"ohe\", OneHotEncoder(handle_unknown=\"ignore\", sparse=False)),\n",
197+
" (\"ohe\", OneHotEncoder(handle_unknown=\"ignore\", sparse_output=False)),\n",
198198
" ]\n",
199199
")\n",
200200
"\n",

0 commit comments

Comments
 (0)