Compare commits

...

3 Commits

Author SHA1 Message Date
Sheri Gilley
98d24243bd add cell metadata 2020-02-04 11:32:41 -06:00
Sheri Gilley
3ee5a4c2b2 Update train-within-notebook.ipynb 2020-02-04 11:06:41 -06:00
Sheri Gilley
fd60846887 Update train-within-notebook.ipynb 2020-02-04 09:13:56 -06:00
2 changed files with 10 additions and 8 deletions

View File

@@ -167,7 +167,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {"name":"user_managed_env"},
"outputs": [],
"source": [
"from azureml.core import Environment\n",
@@ -192,7 +192,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {"name":"src"},
"outputs": [],
"source": [
"from azureml.core import ScriptRunConfig\n",
@@ -224,7 +224,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {"name":"run"},
"outputs": [],
"source": [
"run"
@@ -691,4 +691,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

View File

@@ -80,7 +80,8 @@
"metadata": {
"tags": [
"install"
]
],
"name": "load_ws"
},
"outputs": [],
"source": [
@@ -113,7 +114,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {"name": "load_data"},
"outputs": [],
"source": [
"from sklearn.datasets import load_diabetes\n",
@@ -155,7 +156,8 @@
"tags": [
"local run",
"outputs upload"
]
],
"name": "create_experiment"
},
"outputs": [],
"source": [
@@ -711,4 +713,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}