Skip to content

Commit 9bb9735

Browse files
committed
Ensure all ML Notebooks have private feed.
1 parent b3a8080 commit 9bb9735

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

machine-learning/01-Intro to Machine Learning.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,14 @@
8989
}
9090
},
9191
"source": [
92+
"#i \"nuget:https://pkgs.dev.azure.com/dnceng/public/_packaging/MachineLearning/nuget/v3/index.json\"\n",
9293
"#r \"nuget: Microsoft.ML, 2.0.0-preview.22356.1\""
9394
],
9495
"outputs": [
9596
{
9697
"output_type": "execute_result",
9798
"data": {
98-
"text/html": "<div><div></div><div></div><div><strong>Installed Packages</strong><ul><li><span>Microsoft.ML, 2.0.0-preview.22313.1</span></li></ul></div></div>"
99+
"text/html": "<div><div></div><div></div><div><strong>Installed Packages</strong><ul><li><span>Microsoft.ML, 2.0.0-preview.22356.1</span></li></ul></div></div>"
99100
},
100101
"execution_count": 1,
101102
"metadata": {}
@@ -327,7 +328,7 @@
327328
{
328329
"output_type": "execute_result",
329330
"data": {
330-
"text/plain": "Coefficient of determination for the trained model: 0.97\r\n"
331+
"text/plain": "Coefficient of determination for the trained model: 0.98\r\n"
331332
},
332333
"execution_count": 1,
333334
"metadata": {}
@@ -378,7 +379,7 @@
378379
{
379380
"output_type": "execute_result",
380381
"data": {
381-
"text/plain": "Predicted price for size: 2500 sq ft= $275.59k\r\n"
382+
"text/plain": "Predicted price for size: 2500 sq ft= $274.48k\r\n"
382383
},
383384
"execution_count": 1,
384385
"metadata": {}

machine-learning/02-Data Preparation and Feature Engineering.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
}
5858
},
5959
"source": [
60+
"#i \"nuget:https://pkgs.dev.azure.com/dnceng/public/_packaging/MachineLearning/nuget/v3/index.json\"\n",
6061
"#r \"nuget: Microsoft.ML, 2.0.0-preview.22356.1\""
6162
],
6263
"outputs": [

0 commit comments

Comments
 (0)